This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag v1.76
in repository libdatetime-timezone-perl.

commit 268f0e3d6dc896ca46372b0566a427e70d8f44c1
Author: Alfie John <alf...@fastmail.fm>
Date:   Tue Aug 19 23:36:01 2014 +0000

    parse_olson: removing 'factory' from --old as it's broken
---
 tools/parse_olson | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/parse_olson b/tools/parse_olson
index bc47494..c72627c 100755
--- a/tools/parse_olson
+++ b/tools/parse_olson
@@ -72,7 +72,7 @@ It takes the following arguments:
 
   --name     Only create the specified time zone.  For debugging.
 
-  --old      Also look for files named etcetera, factory, and systemv
+  --old      Also look for files named etcetera and systemv
 
   --debug    Turn on debugging in Olson parser
 
@@ -99,7 +99,7 @@ else {
         southamerica backward
     );
 
-    push @files, qw( etcetera factory systemv )
+    push @files, qw( etcetera systemv )
         if $opts{old};
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to