hi, >> Ah, right, thanks for the eye-opener. Oof, yeah, I should've >> wondered why the BTS still lists the bug as open :( OK, I'll get >> right on it.
I have a fix ready to upload, if you want me to. Patch is attached, in case you want to upload. cheers, bernd -- Bernd Zeimetz Debian GNU/Linux Developer http://bzed.de http://www.debian.org GPG Fingerprint: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
diff -u libdumbnet-1.12/debian/changelog libdumbnet-1.12/debian/changelog --- libdumbnet-1.12/debian/changelog +++ libdumbnet-1.12/debian/changelog @@ -1,3 +1,11 @@ +libdumbnet (1.12-6) unstable; urgency=medium + + * QA upload. + * Make people who test upgrades from testing to unstable + happy (Closes: #775896). + + -- Bernd Zeimetz <b...@debian.org> Thu, 05 Feb 2015 19:06:08 +0100 + libdumbnet (1.12-5) unstable; urgency=medium * QA upload. diff -u libdumbnet-1.12/debian/control libdumbnet-1.12/debian/control --- libdumbnet-1.12/debian/control +++ libdumbnet-1.12/debian/control @@ -26,6 +26,7 @@ Package: libdumbnet-dev Section: libdevel Depends: ${shlibs:Depends}, libdumbnet1 (= ${binary:Version}) +Pre-Depends: dpkg (>= 1.17.14) Architecture: any Description: A dumb, portable networking library -- development files libdumbnet provides a simplified, portable interface to several low-level reverted: --- libdumbnet-1.12/debian/preinst +++ libdumbnet-1.12.orig/debian/preinst @@ -1,21 +0,0 @@ -#!/bin/sh -set -e - -case "$1" in - install|upgrade) - # dpkg does not replace directories by symlinks or vice versa. - if [ -L /usr/share/doc/libdumbnet-dev ]; then - rm -f /usr/share/doc/libdumbnet-dev - fi - ;; - abort-upgrade) - ;; - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.postinst +++ libdumbnet-1.12/debian/libdumbnet-dev.postinst @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.postrm +++ libdumbnet-1.12/debian/libdumbnet-dev.postrm @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0 only in patch2: unchanged: --- libdumbnet-1.12.orig/debian/libdumbnet-dev.preinst +++ libdumbnet-1.12/debian/libdumbnet-dev.preinst @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libdumbnet-dev /usr/share/doc/libdumbnet1 '1.12-6~' libdumbnet-dev -- $@ + +#DEBHELPER# + +exit 0