source: trunk/packages/invirt-dev/debian/rules @ 2626

Last change on this file since 2626 was 2626, checked in by broder, 15 years ago

Install the invirt-dev upstart file without an extension

(upstart uses run-parts semantics)

  • Property svn:executable set to *
  • Property svn:mime-type set to text/script
File size: 287 bytes
RevLine 
[1]1#!/usr/bin/make -f
2
[2548]3DEB_PYTHON_SYSTEM=pysupport
[1]4
[2548]5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/python-distutils.mk
[895]7
[2625]8install/invirt-dev::
[2626]9        cp debian/invirt-dev.upstart debian/invirt-dev/etc/event.d/invirt-dev
[2625]10
[2548]11clean::
12        rm -rf python/invirt.builder.egg-info
Note: See TracBrowser for help on using the repository browser.