[SCM] findimagedupes branch, master, updated. debian/2.11-2-10-g0c79780

Manuel Prinz manuel.prinz at uni-due.de
Tue Dec 9 18:35:34 UTC 2008


The following commit has been merged in the master branch:
commit 0c797805238bfd3857d5b81a4121d0be41200d87
Author: Manuel Prinz <manuel.prinz at uni-due.de>
Date:   Tue Dec 9 18:54:57 2008 +0100

    Fixed debhelper-but-no-misc-depends lintian warning

diff --git a/debian/changelog b/debian/changelog
index 3f10d96..5a48701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,12 +5,14 @@ findimagedupes (2.14-1) unstable; urgency=low
   * Installing upstream changelog
   * Fixed lintian warnings about too long lines in debian/copyright
   * Changed my email address in Uploaders field
+  * Fixed debhelper-but-no-misc-depends lintian warning by adding
+    ${misc:Depends} to the Depends field of the binary package
 
   [ Andreas Tille ]
   * New upstream version  (Closes: #507956)
   * debian/control: Remove explicit versions on build depends
 
- -- Manuel Prinz <manuel at debian.org>  Tue, 09 Dec 2008 18:50:42 +0100
+ -- Manuel Prinz <manuel at debian.org>  Tue, 09 Dec 2008 18:53:42 +0100
 
 findimagedupes (2.11-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4183bb7..5b5c6ca 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://www.jhnc.org/findimagedupes/
 
 Package: findimagedupes
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, libgraphics-magick-perl, libfile-mimeinfo-perl, libinline-perl
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgraphics-magick-perl, libfile-mimeinfo-perl, libinline-perl
 Description: Finds visually similar or duplicate images
  findimagedupes is a commandline utility which performs a rough
  "visual diff" to two images. This allows you to compare two

-- 
findimagedupes



More information about the debian-science-commits mailing list