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

Proposed update for ecl package



[Please CC, not subscribed to debian-release.]

Hi,

I would like to propose following changes for ecl package in Squeeze,
please have a look at the attached debdiff.

-- 
Regards,
Aron Xu
diff -u ecl-9.6.1/debian/changelog ecl-9.6.1/debian/changelog
--- ecl-9.6.1/debian/changelog
+++ ecl-9.6.1/debian/changelog
@@ -1,3 +1,14 @@
+ecl (9.6.1-1squeeze2) stable; urgency=low
+
+  * Team upload for stable release update.
+  * debian/postrm: removed.
+    We introduced this scripted when using clc, but since it's gone
+    since Squeeze, the script will remove /usr/bin/ecl during
+    upgrade, renders the package not usable for any user upgrading
+    from older version. (Closes: #613484).
+
+ -- Aron Xu <aron@debian.org>  Sat, 04 Feb 2012 01:34:41 +0800
+
 ecl (9.6.1-1squeeze1) testing; urgency=low
     
   * Non-maintainer upload.
reverted:
--- ecl-9.6.1/debian/postrm
+++ ecl-9.6.1.orig/debian/postrm
@@ -1,36 +0,0 @@
-#! /bin/sh
-# postrm script for series
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-       	 rm /usr/bin/ecl 2> /dev/null || true
-	 rm /usr/lib/ecl/*.o 2> /dev/null || true
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 0
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-

Attachment: signature.asc
Description: Digital signature


Reply to: