[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-32-g40e6d5c

Damyan Ivanov dmn at debian.org
Thu Dec 22 20:35:25 UTC 2011


The following commit has been merged in the master branch:
commit 40e6d5cf3b480ccc3af18fe6159620968d07f52e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Dec 22 22:35:17 2011 +0200

    when warning about missing apt-file, state the minimum required version

diff --git a/debian/changelog b/debian/changelog
index 9e6f875..9e88e2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ dh-make-perl (0.75-1) UNRELEASED; urgency=low
     + add keywords
   * remove t/contents/wnpp.cache (added by mistake)
   * really test the missing version quotes fix
+  * when warning about missing apt-file, state the minimum required version
 
   [ gregor herrmann ]
   * Swap order of alternative (build) dependencies after the perl 5.14
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index d91d1ed..f3145da 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -1356,8 +1356,8 @@ sub discover_dependencies {
     }
     else {
         warn "No APT contents can be loaded.\n";
-        warn "Please install 'apt-file' package and run 'apt-file update'\n";
-        warn "as root.\n";
+        warn "Please install 'apt-file' package (at least version 2.5.0) and\n";
+        warn "run 'apt-file update' as root.\n";
         warn "Dependencies not updated.\n";
 
         return ();

-- 
Debian packaging of dh-make-perl



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