source: trunk/packages/sipb-xen-vnc-server/debian/rules @ 1385

Last change on this file since 1385 was 1385, checked in by broder, 16 years ago

Switch sipb-xen-vnc-server to use distutils

  • Property svn:executable set to *
File size: 315 bytes
Line 
1#!/usr/bin/make -f
2
3DEB_PYTHON_SYSTEM=pysupport
4
5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/python-distutils.mk
7
8binary-fixup/sipb-xen-vnc-server::
9        mv $(DEB_DESTDIR)usr/bin/sipb-xen-vnc-server $(DEB_DESTDIR)usr/sbin/sipb-xen-vnc-server
10
11clean::
12        rm -rf invirt.vnc.egg-info
Note: See TracBrowser for help on using the repository browser.