[mb2md] 26/30: Fix lintian warning debhelper-but-no-misc-depends

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:30 UTC 2013


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

abe pushed a commit to branch master
in repository mb2md.

commit 8c0240bde5276142cb7d7e53b9f8b6966650e660
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 20:51:17 2013 +0200

    Fix lintian warning debhelper-but-no-misc-depends
---
 debian/changelog |    1 +
 debian/control   |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 44b79ee..73bc167 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ mb2md (3.20-6) UNRELEASED; urgency=low
     + Finally switch to a dh7 style debian/rules file.
   * Fix further lintian warnings:
     + description-possibly-contains-homepage and no-homepage-field
+    + debhelper-but-no-misc-depends
   * Add patch to make source and destination path expansion behave more
     like most users expect it. (Closes: #594049)
     + Update man page and USAGE accordingly
diff --git a/debian/control b/debian/control
index 4922308..538d9b3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Homepage: http://batleth.sapienti-sat.org/projects/mb2md/
 Package: mb2md
 Architecture: all
 Depends: libtimedate-perl,
-         perl
+         perl,
+         ${misc:Depends}
 Description: Converting Mbox mailboxes to Maildir format
  A Perl script that takes one or more Mbox format mailbox files in a
  directory and convert them to Maildir format mailboxes. As the Mbox

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



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