Author: aurel32
Date: 2014-02-27 21:52:49 +0000 (Thu, 27 Feb 2014)
New Revision: 5975

Removed:
   glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc-alt.preinst
Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
Log:
debhelper.in/libc-alt.preinst: drop, we don't support lenny to jessie
upgrades.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog 2014-02-27 09:30:17 UTC 
(rev 5974)
+++ glibc-package/branches/eglibc-2.19/debian/changelog 2014-02-27 21:52:49 UTC 
(rev 5975)
@@ -47,6 +47,8 @@
     is sure that the libc is going to be upgraded.
   * debian/debhelper.in/libc.preinst: stop checking for /etc/init.d/glibc.sh
     on upgrade, we don't support lenny to jessie upgrades.
+  * debhelper.in/libc-alt.preinst: drop, we don't support lenny to jessie
+    upgrades.
 
  -- Adam Conrad <[email protected]>  Sun, 09 Feb 2014 09:46:13 -0700
 

Deleted: glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc-alt.preinst
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc-alt.preinst     
2014-02-27 09:30:17 UTC (rev 5974)
+++ glibc-package/branches/eglibc-2.19/debian/debhelper.in/libc-alt.preinst     
2014-02-27 21:52:49 UTC (rev 5975)
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case $1 in
-       (upgrade|install)
-       if [ "$(readlink /lib32)" = "/emul/ia32-linux/lib" ]; then
-               rm /lib32
-       fi
-       if [ "$(readlink /usr/lib32)" = "/emul/ia32-linux/usr/lib" ]; then
-               rm /usr/lib32
-       fi
-       ;;
-       (*)
-       ;;
-esac


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to