Package: wmaker Version: 0.92.0-8.2 Severity: minor Tags: patch This change in NMU 8.2 is broken: ----------------- adjusted following lintian warnings: - dh-clean-k-is-deprecated -----------------
The NMU changes *all* calls of dh_clean in debian/rules to dh_prep, instead of limiting this change to "dh_clean -k" stanzas. Which is why we now have junk in the diff.gz: ametz...@argenau:/tmp/WMAKER$ interdiff -z wmaker_0.92.0-8.1.diff.gz \ wmaker_0.92.0-8.2.diff.gz | lsdiff | grep log wmaker-0.92.0/debian/changelog wmaker-0.92.0/debian/libwings-dev.debhelper.log wmaker-0.92.0/debian/libwraster3.debhelper.log wmaker-0.92.0/debian/libwmaker0-dev.debhelper.log wmaker-0.92.0/debian/wmaker.debhelper.log wmaker-0.92.0/debian/libwraster3-dev.debhelper.log Fix is straightforward: diff -u wmaker-0.92.0/debian/rules wmaker-0.92.0/debian/rules --- wmaker-0.92.0/debian/rules +++ wmaker-0.92.0/debian/rules @@ -194,7 +194,7 @@ ltmain.sh $(RM) $(IN_MAKEFILES) $(GEN_FILES) endif - dh_prep + dh_clean binary-indep: build # dh_testdir -i cu andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org