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

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



Author: pb
Date: 2005-12-28 20:01:25 +0000 (Wed, 28 Dec 2005)
New Revision: 1080

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/hppa.mk
Log:
  * sysdeps/hppa.mk: Add new /usr/hppa64-linux-gnu/include symlink, per
      request of Matthias Klose.  (Closes: #326583)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-12-28 18:40:16 UTC (rev 1079)
+++ glibc-package/trunk/debian/changelog	2005-12-28 20:01:25 UTC (rev 1080)
@@ -22,6 +22,8 @@
     Rafael Laboissiere.  (Closes: #328504)
   * Add "validlocale" program (ex base-config) to locales package, per
     request of Joey Hess.  (Closes: #344954)
+  * sysdeps/hppa.mk: Add new /usr/hppa64-linux-gnu/include symlink, per
+    request of Matthias Klose.  (Closes: #326583)
 
   [ Clint Adams ]
   * Steal glibc-235-sparc-datastart.dpatch from Ubuntu.

Modified: glibc-package/trunk/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/hppa.mk	2005-12-28 18:40:16 UTC (rev 1079)
+++ glibc-package/trunk/debian/sysdeps/hppa.mk	2005-12-28 20:01:25 UTC (rev 1080)
@@ -10,6 +10,8 @@
 mkdir -p debian/$(curpass)/usr
 mkdir -p debian/$(curpass)/usr/hppa64-linux
 ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux/include
+mkdir -p debian/$(curpass)/usr/hppa64-linux-gnu
+ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux-gnu/include
 endef
 
 # some hppa linuxthreads tests: ex* do not work currently even if



Reply to: