Package: release.debian.org Severity: normal Tags: wheezy User: release.debian....@packages.debian.org Usertags: pu
automake1.9-doc contains install-info calls in its maintainer scripts, these will cause the package to be un-uninstallable after an upgrade from wheezy to jessie with has a dpkg without install-info. I just fixed this in a NMU for sid (in DELAYED/2). Since I expect that jessie won't ship automake1.9-nonfree, I'd like to get this fixed in wheezy, too, s.t. the package can still be removed after upgrading dpkg to 1.17. Andreas
[The following lists of changes regard files as different if they have different names, permissions or owners.] Files in first .deb but not in second ------------------------------------- -rwxr-xr-x root/root DEBIAN/postinst Control files: lines which differ (wdiff format) ------------------------------------------------ Installed-Size: [-296-] {+218+} Version: [-1.9.6-1-] {+1.9.6-1.1~deb7u1+}
diff -u automake1.9-nonfree-1.9.6/debian/changelog automake1.9-nonfree-1.9.6/debian/changelog --- automake1.9-nonfree-1.9.6/debian/changelog +++ automake1.9-nonfree-1.9.6/debian/changelog @@ -1,3 +1,19 @@ +automake1.9-nonfree (1.9.6-1.1~deb7u1) wheezy; urgency=medium + + * Non-maintainer upload. + * Rebuild for wheezy. + + -- Andreas Beckmann <a...@debian.org> Sun, 16 Feb 2014 16:51:10 +0100 + +automake1.9-nonfree (1.9.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rebuild with newer debhelper to remove install-info calls from the + maintainer scripts. Add dummy empty prerm to ensure a clean upgrade path + in case install-info has disappeared. (Closes: #708486) + + -- Andreas Beckmann <a...@debian.org> Sun, 16 Feb 2014 16:38:04 +0100 + automake1.9-nonfree (1.9.6-1) unstable; urgency=low * Non-free split for automake1.9 documentation. only in patch2: unchanged: --- automake1.9-nonfree-1.9.6.orig/debian/prerm +++ automake1.9-nonfree-1.9.6/debian/prerm @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty prerm to ensure a clean upgrade path in case of install-info removal + +#DEBHELPER#