root/debian/rules

Revision 138, 314 bytes (checked in by Ruud Klaver <ruud@ag-projects.com>, 6 months ago)

Changed debian package to not automatically start the server on install

Line 
1#!/usr/bin/make -f
2
3DEB_PYTHON_SYSTEM=pycentral
4DEB_DH_INSTALLINIT_ARGS=--no-start
5
6include /usr/share/cdbs/1/rules/debhelper.mk
7include /usr/share/cdbs/1/class/python-distutils.mk
8
9clean::
10        -rm -rf build dist MANIFEST
11
12install/openxcap::
13        install -m 0644 config.ini.sample debian/openxcap/etc/openxcap/config.ini
Note: See TracBrowser for help on using the browser.