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

Bug#699338: marked as done (unblock: mg/20110905-1.1)



Your message dated Wed, 30 Jan 2013 13:13:56 +0000
with message-id <985486130c1cbd2ca15253ea4cfe8926@mail.adsl.funky-badger.org>
and subject line Re: Bug#699338: unblock: mg/20110905-1.1
has caused the Debian Bug report #699338,
regarding unblock: mg/20110905-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
699338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699338
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package mg

It fixes the alternatives handling for /usr/bin/editor:
* don't remove + reinstall the alternative during upgrades
  (could clear a manual setting of the alternative)
* don't leave /usr/bin/editor as a broken symlink after removal

Andreas

unblock mg/20110905-1.1
diffstat for mg-20110905 mg-20110905

 changelog |    9 +++++++++
 prerm     |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff -Nru mg-20110905/debian/changelog mg-20110905/debian/changelog
--- mg-20110905/debian/changelog	2011-09-17 08:15:39.000000000 +0200
+++ mg-20110905/debian/changelog	2013-01-27 11:49:11.000000000 +0100
@@ -1,3 +1,12 @@
+mg (20110905-1.1) unstable; urgency=low
+
+  * Non-maintainer upload with maintainer approval.
+  * prerm: Preserve the /usr/bin/editor alternative during upgrades and
+    unregister it on package removal.
+    (Closes: #668439)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 27 Jan 2013 11:48:28 +0100
+
 mg (20110905-1) unstable; urgency=low
 
   * New upstream release (Closes: #625385).
diff -Nru mg-20110905/debian/prerm mg-20110905/debian/prerm
--- mg-20110905/debian/prerm	2011-03-01 04:31:30.000000000 +0100
+++ mg-20110905/debian/prerm	2013-01-26 15:36:56.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-if test upgrade = "$1"
+if test remove = "$1"
 then update-alternatives --remove editor /usr/bin/mg
 fi
 

--- End Message ---
--- Begin Message ---
On 30.01.2013 12:49, Andreas Beckmann wrote:
Please unblock package mg

It fixes the alternatives handling for /usr/bin/editor:
* don't remove + reinstall the alternative during upgrades
  (could clear a manual setting of the alternative)
* don't leave /usr/bin/editor as a broken symlink after removal

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: