r36365 - /website/tips.pod

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon May 25 06:04:59 UTC 2009


Author: dmn
Date: Mon May 25 06:04:55 2009
New Revision: 36365

URL: http://svn.debian.org/wsvn/?sc=1&rev=36365
Log:
add dh-make-perl-dev function. runs dh-make-perl from checked out repository

Modified:
    website/tips.pod

Modified: website/tips.pod
URL: http://svn.debian.org/wsvn/website/tips.pod?rev=36365&op=diff
==============================================================================
--- website/tips.pod (original)
+++ website/tips.pod Mon May 25 06:04:55 2009
@@ -201,6 +201,12 @@
         $CMD
     }
 
+    # run development version of dh-make-perl
+    dh-make-perl-dev() {
+        local DHMP=~/work/debian/pkg-perl/apps/dh-make-perl
+        PERL5LIB=$DHMP/lib $DHMP/dh-make-perl "$@"
+    }
+
 =head1 Authors and Contributors
 
 =over 2




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