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

r1619 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/sysdeps trunk/debian trunk/debian/sysdeps



Author: aurel32
Date: 2006-06-05 16:09:36 +0000 (Mon, 05 Jun 2006)
New Revision: 1619

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  * debian/sysdeps/i386.mk: make /lib/i386-linux-gnu and /usr/lib/i386-linux-gnu
    symlinks relative.




Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-06-05 15:08:55 UTC (rev 1618)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-06-05 16:09:36 UTC (rev 1619)
@@ -140,6 +140,8 @@
     /lib32 and /lib64.
   * debian/debhelper.in/libc.preinst, debian/rules.d/debhelper.mk: only use
     the default system linker when searching for other copies of the libc.
+  * debian/sysdeps/i386.mk: make /lib/i386-linux-gnu and /usr/lib/i386-linux-gnu
+    symlinks relative.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat,  3 Jun 2006 16:15:48 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-06-05 15:08:55 UTC (rev 1618)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/i386.mk	2006-06-05 16:09:36 UTC (rev 1619)
@@ -2,8 +2,8 @@
 
 define libc6_extra_pkg_install
 mkdir -p debian/$(curpass)/usr/lib
-ln -sf /lib/i486-linux-gnu debian/$(curpass)/lib/i386-linux-gnu
-ln -sf /usr/lib/i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
+ln -sf i486-linux-gnu debian/$(curpass)/lib/i386-linux-gnu
+ln -sf i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
 endef
 
 # NPTL requires at least i486 assembly.  We don't need to take

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-06-05 15:08:55 UTC (rev 1618)
+++ glibc-package/trunk/debian/changelog	2006-06-05 16:09:36 UTC (rev 1619)
@@ -7,12 +7,14 @@
     exist.  (Closes: #370122)
   * Update m68k/local-mathinline_h.diff (fix bits/mathinline.h), by Roger Leigh.
     Enable it.  (Closes: #340871)
-  * debian/debhelper.in/libc.preinst: also check for other copies of the libc in 
+  * debian/debhelper.in/libc.preinst: also check for other copies of the libc in
     /lib32 and /lib64.
   * debian/debhelper.in/libc.preinst, debian/rules.d/debhelper.mk: only use
     the default system linker when searching for other copies of the libc.
+  * debian/sysdeps/i386.mk: make /lib/i386-linux-gnu and /usr/lib/i386-linux-gnu
+    symlinks relative.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat,  3 Jun 2006 16:15:48 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon,  5 Jun 2006 18:07:13 +0200
 
 glibc (2.3.6-13) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2006-06-05 15:08:55 UTC (rev 1618)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2006-06-05 16:09:36 UTC (rev 1619)
@@ -4,8 +4,8 @@
 
 define libc6_extra_pkg_install
 mkdir -p debian/$(curpass)/usr/lib
-ln -sf /lib/i486-linux-gnu debian/$(curpass)/lib/i386-linux-gnu
-ln -sf /usr/lib/i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
+ln -sf i486-linux-gnu debian/$(curpass)/lib/i386-linux-gnu
+ln -sf i486-linux-gnu debian/$(curpass)/usr/lib/i386-linux-gnu
 endef
 
 # NPTL requires at least i486 assembly.  We don't need to take



Reply to: