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

Bug#699339: unblock: sisc/1.16.6-1.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package sisc

 * sisc.prerm: Unregister the correct alternatives on package removal.
   (Closes: #668440)

Otherwise this leaves about 10 broken symlinks in /usr/bin.

unblock sisc/1.16.6-1.1
diffstat for sisc-1.16.6 sisc-1.16.6

 changelog  |    8 ++++++++
 sisc.prerm |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru sisc-1.16.6/debian/changelog sisc-1.16.6/debian/changelog
--- sisc-1.16.6/debian/changelog	2010-09-20 23:41:19.000000000 +0200
+++ sisc-1.16.6/debian/changelog	2013-01-27 13:15:30.000000000 +0100
@@ -1,3 +1,11 @@
+sisc (1.16.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload with maintainer approval.
+  * sisc.prerm: Unregister the correct alternatives on package removal.
+    (Closes: #668440)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 27 Jan 2013 13:14:52 +0100
+
 sisc (1.16.6-1) unstable; urgency=low
 
   * Repackaged to conform to current Debian standards.
diff -Nru sisc-1.16.6/debian/sisc.prerm sisc-1.16.6/debian/sisc.prerm
--- sisc-1.16.6/debian/sisc.prerm	2010-08-06 23:19:49.000000000 +0200
+++ sisc-1.16.6/debian/sisc.prerm	2013-01-27 13:15:30.000000000 +0100
@@ -7,7 +7,7 @@
    inl="$inl scheme-ieee-1178-1900"
    
    for int in $inl; do
-       update-alternatives --remove "$int" /usr/share/sisc/srfi-22
+       update-alternatives --remove "$int" /usr/share/sisc/srfi-22.sh
    done
 fi
 

Reply to: