|
@@ -1,18 +1,9 @@
|
|
#!/usr/bin/make -f
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
-dh_auto_build:
|
|
|
|
- python setup.py build
|
|
|
|
- dh_build
|
|
|
|
|
|
+# This file was automatically generated by stdeb 0.6.0+git at
|
|
|
|
+# Thu, 20 Dec 2012 09:49:55 +0100
|
|
|
|
|
|
-dh_auto_install:
|
|
|
|
- python setup.py install --root=$(CURDIR)/debian/pwman3
|
|
|
|
- dh_install
|
|
|
|
|
|
+%:
|
|
|
|
+ dh $@ --with python2 --buildsystem=python_distutils
|
|
|
|
|
|
-dh_auto_clean:
|
|
|
|
- -rm -rf build
|
|
|
|
- python setup.py clean
|
|
|
|
- find . -name *.pyc | xargs rm -f
|
|
|
|
- dh_clean
|
|
|
|
|
|
|
|
-%:
|
|
|
|
- dh $@
|
|
|