瀏覽代碼

rules automagically created

oz123 12 年之前
父節點
當前提交
e9f532de14
共有 1 個文件被更改,包括 4 次插入13 次删除
  1. 4 13
      debian/rules

+ 4 - 13
debian/rules

@@ -1,18 +1,9 @@
 #!/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 $@