r77930 - in /trunk/dh-make-perl: debian/changelog dh-make-perl lib/DhMakePerl/Config.pm

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Wed Jul 27 19:52:02 UTC 2011


Author: diocles
Date: Wed Jul 27 19:52:00 2011
New Revision: 77930

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77930
Log:
Change default source format to 3.0 (quilt)

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/dh-make-perl
    trunk/dh-make-perl/lib/DhMakePerl/Config.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=77930&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jul 27 19:52:00 2011
@@ -4,6 +4,8 @@
   * t/cache.t: New test for handling unreadable cache files.
   * Debian::WNPP::Query: return an empty hashref rather than undef after
     failing to read cache file.
+  * DhMakePerl::Config: Change default source format to 3.0 (quilt).
+  * dh-make-perl: Update documentation of default source format.
 
   [ Damyan Ivanov ]
   * Packaging.pm: extend the examples regular expression to match demo/demos.

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=77930&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Wed Jul 27 19:52:00 2011
@@ -340,7 +340,7 @@
 =item B<--source-format> I<format>
 
 When creating or refreshing packaging, use the specified source format.
-Defaults to C<1.0>.
+Defaults to C<3.0 (quilt)>.
 
 =item B<--sources-list> I<FILE>
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Config.pm?rev=77930&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Wed Jul 27 19:52:00 2011
@@ -71,7 +71,7 @@
     home_dir      => "$ENV{HOME}/.dh-make-perl",
     network       => 1,
     only          => [ 'control', 'copyright', 'docs', 'examples', 'rules' ],
-    source_format => '1.0',
+    source_format => '3.0 (quilt)',
     vcs           => 'git',
     verbose       => 1,
 };




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