summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-23 11:26:19 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-23 11:26:19 +0100
commit2590ea344f07a6829f3d8b95304bba2ebe2c5d62 (patch)
tree7bea4750c51fdb524814a73267a78c6f60f31ad2
parentf69631e18276f29b5e8f0c6414405271c26d4877 (diff)
downloadobnam-2590ea344f07a6829f3d8b95304bba2ebe2c5d62.tar.gz
Restore and tweak overrides.
I'm flailing. I hate packaging any Python stuff, whether distutils or Debian parts.
-rwxr-xr-xdebian/rules9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 0e93d6c7..015fcd62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,10 @@
%:
dh $@ --with=python2 --with-buildsystem=python_distutils
-#override_dh_auto_build:
-# $(MAKE) all
+override_dh_auto_build:
+ dh_auto_build --with=python2 --with-buildsystem=python_distutils
+ $(MAKE) all
-#override_dh_auto_install:
-# python setup.py install --prefix=debian/obnam/usr --install-layout=deb
+override_dh_auto_install:
+ python setup.py install --prefix=debian/obnam/usr --install-layout=deb