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

r1201 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2006-02-21 19:18:51 +0000 (Tue, 21 Feb 2006)
New Revision: 1201

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/amd64.mk
Log:
  * Lintian cleans:
    - Use an absolute symlink for /lib64 on amd64



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-21 19:11:21 UTC (rev 1200)
+++ glibc-package/trunk/debian/changelog	2006-02-21 19:18:51 UTC (rev 1201)
@@ -63,6 +63,7 @@
       build-essential packages
     - Fix FSF postal address
     - Use policy compliant links in libc6-dev-amd64
+    - Use an absolute symlink for /lib64 on amd64
   * Add myself to Uploaders.
 
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500

Modified: glibc-package/trunk/debian/sysdeps/amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-21 19:11:21 UTC (rev 1200)
+++ glibc-package/trunk/debian/sysdeps/amd64.mk	2006-02-21 19:18:51 UTC (rev 1201)
@@ -15,7 +15,7 @@
 
 # /lib64 and /usr/lib64 are provided by glibc instead base-files: #259302.
 define libc6_extra_pkg_install
-ln -sf lib debian/$(curpass)/lib64
+ln -sf /lib debian/$(curpass)/lib64
 ln -sf lib debian/$(curpass)/usr/lib64
 endef
 



Reply to: