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

r1395 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2006-04-10 21:57:50 +0000 (Mon, 10 Apr 2006)
New Revision: 1395

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
Last time fix:

  * Correctly replace DEB_HOST_ARCH by its value in libc6.preinst. Thanks to
    Denis for noticing me.




Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-04-10 20:52:29 UTC (rev 1394)
+++ glibc-package/trunk/debian/changelog	2006-04-10 21:57:50 UTC (rev 1395)
@@ -1,9 +1,3 @@
-glibc (2.3.6-7) UNRELEASED; urgency=low
-
-  * 
-
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 10 Apr 2006 21:45:15 +0200
-
 glibc (2.3.6-6) unstable; urgency=low
 
   [ Aurelien Jarno ]
@@ -41,6 +35,8 @@
   * script.in/kernelcheck.sh: Also take in account 64-bit mips(el) kernels.
   * Add GNU/kFreeBSD patches, using conditional patching until they get
     accepted upstream.
+  * Correctly replace DEB_HOST_ARCH by its value in libc6.preinst. Thanks to
+    Denis for noticing me.
 
   [ Denis Barbier ]
   * debian/debhelper.in/locales.config: /etc/locale.gen was not generated at

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2006-04-10 20:52:29 UTC (rev 1394)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2006-04-10 21:57:50 UTC (rev 1395)
@@ -183,6 +183,7 @@
 	  sed -e "s#CURRENT_VER#$(DEB_VERSION)#" -i $$z; \
 	  sed -e "/KERNEL_VERSION_CHECK/r debian/script.in/kernelcheck.sh" -i $$z; \
 	  sed -e "s#EXIT_CHECK##" -i $$z; \
+	  sed -e "s#DEB_HOST_ARCH#$(DEB_HOST_ARCH)#" -i $$z; \
 	  case $$z in \
 	    *.install) sed -e "s/^#.*//" -i $$z ;; \
 	  esac; \



Reply to: