r57316 - /trunk/dh-make-perl/privinc/My/Builder.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun May 2 14:22:59 UTC 2010


Author: dmn
Date: Sun May  2 14:22:52 2010
New Revision: 57316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57316
Log:
dist: hint about renaming the tarball before uploading to CPAN

also suggest using 'orig' to get identical tarballs
for Debian and CPAN uploads

Modified:
    trunk/dh-make-perl/privinc/My/Builder.pm

Modified: trunk/dh-make-perl/privinc/My/Builder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/privinc/My/Builder.pm?rev=57316&op=diff
==============================================================================
--- trunk/dh-make-perl/privinc/My/Builder.pm (original)
+++ trunk/dh-make-perl/privinc/My/Builder.pm Sun May  2 14:22:52 2010
@@ -30,13 +30,16 @@
 
 The primary distribution point of dh-make-perl is the Debian archive. If you
 need a tar.gz for CPAN, download the source tarball from Debian. `apt-get
-source --tar-only dh-make-perl' can be used for that.
+source --tar-only dh-make-perl' can be used for that. Since the CPAN
+distribution is named 'DhMakePerl', you probably want to raname the tarball
+to 'DhMakePerl-VERSION.tar.gz' before uploading.
 
 If you don't happen to run Debian (!), see
 http://packages.debian.org/source/unstable/dh-make-perl
 
-In case you want to upload to Debian and need and .orig.tar.gz, run the
-`orig' action.
+In case you want to upload both to Debian and CPAN, use the 'orig' action. It
+will produce identical (hardlinked) DhMakePerl-VERSION.tar.gz and
+dh-make-perl_VERSION.orig.tar.gz files.
 EOF
 
     return 1;




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