Control: tags -1 patch Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: - Remove legacy DH_COMPAT export. - Move dh_clean to clean target. * debian/compat: Indicate compatibility level of 9. * debian/control: - Build-depend on debhelper (>= 9). - Depend on ${misc:Depends}. Thanks for considering the patch. Logan Rosen
diff -u epic4-help-2.0+20050315/debian/rules epic4-help-2.0+20050315/debian/rules --- epic4-help-2.0+20050315/debian/rules +++ epic4-help-2.0+20050315/debian/rules @@ -2,8 +2,6 @@ package=epic4-help -export DH_COMPAT=5 - build: dh_testdir @@ -13,11 +11,11 @@ dh_testdir -rm -f build -rm -rf debian/${package} debian/files* core debian/substvars + dh_clean binary-indep: checkroot build dh_testdir dh_testroot - dh_clean dh_installdirs dh_install -XCVS [1-8]* README_FIRST /usr/share/epic4/help dh_link reverted: --- epic4-help-2.0+20050315/debian/epic4-help.prerm.debhelper +++ epic4-help-2.0+20050315.orig/debian/epic4-help.prerm.debhelper @@ -1,5 +0,0 @@ -# Automatically added by dh_installdocs -if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/epic4-help ]; then - rm -f /usr/doc/epic4-help -fi -# End automatically added section reverted: --- epic4-help-2.0+20050315/debian/epic4-help.postinst.debhelper +++ epic4-help-2.0+20050315.orig/debian/epic4-help.postinst.debhelper @@ -1,7 +0,0 @@ -# Automatically added by dh_installdocs -if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/epic4-help -a -d /usr/share/doc/epic4-help ]; then - ln -sf ../share/doc/epic4-help /usr/doc/epic4-help - fi -fi -# End automatically added section diff -u epic4-help-2.0+20050315/debian/control epic4-help-2.0+20050315/debian/control --- epic4-help-2.0+20050315/debian/control +++ epic4-help-2.0+20050315/debian/control @@ -1,12 +1,13 @@ Source: epic4-help Section: net Priority: optional -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 9) Maintainer: Kurt Roeckx <k...@roeckx.be> Standards-Version: 3.7.1.2 Package: epic4-help Architecture: all +Depends: ${misc:Depends} Suggests: epic4 (>= 1:1.2.8) Conflicts: epic4 (<= 1:1.0.2) Description: help files for epic4 IRC client only in patch2: unchanged: --- epic4-help-2.0+20050315.orig/debian/compat +++ epic4-help-2.0+20050315/debian/compat @@ -0,0 +1 @@ +9