Code

Don't run dh_clean for each python version...
authorBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 20:46:48 +0000 (21:46 +0100)
committerBernd Zeimetz <bzed@debian.org>
Sat, 9 Feb 2008 20:46:48 +0000 (21:46 +0100)
debian/rules

index a8d73d51be06714bbf10da7894d8d8a3fcba203d..72619979bac326c5e620253f68caf00ade9df668 100755 (executable)
@@ -148,7 +148,6 @@ install-arch: $(PY_VERS:%=install-python%)
 install-python%:
        dh_testdir
        dh_testroot
-       dh_clean -k -s
        set -e ;\
         cd bindings/python ;\
         python$* setup.py install --root=$(CURDIR)/debian/python-rrd