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

r4893 - glibc-package/trunk/debian/debhelper.in



Author: vorlon
Date: 2011-08-19 08:40:03 +0000 (Fri, 19 Aug 2011)
New Revision: 4893

Modified:
   glibc-package/trunk/debian/debhelper.in/libc.preinst
   glibc-package/trunk/debian/debhelper.in/libc.prerm
Log:
don't call the lib64 symlink handling code on kfreebsd-amd64, because the
ELF PI ships in /lib on this arch.

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2011-08-19 05:49:57 UTC (rev 4892)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2011-08-19 08:40:03 UTC (rev 4893)
@@ -412,7 +412,7 @@
     upgrade|abort-upgrade)
         if test -L /lib64 && dpkg --compare-versions "$2" lt 2.13-17; then
             case ${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)} in
-                amd64 | kfreebsd-amd64 | ppc64 | sparc64 | s390x)
+                amd64 | ppc64 | sparc64 | s390x)
                     remove_lib64_symlink
                     ;;
             esac

Modified: glibc-package/trunk/debian/debhelper.in/libc.prerm
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.prerm	2011-08-19 05:49:57 UTC (rev 4892)
+++ glibc-package/trunk/debian/debhelper.in/libc.prerm	2011-08-19 08:40:03 UTC (rev 4893)
@@ -50,7 +50,7 @@
     if dpkg --compare-versions "$preversion" lt 2.13-17; then
 	if ! test -L /lib64; then
 	    case ${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)} in
-		amd64 | kfreebsd-amd64 | ppc64 | sparc64 | s390x)
+		amd64 | ppc64 | sparc64 | s390x)
 		    restore_lib64_symlink ;;
 	    esac
 	fi


Reply to: