Bug#775487: unblock: axe/6.1.2-16.2

2015-01-18 Thread Andreas Beckmann
Control: tag -1 - moreinfo
Control: reopen -1

On 2015-01-17 11:11, Ivo De Decker wrote:
> On Fri, Jan 16, 2015 at 11:20:35AM +0100, Andreas Beckmann wrote:
>> uploaded to delayed/2 (0-day rc-bug)

This is now in unstable.

> Please don't file unblock requests for packages in delayed. There's nothing we
> can do with them as long as the upload is not in unstable.

You could have waited until I removed the moreinfo tag I set upon
submission?


Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#775487: unblock: axe/6.1.2-16.2

2015-01-16 Thread Andreas Beckmann
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   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#