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

r1770 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/rules.d trunk/debian trunk/debian/rules.d



Author: aurel32
Date: 2006-08-22 22:29:02 +0000 (Tue, 22 Aug 2006)
New Revision: 1770

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/rules.d/build.mk
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/build.mk
Log:
  * debian/rules.d/build.mk: force the locale directory to /usr/lib/locale.
    This way the 32-bit libc6 on amd64 is able use the locales correctly (it
    was already done for other bi-arch architectures).  (Closes: #379959).



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-08-22 22:26:49 UTC (rev 1769)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-08-22 22:29:02 UTC (rev 1770)
@@ -156,6 +156,9 @@
   * debian/control.in/opt: Removed the comment about the IBM's JDK in the
     descriptions of the optimized packages, as an NPTL version is also present
     in the main libc.
+  * debian/rules.d/build.mk: force the locale directory to /usr/lib/locale.
+    This way the 32-bit libc6 on amd64 is able use the locales correctly (it
+    was already done for other bi-arch architectures).  (Closes: #379959).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 17 Aug 2006 01:14:40 +0200
 

Modified: glibc-package/branches/glibc-2.4/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/rules.d/build.mk	2006-08-22 22:26:49 UTC (rev 1769)
+++ glibc-package/branches/glibc-2.4/debian/rules.d/build.mk	2006-08-22 22:29:02 UTC (rev 1770)
@@ -35,6 +35,7 @@
 	echo "LIBGD = no"		>> $(DEB_BUILDDIR)/configparms
 	echo "sysconfdir = /etc"	>> $(DEB_BUILDDIR)/configparms
 	echo "rootsbindir = /sbin"	>> $(DEB_BUILDDIR)/configparms
+	echo "localedir = /usr/lib/locale" >> $(DEB_BUILDDIR)/configparms
 	libdir="$(call xx,libdir)" ; if test -n "$$libdir" ; then \
 		echo "libdir = $$libdir" >> $(DEB_BUILDDIR)/configparms ; \
 	fi

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-08-22 22:26:49 UTC (rev 1769)
+++ glibc-package/trunk/debian/changelog	2006-08-22 22:29:02 UTC (rev 1770)
@@ -12,6 +12,9 @@
   * debian/control.in/opt: Removed the comment about the IBM's JDK in the
     descriptions of the optimized packages, as an NPTL version is also present
     in the main libc.
+  * debian/rules.d/build.mk: force the locale directory to /usr/lib/locale.
+    This way the 32-bit libc6 on amd64 is able use the locales correctly (it 
+    was already done for other bi-arch architectures).  (Closes: #379959).
 
  -- Aurelien Jarno <aurel32@debian.org>  Thu, 17 Aug 2006 01:14:40 +0200
 

Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2006-08-22 22:26:49 UTC (rev 1769)
+++ glibc-package/trunk/debian/rules.d/build.mk	2006-08-22 22:29:02 UTC (rev 1770)
@@ -35,6 +35,7 @@
 	echo "LIBGD = no"		>> $(DEB_BUILDDIR)/configparms
 	echo "sysconfdir = /etc"	>> $(DEB_BUILDDIR)/configparms
 	echo "rootsbindir = /sbin"	>> $(DEB_BUILDDIR)/configparms
+	echo "localedir = /usr/lib/locale" >> $(DEB_BUILDDIR)/configparms
 	libdir="$(call xx,libdir)" ; if test -n "$$libdir" ; then \
 		echo "libdir = $$libdir" >> $(DEB_BUILDDIR)/configparms ; \
 	fi



Reply to: