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

r1912 - tzdata/trunk/debian



Author: aurel32
Date: 2007-02-01 19:05:01 +0100 (Thu, 01 Feb 2007)
New Revision: 1912

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/rules
Log:
 * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275).


Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-01-22 16:51:27 UTC (rev 1911)
+++ tzdata/trunk/debian/changelog	2007-02-01 18:05:01 UTC (rev 1912)
@@ -1,3 +1,9 @@
+tzdata (2007a-2) unstable; urgency=low
+
+  * Generate and ship /usr/share/zoneinfo/posixrules (closes: bug#409275). 
+
+ -- Aurelien Jarno <aurel32@debian.org>  Thu,  1 Feb 2007 18:39:05 +0100
+
 tzdata (2007a-1) unstable; urgency=low
 
   * New upstream release.

Modified: tzdata/trunk/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2007-01-22 16:51:27 UTC (rev 1911)
+++ tzdata/trunk/debian/rules	2007-02-01 18:05:01 UTC (rev 1912)
@@ -53,6 +53,9 @@
 	  /usr/sbin/zic -d $(TZGEN)/posix -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \
 	  /usr/sbin/zic -d $(TZGEN)/right -L $(TZSOURCE)/leapseconds -y $(TZGEN)/yearistype.sh $(TZSOURCE)/$${zone} ; \
 	done
+
+	# Generate a posixrules file
+	/usr/sbin/zic -d $(TZGEN) -p America/New_York
 						
 	touch $@
 



Reply to: