summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c117002)
raw | patch | inline | side by side (parent: c117002)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 00:56:59 +0000 (01:56 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 00:56:59 +0000 (01:56 +0100) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 685669fec3d0a7a40a3b5f6e98dc6f7326fa329c..d451c008410a97fece33bf988a843fbcac6fc380 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
install-indep:
dh_testdir
dh_testroot
- dh_clean -k -s
+ dh_clean -k -ppython-rrd
dh_installdirs -s
install-arch: $(PY_VERS:%=install-python%)
dh_testdir
dh_testroot
- dh_clean -k -s
+ dh_clean -k -s -Npython-rrd
dh_installdirs -s
make install DESTDIR=$(CURDIR)/debian/tmp
dh_installexamples -s
install-python%:
+ dh_testdir
+ dh_testroot
+ dh_clean -k -s
cd bindings/python && python$* setup.py install --root=$(CURDIR)/debian/python-rrd