Package: hbf-cns40-1 Version: 1.0-3 Severity: normal Tags: patch Hi,
Attached is the diff for my hbf-cns40-1 1.0-3.1 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u hbf-cns40-1-1.0/debian/changelog hbf-cns40-1-1.0/debian/changelog --- hbf-cns40-1-1.0/debian/changelog +++ hbf-cns40-1-1.0/debian/changelog @@ -1,3 +1,12 @@ +hbf-cns40-1 (1.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359418). + * Make lintian happy: build-depends-indep-should-be-build-depends debhelper + * Make lintian happy: package-uses-deprecated-debhelper-compat-version 3 + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sat, 15 Jul 2006 19:30:26 +0200 + hbf-cns40-1 (1.0-3) unstable; urgency=low * Modernized package to use debhelper 3 and removed some lintian errors. diff -u hbf-cns40-1-1.0/debian/control hbf-cns40-1-1.0/debian/control --- hbf-cns40-1-1.0/debian/control +++ hbf-cns40-1-1.0/debian/control @@ -1,5 +1,6 @@ Source: hbf-cns40-1 -Build-Depends-Indep: debhelper (>= 3.0.5), cjk-latex (>= 4.2.0-1), tetex-bin +Build-Depends: debhelper (>= 4) +Build-Depends-Indep: cjk-latex (>= 4.2.0-1), tetex-bin Section: tex Priority: optional Maintainer: Anthony Fok <[EMAIL PROTECTED]> diff -u hbf-cns40-1-1.0/debian/rules hbf-cns40-1-1.0/debian/rules --- hbf-cns40-1-1.0/debian/rules +++ hbf-cns40-1-1.0/debian/rules @@ -30,7 +30,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 build: build-stamp build-stamp: diff -u hbf-cns40-1-1.0/debian/postinst hbf-cns40-1-1.0/debian/postinst --- hbf-cns40-1-1.0/debian/postinst +++ hbf-cns40-1-1.0/debian/postinst @@ -15,2 +15,8 @@ +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/hbf-cns40-1 -a -d /usr/share/doc/hbf-cns40-1 ]; then + rm -f /usr/doc/hbf-cns40-1 + fi +fi + #DEBHELPER#

