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

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



Author: aurel32
Date: 2006-02-21 19:11:21 +0000 (Tue, 21 Feb 2006)
New Revision: 1200

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  Lintian cleans:
  - Use policy compliant links in libc6-dev-amd64

extra_pkg_install is called after dh_link, if we call dh_install in this hook, it
reverts the changes done by dh_link.
  


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-21 18:18:20 UTC (rev 1199)
+++ glibc-package/trunk/debian/changelog	2006-02-21 19:11:21 UTC (rev 1200)
@@ -62,6 +62,7 @@
     - Remove build-dependencies on tar and debianutils, they are
       build-essential packages
     - Fix FSF postal address
+    - Use policy compliant links in libc6-dev-amd64
   * Add myself to Uploaders.
 
  -- Clint Adams <schizo@debian.org>  Sun, 12 Feb 2006 11:04:38 -0500

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/i386.mk	2006-02-21 18:18:20 UTC (rev 1199)
+++ glibc-package/trunk/debian/sysdeps/i386.mk	2006-02-21 19:11:21 UTC (rev 1200)
@@ -42,6 +42,6 @@
 endef
 
 define libc6-dev-amd64_extra_pkg_install
-dh_install -plibc6-dev-amd64 debian/tmp-amd64/usr/include/x86_64-linux-gnu \
-	usr/include
+cp -af debian/tmp-amd64/usr/include/x86_64-linux-gnu \
+	debian/libc6-dev-amd64/usr/include
 endef



Reply to: