r2508 - in glibc-package/trunk/debian: . debhelper.in local/etc_default
Author: aurel32
Date: 2007-08-12 15:10:44 +0000 (Sun, 12 Aug 2007)
New Revision: 2508
Added:
glibc-package/trunk/debian/local/etc_default/locale
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/debhelper.in/locales.install
Log:
* debian/local/etc_default/locale: new file. Closes: bug#437404.
* debhelper.in/locales.install: install it.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2007-08-12 14:50:48 UTC (rev 2507)
+++ glibc-package/trunk/debian/changelog 2007-08-12 15:10:44 UTC (rev 2508)
@@ -12,12 +12,15 @@
* hurd-i386/cvs-ioctl-delay.diff: new patch to add standard *DLY ioctl macros.
[ Aurelien Jarno ]
- * debian/rules.d/build.mk: disable testsuite on ARM machines running a
+ * debian/rules.d/build.mk: disable testsuite on ARM machines running a
2.6.21 or 2.6.22 kernel.
* debian/debhelper.in/locales.{prerm,postinst}: look for supported.tar.lzma
instead of supported.tar.gz.
+ * debian/local/etc_default/devpts: remove.
+ * debian/local/etc_default/locale: new file. Closes: bug#437404.
+ * debhelper.in/locales.install: install it.
- -- Aurelien Jarno <aurel32@debian.org> Sat, 11 Aug 2007 19:40:38 +0200
+ -- Aurelien Jarno <aurel32@debian.org> Sun, 12 Aug 2007 17:09:42 +0200
glibc (2.6.1-1) unstable; urgency=low
Modified: glibc-package/trunk/debian/debhelper.in/locales.install
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.install 2007-08-12 14:50:48 UTC (rev 2507)
+++ glibc-package/trunk/debian/debhelper.in/locales.install 2007-08-12 15:10:44 UTC (rev 2508)
@@ -2,6 +2,7 @@
debian/tmp-libc/usr/share/locale/[a-z][a-z]_[A-Z][A-Z] usr/share/locale
debian/tmp-libc/usr/share/locale/locale.alias usr/share/locale
debian/tmp-libc/usr/share/i18n/* usr/share/i18n
+debian/local/etc_default/locale etc/default
debian/local/usr_sbin/locale-gen usr/sbin
debian/local/usr_sbin/update-locale usr/sbin
debian/local/usr_sbin/validlocale usr/sbin
Added: glibc-package/trunk/debian/local/etc_default/locale
===================================================================
--- glibc-package/trunk/debian/local/etc_default/locale (rev 0)
+++ glibc-package/trunk/debian/local/etc_default/locale 2007-08-12 15:10:44 UTC (rev 2508)
@@ -0,0 +1,50 @@
+#
+# Locale configuration
+#
+
+
+# Default language
+# LANG=
+
+# List of languages separated by colons
+# LANGUAGE=
+
+# Override for LC_* variables
+# LC_ALL=
+
+# Address formats and location information
+# LC_ADDRESS=
+
+# Character classification and case conversion
+# LC_CTYPE=
+
+# Collation order
+# LC_COLLATE=
+
+# Metadata about the locale information
+# LC_IDENTIFICATION=
+
+# Measurement units (Metric or Other)
+# LC_MEASUREMENT=
+
+# Formats of informative and diagnostic messages and interactive responses
+# LC_MESSAGES=
+
+# Monetary formats
+# LC_MONETARY=
+
+# Name formats
+# LC_NAME=
+
+# Non-monetary numeric formats
+# LC_NUMERIC=
+
+# Paper size
+# LC_PAPER=
+
+# Telephone number formats
+# LC_TELEPHONE=
+
+# Date and time formats
+# LC_TIME=
+
Reply to: