Control: tags -1 patch Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: - Remove legacy DH_COMPAT export. - Use dh_prep instead of dh_clean -k. - Remove obsolete dh_undocumented. * debian/compat: Indicate compatibility level of 9. * debian/control: - Build-depend on debhelper (>= 9). - Depend on ${misc:Depends}. * debian/lintian: Remove, since override is no longer used. Thanks for considering the patch. Logan Rosen
diff -u funny-manpages-1.3/debian/control funny-manpages-1.3/debian/control --- funny-manpages-1.3/debian/control +++ funny-manpages-1.3/debian/control @@ -2,11 +2,12 @@ Section: doc Priority: optional Maintainer: Pawel Wiecek <co...@debian.org> -Build-Depends-Indep: debhelper (>> 3.0.0) +Build-Depends: debhelper (>= 9) Standards-Version: 3.6.1 Package: funny-manpages Architecture: all +Depends: ${misc:Depends} Suggests: asr-manpages (>=1.3-4) Description: more funny manpages A set of miscellaneous humorous manpages (don't take them too seriously!). reverted: --- funny-manpages-1.3/debian/lintian +++ funny-manpages-1.3.orig/debian/lintian @@ -1 +0,0 @@ -funny-manpages: link-to-undocumented-manpage usr/share/man/man6/woman.6fun.gz diff -u funny-manpages-1.3/debian/rules funny-manpages-1.3/debian/rules --- funny-manpages-1.3/debian/rules +++ funny-manpages-1.3/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=3 - configure: configure-stamp configure-stamp: dh_testdir @@ -39,7 +36,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/tmp. @@ -67,7 +64,6 @@ # dh_installcron dh_installmanpages # dh_installinfo - dh_undocumented woman.6fun dh_installchangelogs # dh_link dh_strip only in patch2: unchanged: --- funny-manpages-1.3.orig/debian/compat +++ funny-manpages-1.3/debian/compat @@ -0,0 +1 @@ +9