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
RevLine 
[273]1#!/usr/bin/make -f
2
[1385]3DEB_PYTHON_SYSTEM=pysupport
4
[273]5include /usr/share/cdbs/1/rules/debhelper.mk
[1385]6include /usr/share/cdbs/1/class/python-distutils.mk
[273]7
[286]8binary-fixup/sipb-xen-vnc-server::
[1385]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.