root/debian/rules
| Revision 138, 314 bytes (checked in by Ruud Klaver <ruud@ag-projects.com>, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/usr/bin/make -f |
| 2 | |
| 3 | DEB_PYTHON_SYSTEM=pycentral |
| 4 | DEB_DH_INSTALLINIT_ARGS=--no-start |
| 5 | |
| 6 | include /usr/share/cdbs/1/rules/debhelper.mk |
| 7 | include /usr/share/cdbs/1/class/python-distutils.mk |
| 8 | |
| 9 | clean:: |
| 10 | -rm -rf build dist MANIFEST |
| 11 | |
| 12 | install/openxcap:: |
| 13 | install -m 0644 config.ini.sample debian/openxcap/etc/openxcap/config.ini |
Note: See TracBrowser
for help on using the browser.
