r53288 - in /trunk/pmtools/debian: changelog control

abe at users.alioth.debian.org abe at users.alioth.debian.org
Tue Feb 23 23:46:23 UTC 2010


Author: abe
Date: Tue Feb 23 23:46:16 2010
New Revision: 53288

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53288
Log:
Fixed Lintian warning debhelper-but-no-misc-depends

Modified:
    trunk/pmtools/debian/changelog
    trunk/pmtools/debian/control

Modified: trunk/pmtools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/changelog?rev=53288&op=diff
==============================================================================
--- trunk/pmtools/debian/changelog (original)
+++ trunk/pmtools/debian/changelog Tue Feb 23 23:46:16 2010
@@ -14,6 +14,8 @@
     - Replaced dh_clean -k by dh_prep
     - Replaced dh_installmanpages by dh_installman
     - Removed already commented out dh_undocumented
+  * Fixed the following Lintian warnings
+    - debhelper-but-no-misc-depends
   * Further changes to debian/rules
     - Call distclean target instead of more existant realclean target.
     - Call make distclean only if a Makefile exists. Don't ignore it's

Modified: trunk/pmtools/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pmtools/debian/control?rev=53288&op=diff
==============================================================================
--- trunk/pmtools/debian/control (original)
+++ trunk/pmtools/debian/control Tue Feb 23 23:46:16 2010
@@ -11,7 +11,7 @@
 
 Package: pmtools
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module tools
  Perl module tools is a suite of small tools that help manage and inspect
  perl modules, perl Plain Old Documentation files, and perl programs.




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