summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-23 17:47:30 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-23 17:47:30 +0100
commit7fc05417dfabccd96f5e3091ce8882936940b5a9 (patch)
tree9ed56fc521603bebc4fced72db8570b7d883d0d6
parent3e75fedbfff3ca541b71c6a83bacc08647966aea (diff)
downloadobnam-7fc05417dfabccd96f5e3091ce8882936940b5a9.tar.gz
Remove overridden build and install targets.
-rwxr-xr-xdebian/rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
index 4921e210..ef1439ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,3 @@
%:
dh $@ --with=python2 --with-buildsystem=python_distutils
-override_dh_auto_build:
- dh_auto_build --with=python2 --with-buildsystem=python_distutils
- $(MAKE) all
-
-override_dh_auto_install:
- dh_auto_install --with=python2 --with-buildsystem=python_distutils
- python setup.py install --prefix=debian/obnam/usr --install-layout=deb
-