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

r2342 - tzdata/trunk/debian



Author: schizo
Date: 2007-06-03 12:43:47 +0000 (Sun, 03 Jun 2007)
New Revision: 2342

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/config
Log:
  * debian/config: strip off any leading right/ or posix/ ;
    this allows tzdata to install when such a zone is set, but
    makes it more difficult for the user to set a "right"
    time zone.  closes: #427226.


Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-06-03 12:29:56 UTC (rev 2341)
+++ tzdata/trunk/debian/changelog	2007-06-03 12:43:47 UTC (rev 2342)
@@ -1,7 +1,11 @@
-tzdata (2007f-7) unstable; urgency=low
+tzdata (2007f-7) unstable; urgency=medium
 
   * debian/po/fr.po: update from Christian Perrier.
     closes: #427305.
+  * debian/config: strip off any leading right/ or posix/ ;
+    this allows tzdata to install when such a zone is set, but
+    makes it more difficult for the user to set a "right"
+    time zone.  closes: #427226.
 
  -- Clint Adams <schizo@debian.org>  Sun, 03 Jun 2007 08:28:04 -0400
 

Modified: tzdata/trunk/debian/config
===================================================================
--- tzdata/trunk/debian/config	2007-06-03 12:29:56 UTC (rev 2341)
+++ tzdata/trunk/debian/config	2007-06-03 12:43:47 UTC (rev 2342)
@@ -8,6 +8,9 @@
 convert_timezone()
 {
     case "$1" in
+	(right/*|posix/*)
+	    convert_timezone "${1#*/}"
+	    ;;
 	("Africa/Asmera")
 	    echo "Africa/Asmara"
 	    ;;



Reply to: