Package: release.debian.org Severity: normal Tags: moreinfo User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package axe * build the non-free package on i386, too, like it was in wheezy * readd a dummy empty prerm to ensure we can upgrade from wheezy (the package there used install-info) * the wheezy/i386 package is uninstallable in jessie due to "missing" install-info (the diff also shows cleanup of debian/*.debhelper cruft) uploaded to delayed/2 (0-day rc-bug) unblock axe/6.1.2-16.2 Andreas
diff -u axe-6.1.2/debian/changelog axe-6.1.2/debian/changelog --- axe-6.1.2/debian/changelog +++ axe-6.1.2/debian/changelog @@ -1,3 +1,11 @@ +axe (6.1.2-16.2) unstable; urgency=medium + + * Non-maintainer upload. + * [i386] Re-add dummy prerm for smooth upgrades from wheezy. + (Closes: #708487) + + -- Andreas Beckmann <a...@debian.org> Fri, 16 Jan 2015 10:54:04 +0100 + axe (6.1.2-16.1) unstable; urgency=low * Non-maintainer upload. reverted: --- axe-6.1.2/debian/postinst.debhelper +++ axe-6.1.2.orig/debian/postinst.debhelper @@ -1,5 +0,0 @@ -# Automatically added by dh_installmenu -if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then - update-menus -fi -# End automatically added section reverted: --- axe-6.1.2/debian/postrm.debhelper +++ axe-6.1.2.orig/debian/postrm.debhelper @@ -1,3 +0,0 @@ -# Automatically added by dh_installmenu -if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi -# End automatically added section only in patch2: unchanged: --- axe-6.1.2.orig/debian/axe.prerm.i386 +++ axe-6.1.2/debian/axe.prerm.i386 @@ -0,0 +1,5 @@ +#!/bin/sh +# dummy empty prerm to ensure smooth upgrades from wheezy +set -e + +#DEBHELPER#