[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#706763: pu: package inform/6.31.1+dfsg-1+squeeze1



Package: release.debian.org
Severity: normal
Tags: squeeze
User: release.debian.org@packages.debian.org
Usertags: pu

inform is uninstallable in squeeze due to incorrect and superfluous call
to update-alternatives. Applied the same fix as in sid.


Andreas
reverted:
--- inform-6.31.1+dfsg/debian/inform.prerm
+++ inform-6.31.1+dfsg.orig/debian/inform.prerm
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = remove ] || [ "$1" = purge ]; then
-  update-alternatives --remove inform /usr/bin/inform-6.31
-fi
-
-#DEBHELPER#
diff -u inform-6.31.1+dfsg/debian/changelog inform-6.31.1+dfsg/debian/changelog
--- inform-6.31.1+dfsg/debian/changelog
+++ inform-6.31.1+dfsg/debian/changelog
@@ -1,3 +1,14 @@
+inform (6.31.1+dfsg-1+squeeze1) squeeze; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Non-maintainer upload.
+  * Backport fix for #620866 from sid (6.31.1+dfsg-1.1).
+
+  [ Michael Gilbert ]
+  * Remove calls to update-alternatives (closes: #620866).
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 04 May 2013 14:47:50 +0200
+
 inform (6.31.1+dfsg-1) unstable; urgency=low
 
   * Remove a considerable number of files from the package
reverted:
--- inform-6.31.1+dfsg/debian/inform.postinst
+++ inform-6.31.1+dfsg.orig/debian/inform.postinst
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = configure ]; then
-  update-alternatives --install /usr/bin/inform inform /usr/bin/inform-6.31 50
-fi
-
-#DEBHELPER#

Reply to: