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

r2229 - in glibc-package/branches/glibc-2.6/debian: . debhelper.in



Author: schizo
Date: 2007-05-19 16:13:19 +0000 (Sat, 19 May 2007)
New Revision: 2229

Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.install
Log:
  * debian/debhelper.in/libc.install: do not hardcode the glibc
    version number in the path to gai.conf.


Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-19 15:51:30 UTC (rev 2228)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-19 16:13:19 UTC (rev 2229)
@@ -7,6 +7,8 @@
   [ Clint Adams ]
   * debian/sysdeps/depflags.pl: Clean out relationships for packages
     that do not exist in sarge or later.
+  * debian/debhelper.in/libc.install: do not hardcode the glibc
+    version number in the path to gai.conf.
 
   [ Aurelien Jarno ]
   * debian/local/etc_init.d/glibc.sh: fix a typo.  Closes: #423870. 

Modified: glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.install
===================================================================
--- glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.install	2007-05-19 15:51:30 UTC (rev 2228)
+++ glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.install	2007-05-19 16:13:19 UTC (rev 2229)
@@ -23,6 +23,6 @@
 debian/tmp-libc/usr/lib/*-*-gnu*/ usr/lib
 
 debian/tmp-libc/etc/ld.so.conf.d /etc
-build-tree/glibc-2.5/posix/gai.conf /etc
+build-tree/glibc-2.*/posix/gai.conf /etc
 
 log-test-*-libc usr/share/doc/LIBC



Reply to: