r57313 - in /trunk/dh-make-perl: Build.PL Changes

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun May 2 14:21:17 UTC 2010


Author: dmn
Date: Sun May  2 14:21:10 2010
New Revision: 57313

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57313
Log:
Build.PL: add no_index

Hopefuly this will stop PAUSE indexing privinc/My/Module.pm

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/Changes

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=57313&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Sun May  2 14:21:10 2010
@@ -51,6 +51,7 @@
         'Test::More'        => 0,
         'File::Touch'       => 0,
     },
+    no_index => { directory => [qw(privinc t xt share)] },
     add_to_cleanup      => [ 'DhMakePerl-*', 'Build', '_build' ],
     script_files        => [ 'dh-make-perl' ],
     install_path        => {

Modified: trunk/dh-make-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Changes?rev=57313&op=diff
==============================================================================
--- trunk/dh-make-perl/Changes (original)
+++ trunk/dh-make-perl/Changes Sun May  2 14:21:10 2010
@@ -1,3 +1,7 @@
+0.67.01
+
+    Build.PL: add no_index as an attempt to avoid PAUSE indexing private stuff
+
 0.67
     POD: drop "--" in front of the commands.
     refresh: ensure ->rules is there before attempting to fiddle quilt




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