r51257 - in /trunk/dh-make-perl: .gitignore Build.PL MANIFEST MANIFEST.SKIP META.yml debian/changelog

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Tue Jan 19 15:39:21 UTC 2010


Author: bricas-guest
Date: Tue Jan 19 15:39:13 2010
New Revision: 51257

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51257
Log:
add Array::Unique to deps in Build.PL
remove auto-generated files
add .gitignore and clean up MANIFEST.SKIP

Added:
    trunk/dh-make-perl/.gitignore
Removed:
    trunk/dh-make-perl/MANIFEST
    trunk/dh-make-perl/META.yml
Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/MANIFEST.SKIP
    trunk/dh-make-perl/debian/changelog

Added: trunk/dh-make-perl/.gitignore
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/.gitignore?rev=51257&op=file
==============================================================================
--- trunk/dh-make-perl/.gitignore (added)
+++ trunk/dh-make-perl/.gitignore Tue Jan 19 15:39:13 2010
@@ -1,0 +1,11 @@
+META.yml
+Makefile
+Makefile.old
+cover_db
+blib
+inc
+pm_to_blib
+MANIFEST*
+!MANIFEST.SKIP
+*~
+*.tar.gz

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=51257&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Tue Jan 19 15:39:13 2010
@@ -10,6 +10,7 @@
 
         'AptPkg::Cache'             => 0,
         'AptPkg::Config'            => 0,
+        'Array::Unique'             => 0,
         'Carp'                      => 0,
         'CPAN'                      => 0,
         'Cwd'                       => 0,

Modified: trunk/dh-make-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST.SKIP?rev=51257&op=diff
==============================================================================
--- trunk/dh-make-perl/MANIFEST.SKIP (original)
+++ trunk/dh-make-perl/MANIFEST.SKIP Tue Jan 19 15:39:13 2010
@@ -1,4 +1,40 @@
-#!include_default
+
+#!start included /usr/local/share/perl/5.10.0/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\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
+^MANIFEST\.SKIP$
+
+# 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/local/share/perl/5.10.0/ExtUtils/MANIFEST.SKIP
+
 .git
 .svn
 debian/.*.debhelper.log
@@ -8,3 +44,7 @@
 blib/.*
 _build/.*
 Build$
+
+# No tarballs!
+\.gz$
+

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=51257&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Jan 19 15:39:13 2010
@@ -30,6 +30,9 @@
     --refresh. 
   * debian/control: Add libarray-unique-perl to (Build-)Depends. 
   * Small code readability changes in dh-make-perl modules. 
+
+  [ Brian Cassidy ]
+  * Add Array::Unique to dependencies listed in Build.PL.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 05 Jan 2010 21:14:37 +0100
 




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