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

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



Author: aurel32
Date: 2007-08-12 14:48:47 +0000 (Sun, 12 Aug 2007)
New Revision: 2506

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/locales.postinst
   glibc-package/trunk/debian/debhelper.in/locales.prerm
Log:
  * debian/debhelper.in/locales.{prerm,postinst}: look for supported.tar.lzma
    instead of supported.tar.gz.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-08-12 12:12:42 UTC (rev 2505)
+++ glibc-package/trunk/debian/changelog	2007-08-12 14:48:47 UTC (rev 2506)
@@ -14,6 +14,8 @@
   [ Aurelien Jarno ]
   * 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.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 11 Aug 2007 19:40:38 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/locales.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.postinst	2007-08-12 12:12:42 UTC (rev 2505)
+++ glibc-package/trunk/debian/debhelper.in/locales.postinst	2007-08-12 14:48:47 UTC (rev 2506)
@@ -61,7 +61,7 @@
         fi
     fi
     # Update requested locales if locales-all is not installed
-    if [ -f /usr/lib/locales-all/supported.tar.gz ] ; then
+    if [ -f /usr/lib/locales-all/supported.tar.lzma ] ; then
         echo "locales-all installed, skipping locales generation"
     else
         /usr/sbin/locale-gen

Modified: glibc-package/trunk/debian/debhelper.in/locales.prerm
===================================================================
--- glibc-package/trunk/debian/debhelper.in/locales.prerm	2007-08-12 12:12:42 UTC (rev 2505)
+++ glibc-package/trunk/debian/debhelper.in/locales.prerm	2007-08-12 14:48:47 UTC (rev 2506)
@@ -3,7 +3,7 @@
 
 case "$1" in
     remove|purge)
-    	if ! [ -f /usr/lib/locales-all/supported.tar.gz ] ; then
+    	if ! [ -f /usr/lib/locales-all/supported.tar.lzma ] ; then
 		# If locales-all is not installed, clean the locales
 		rm -f /usr/lib/locale/locale-archive
 	fi



Reply to: