Control: tag -1 pending patch On Saturday, 27. July 2013 11:41:22 you wrote: > dpkg 1.17.0 is now in unstable, and does not contain the install-info > compatibility wrapper any longer. These bugs are severity serious now.
Hi, I just uploaded a NMU to DELAYED/2. Since I expect jessie won't ship automake1.9-doc, I'll get this fixed in wheezy, too, otherwise the package cannot be uninstalled after a wheezy->jessie upgrade. Andreas
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,12 @@ +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#