From c6e3556dcf9ede3b8116d7a12c81f93fbf118782 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 20 Mar 2011 10:03:00 +0000 Subject: Add override_dh_auto_install to fix empty .deb package. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 5b114f1..3334e76 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,11 @@ #!/usr/bin/make -f %: dh $@ --with-buildsystem=python_distutils - + override_dh_auto_build: dh_auto_build $@ --with-buildsystem=python_distutils setuppy-debian-versions-match +override_dh_auto_install: + python setup.py install --prefix=debian/summain/usr + -- cgit v1.2.1