This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit cd68d8a77391102666025b671f8b0fa71e3adc4f
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sun Mar 29 01:25:17 2015 +0100

    Add ${perl:Depends} to Depends. Fixes dpkg-gencontrol warning
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0080120..3894171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ debsums (2.1~dev) UNRELEASED; urgency=medium
       - Add a debian/README.source briefly describing how the test suite
         is being used.
     + Declare compliance with Debian Policy 3.9.6 (no further changes)
+    + Add ${perl:Depends} to Depends. Fixes dpkg-gencontrol warning.
   * debian/copyright + debian/lintian-overrides:
     + Update copyright years.
     + Add myself.
diff --git a/debian/control b/debian/control
index d9b3c5b..114c107 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Depends: dpkg (>= 1.16.3),
          libfile-fnmatch-perl,
          perl (>= 5.8.0-3),
          ucf (>= 0.28),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${perl:Depends}
 Description: tool for verification of installed package files against MD5 
checksums
  debsums can verify the integrity of installed package files against
  MD5 checksums installed by the package, or generated from a .deb

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/debsums.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to