r43556 - in /trunk/dh-make-perl: MANIFEST MANIFEST.SKIP debian/changelog

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Sep 3 04:46:55 UTC 2009


Author: ryan52-guest
Date: Thu Sep  3 04:46:26 2009
New Revision: 43556

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43556
Log:
fix MANIFEST file handling

Modified:
    trunk/dh-make-perl/MANIFEST
    trunk/dh-make-perl/MANIFEST.SKIP
    trunk/dh-make-perl/debian/changelog

Modified: trunk/dh-make-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST?rev=43556&op=diff
==============================================================================
--- trunk/dh-make-perl/MANIFEST (original)
+++ trunk/dh-make-perl/MANIFEST Thu Sep  3 04:46:26 2009
@@ -10,40 +10,42 @@
 debian/rules
 dh-make-perl
 lib/Debian/AptContents.pm
+lib/Debian/Control.pm
 lib/Debian/Control/FromCPAN.pm
-lib/Debian/Control.pm
+lib/Debian/Control/Stanza.pm
 lib/Debian/Control/Stanza/Binary.pm
-lib/Debian/Control/Stanza.pm
 lib/Debian/Control/Stanza/Source.pm
 lib/Debian/Dependencies.pm
 lib/Debian/Dependency.pm
+lib/Debian/Version.pm
+lib/DhMakePerl.pm
 lib/DhMakePerl/Config.pm
-lib/DhMakePerl.pm
 lib/DhMakePerl/PodParser.pm
 MANIFEST
 MANIFEST.SKIP
 META.yml
 README
 share/overrides
+share/rules.dh7+quilt.xs+noxs
 share/rules.dh7.noxs
-share/rules.dh7+quilt.xs+noxs
 share/rules.dh7.tiny
 share/rules.dh7.xs
 share/rules.MakeMaker.noxs
 share/rules.MakeMaker.xs
 share/rules.Module-Build.noxs
 share/rules.Module-Build.xs
-TODO
 t/00-load.t
 t/AptContents.t
 t/contents/sources.list
 t/contents/test_debian_dists_sid_Contents
 t/contents/test_debian_dists_testing_Contents
 t/Control.t
+t/core-modules.t
 t/corelist.t
 t/debian-version.t
+t/Dep.t
 t/Dependencies.t
-t/Dep.t
+t/dists.t
 t/dists/Strange-0.1/Changes
 t/dists/Strange-0.1/Makefile.PL
 t/dists/Strange-0.1/MANIFEST
@@ -69,9 +71,10 @@
 t/dists/Strange-2.1/wanted-debian/libstrange-perl.docs
 t/dists/Strange-2.1/wanted-debian/rules
 t/dists/Strange-2.1/wanted-debian/watch
-t/dists.t
 t/extract_name_ver_from_makefile.t
 t/makefiles/module-install-autodie.PL
+t/perl-deps.t
 t/perl-versions.t
 t/pod-coverage.t
 t/pod.t
+TODO

Modified: trunk/dh-make-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST.SKIP?rev=43556&op=diff
==============================================================================
--- trunk/dh-make-perl/MANIFEST.SKIP (original)
+++ trunk/dh-make-perl/MANIFEST.SKIP Thu Sep  3 04:46:26 2009
@@ -1,3 +1,37 @@
+
+#!start included /usr/share/perl/5.10/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\b_darcs\b
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$         # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+
+# Avoid Devel::Cover files.
+\bcover_db\b
+#!end included /usr/share/perl/5.10/ExtUtils/MANIFEST.SKIP
+
 .git
 .svn
 debian/*.debhelper.log

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=43556&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Sep  3 04:46:26 2009
@@ -1,3 +1,9 @@
+dh-make-perl (0.60) UNRELEASED; urgency=low
+
+  * fix MANIFEST file handling
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 21:46:19 -0700
+
 dh-make-perl (0.59) unstable; urgency=low
 
   [ Damyan Ivanov ]




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