On Fri, 2010-02-19 at 20:24 +0100, Silvia Alvarez wrote: > I found out this, FYI. > > By running: > > lintian --info --display-info --display-experimental \ > --pedantic --show-overrides --checksums --color \ > auto mantis_1.1.8+dfsg-4_i386.changes > > produces no output even existing dh_clean -k in debian/rules.
So far as I can see, there isn't a problem here: | $ lintian-info -t dh-clean-k-is-deprecated | N: dh-clean-k-is-deprecated | N: | N: This package calls dh_clean -k in its debian/rules file and declares a | N: debhelper compatibility version of at least 7. | N: | N: debhelper 7 deprecated dh_clean -k in favour of dh_prep. | N: | N: Refer to the dh_clean(1) manual page for details. | | $ cat mantis-1.1.8+dfsg/debian/compat | 5 | | $ grep debhelper mantis-1.1.8+dfsg/debian/control | Build-Depends: debhelper (>= 5), quilt, po-debconf "dh_clean -k" was deprecated in debhelper compatibility level 7. mantis declares that it follows compatibility level 5, where running "dh_clean -k" is perfectly acceptable. Unless I've missed something, I believe this bug should be closed as lintian's behaviour is correct. Regards, Adam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org