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

r928 - in glibc-package/branches/glibc-2.3.4/debian: . sysdeps



Author: gotom
Date: 2005-06-16 14:23:27 +0000 (Thu, 16 Jun 2005)
New Revision: 928

Modified:
   glibc-package/branches/glibc-2.3.4/debian/changelog
   glibc-package/branches/glibc-2.3.4/debian/sysdeps/hppa.mk
Log:
    * debian/sysdeps/hppa.mk: Add /usr/hppa64-linux-gnu/include symlinks for
      dpkg-architecture changes.  Reported by Matthias Klose
      <doko@cs.tu-berlin.de>.  (Closes: #313404)



Modified: glibc-package/branches/glibc-2.3.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/changelog	2005-06-12 16:01:23 UTC (rev 927)
+++ glibc-package/branches/glibc-2.3.4/debian/changelog	2005-06-16 14:23:27 UTC (rev 928)
@@ -41,6 +41,10 @@
       <brederlo@informatik.uni-tuebingen.de>.
       - debian/sysdeps/depflags.pl: Add conflicts initrd-tools (<< 0.1.79).
 
+    * debian/sysdeps/hppa.mk: Add /usr/hppa64-linux-gnu/include symlinks for
+      dpkg-architecture changes.  Reported by Matthias Klose
+      <doko@cs.tu-berlin.de>.  (Closes: #313404)
+
     * A Costa <agcosta@gis.net>.  (Closes: #305662, #305666)
       - debian/local/manpages/tzconfig.8: Fixed typo.
       - debian/local/manpages/ldconfig.8: Likewise.

Modified: glibc-package/branches/glibc-2.3.4/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/sysdeps/hppa.mk	2005-06-12 16:01:23 UTC (rev 927)
+++ glibc-package/branches/glibc-2.3.4/debian/sysdeps/hppa.mk	2005-06-16 14:23:27 UTC (rev 928)
@@ -5,4 +5,5 @@
 mkdir -p debian/$(curpass)/usr
 mkdir -p debian/$(curpass)/usr/hppa64-linux
 ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux/include
+ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux-gnu/include
 endef



Reply to: