Author: schizo
Date: 2007-06-03 13:00:46 +0000 (Sun, 03 Jun 2007)
New Revision: 2343
Modified:
tzdata/trunk/debian/rules
Log:
actually exclude the South_Pole zone
Modified: tzdata/trunk/debian/rules
===================================================================
--- tzdata/trunk/debian/rules 2007-06-03 12:43:47 UTC (rev 2342)
+++ tzdata/trunk/debian/rules 2007-06-03 13:00:46 UTC (rev 2343)
@@ -97,7 +97,7 @@
fi ; \
cd $(CURDIR)/tzgen/$$i ; \
find . -maxdepth 2 -type f | sed -e 's#^\./##' | \
- egrep -v
'^(Ashkhabad|Chungking|Dacca|Macao|Thimbu|Ulan_Bator|Faeroe|ACT|LHI|NSW|North|Queensland|South|Tasmania|Victoria|West|Argentina/ComodRivadavia|Buenos_Aires|Catamarca|Cordoba|Jujuy|Mendoza|Rosario|Louisville|Fort_Wayne|Indianapolis|Knox_IN|East-Indiana|East-Starke|Asmera)$$'
| \
+ egrep -v
'^(Ashkhabad|Chungking|Dacca|Macao|Thimbu|Ulan_Bator|Faeroe|ACT|LHI|NSW|North|Queensland|South|Tasmania|Victoria|West|Argentina/ComodRivadavia|Buenos_Aires|Catamarca|Cordoba|Jujuy|Mendoza|Rosario|Louisville|Fort_Wayne|Indianapolis|Knox_IN|East-Indiana|East-Starke|Asmera|South_Pole)$$'
| \
sort -n | tr '\n' ',' | sed -e 's#,#, #g' -e 's#, $$#\n#' ; \
echo "_Description: Time zone:" ; \
echo " Please select the time zone corresponding to your location."
; \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]