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

r1483 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2006-05-17 03:42:11 +0000 (Wed, 17 May 2006)
New Revision: 1483

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst
Log:
  * debian/debhelper.in/libc-otherbuild.postinst: fixed parsing of
    /etc/ld.so.hwcappkgs.  (Closes: #364666)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-16 23:40:43 UTC (rev 1482)
+++ glibc-package/trunk/debian/changelog	2006-05-17 03:42:11 UTC (rev 1483)
@@ -19,6 +19,8 @@
   * debian/main/control.in: make locales Replaces: lliurex-belocs-locales-data.
     (Closes: #365651)
   * Move the NJOBS part to debian/sysdeps/(system) to debian/rules.
+  * debian/debhelper.in/libc-otherbuild.postinst: fixed parsing of
+    /etc/ld.so.hwcappkgs.  (Closes: #364666)
 
   [ Denis Barbier ]
   * Preserve hard links when compiling the locales-all package, this reduces

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2006-05-16 23:40:43 UTC (rev 1482)
+++ glibc-package/trunk/debian/control	2006-05-17 03:42:11 UTC (rev 1483)
@@ -33,7 +33,7 @@
 Priority: standard
 Depends: ${locale:Depends}, debconf | debconf-2.0
 Conflicts: base-config
-Replaces: base-config
+Replaces: base-config, lliurex-belocs-locales-data
 Description: GNU C Library: National Language (locale) data [support]
  Machine-readable data files, shared objects and programs used by the
  C library for localization (l10n) and internationalization (i18n) support.

Modified: glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst	2006-05-16 23:40:43 UTC (rev 1482)
+++ glibc-package/trunk/debian/debhelper.in/libc-otherbuild.postinst	2006-05-17 03:42:11 UTC (rev 1483)
@@ -18,7 +18,7 @@
 
     if [ -f /etc/ld.so.hwcappkgs ]; then
 	rm -f /etc/ld.so.hwcappkgs.tmp
-	while read LINE; do
+	cat /etc/ld.so.hwcappkgs | while read LINE; do
 	    case $LINE in
 		\#*|"") continue
 	    esac



Reply to: