[libdatetime-timezone-perl] 06/09: Use GatherDir to pick up all generated files

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:41 UTC 2015


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

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

commit 5feef05aeca585d1af518e6eddddac6acd6b21f1
Author: Dave Rolsky <autarch at urth.org>
Date:   Wed Dec 24 14:04:15 2014 -0600

    Use GatherDir to pick up all generated files
---
 Changes  | 2 ++
 dist.ini | 9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 5c1d5e7..ce0422e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}
 
+- The last release did not include any of the generated zone files. Oops.
+
 - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
   real code or zone changes.
 
diff --git a/dist.ini b/dist.ini
index fa22572..352de9c 100644
--- a/dist.ini
+++ b/dist.ini
@@ -5,10 +5,16 @@ copyright_holder = Dave Rolsky
 
 version = 1.82
 
+[GatherDir]
+exclude_filename = cpanfile
+exclude_filename = LICENSE
+exclude_filename = Makefile.PL
+exclude_filename = README.md
+exclude_match = ^t/zd.*
+
 [@DROLSKY]
 dist = DateTime-TimeZone
 next_release_width = 7
-exclude_files = ^t/zd.*
 prereqs_skip = Win32::TieRegistry
 prereqs_skip = DateTime
 prereqs_skip = DateTime::Duration
@@ -24,6 +30,7 @@ pod_coverage_skip = qr/^DateTime::TimeZone::(?:CET|CST6CDT|EET|EST5EDT|EST|HST|M
 pod_coverage_trustme = DateTime::TimeZone => qr/^STORABLE_/
 pod_coverage_trustme = DateTime::TimeZone => qr/^max_span$/
 stopwords_file = .stopwords
+-remove = Git::GatherDir
 -remove = Test::Compile
 -remove = Test::CPAN::Changes
 -remove = Test::Pod::No404s

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



More information about the Pkg-perl-cvs-commits mailing list