2009
findimagedupes (2.18-3) unstable; urgency=low
* Corrected path in DIRECTORY config option. Closes: #532318.
-- Manuel Prinz <manuel@debian.org> Mon, 08 Jun 2009 16:44:31 +0200
findimagedupes (2.18-2) unstable; urgency=low
* Removed installation instructions from manpage. Closes: #531145. * Bumped Standards-Version to 3.8.1. No changes needed.
-- Manuel Prinz <manuel@debian.org> Wed, 03 Jun 2009 00:50:20 +0200
2008
findimagedupes (2.18-1) unstable; urgency=low
[ Andreas Tille ] * debian/copyright: Use <code@jhnc.org> as upstream copyright holders address and also use Jonathan H N Chin as author because he has taken over upstream maintenance
-- Manuel Prinz <manuel@debian.org> Fri, 19 Dec 2008 09:06:01 +0100
findimagedupes (2.17-1) unstable; urgency=low
* New Upstream Version
-- Manuel Prinz <manuel@debian.org> Wed, 17 Dec 2008 13:23:43 +0100
findimagedupes (2.14-1) unstable; urgency=low
[ Manuel Prinz ]
* Replaced the patch file by a sed call in debian/rules
* 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@debian.org> Tue, 09 Dec 2008 18:53:42 +0100
findimagedupes (2.11-2) unstable; urgency=low
[ Andreas Tille ] * Added perlapi dependency. Thanks to Manuel Prinz <debian@pinguinkiste.de> and Niko Tyni <ntyni@debian.org> for the hints. (Closes: #488148) [ Manuel Prinz ] * debian/control: - Added myself to Uploaders - Changed Vcs-* fields to point to Git repository
-- Manuel Prinz <debian@pinguinkiste.de> Wed, 02 Jul 2008 22:31:20 +0200
findimagedupes (2.11-1) unstable; urgency=low
* New upstream version * Standards-Version: 3.8.0 (no changes necessary)
-- Andreas Tille <tille@debian.org> Mon, 16 Jun 2008 09:19:19 +0200
findimagedupes (2.7-3) unstable; urgency=low
* Group maintenance by Debian Science Team
* Vcs fields
* Package recompiled to work with new perl version
Closes: #479731
* Machine readable debian/copyright
* Added versioned Depends perl (>= 5.10.0) because the version
compiled under sid does not work with perl 5.8 any more
-- Andreas Tille <tille@debian.org> Thu, 29 May 2008 08:26:37 +0200
findimagedupes (2.7-2) unstable; urgency=low
* Fix missing shared library dependency by adding
Depends: ${shlibs:Depends}
* Move Homepage from description to tags
-- Andreas Tille <tille@debian.org> Thu, 17 Jan 2008 22:21:07 +0100
2007
findimagedupes (2.7-1) unstable; urgency=low
* New upstream version
Closes: #454132
* Added watch file
* Create man page via pod2man
* Do not auto create debian/control
* Standards-Version: 3.7.3 (no changes needed)
* Depends libgraphics-magick-perl instead of perlmagick
-- Andreas Tille <tille@debian.org> Fri, 07 Dec 2007 21:24:07 +0100
2006
findimagedupes (0.2-2) unstable; urgency=low
* We need every single Depency also in Build-Depends because
the program is called at build time. So perlmagick was
added to Build-Depends
Closes: #388719
-- Andreas Tille <tille@debian.org> Fri, 22 Sep 2006 10:51:05 +0200
findimagedupes (0.2-1) unstable; urgency=low
* New upstream version
Closes: #388124, #388139
Quoting from the annoncement this version closes the following bugs
Closes: #86994:
Hopefully now even harder to tickle imagemagick weaknesses.
Closes: #86996:
I haven't implemented Dupes:: lines output so this is a non-issue.
My --program/--script options escape names with Perl's quotemeta()
Closes: #87010:
1) This version explicitly and deliberately does not do recursion.
2) This version can read a file-list from stdin.
Closes: #87013:
Integrated in new --program/--script options, which use this
algorithm to merge pairs of matches into sets before output.
Closes: #87017:
Integrated in new --add option.
Closes: #87024:
Pure Perl comparison replaced by new integrated C function.
Still O(n^2) but massive speedup from squishing the constant factor.
Should be able to compare 100k files in around 10 minutes.
Runtime is now dominated by the time it takes to do fingerprinting.
Closes: #113871:
"It works for me." (tm)
* Standards-Version: 3.7.2 (No changes needed)
* Switched to cdbs
* debian/copyright: New upstream author. License now GPL or
Artistic (like Perl)
-- Andreas Tille <tille@debian.org> Mon, 18 Sep 2006 22:41:53 +0200
2005
findimagedupes (0.1.3-7) unstable; urgency=low
* Patch from Joerg Ostertag <joerg@ostertag.name> containing the following modifications: - more error handling - fixed one of the status bars (The others are still broken) - added -update feature
-- Andreas Tille <tille@debian.org> Sat, 29 Oct 2005 09:50:12 +0200
findimagedupes (0.1.3-6) unstable; urgency=low
* New maintainer
Closes: #218699
* Standards-Version: 3.6.2 (no changes)
* dh_installmanpages -> dh_installman
* README.Debian
* Added C++ version of comparison routine to examples and made a
hint in README.Debian what to do
* Added homepage to long description
* Applied patch from Jonathan H N Chin <jhnc%stone@newton.cam.ac.uk>
(Thanks to Jonathan)
Closes: #86994
* Provided example script to enhance finding images which appear three
times or more. Thanks to Jonathan H N Chin again.
Closes: #87013
* Closing old bugs which can not be reproduced any more:
Closes: #113871 (newer ImageMagic libs seem to work)
-- Andreas Tille <tille@debian.org> Tue, 14 Jun 2005 15:22:51 +0200
2004
findimagedupes (0.1.3-5) unstable; urgency=low
* Uploading with maintainer set to QA group * debian/copyright: de-dh_make-boilerplated
-- Andrew Pollock <apollock@debian.org> Sun, 23 May 2004 20:20:24 +1000
2003
findimagedupes (0.1.3-4.1) unstable; urgency=low
* NMU * Fixed invalid Perl dependency, closes: #112987. Thanks to Brendan O'Dea. * Fixed ImageMagick API, closes: #167097. Thanks to Matthias Urlichs. * Changed Build-Depends to Build-Depends-Indep.
-- Martin A. Godisch <godisch@debian.org> Sun, 27 Jul 2003 18:48:04 +0000
2001
findimagedupes (0.1.3-4) unstable; urgency=medium
* Updated to work with changes in perlmagick. This should work with both
old and new behaviour.
-- Beiad Ian Q. Dalton <idalton@ferret.dyndns.org> Mon, 3 Sep 2001 07:31:35 -0700
findimagedupes (0.1.3-3) unstable; urgency=low
* New maintainer upload (closes: #100222)
-- Beiad Ian Q. Dalton <idalton@ferret.dyndns.org> Sun, 10 Jun 2001 12:08:11 -0700
findimagedupes (0.1.3-2) unstable; urgency=low
* Corrected typo in copyright file.
-- Dr. Guenter Bechly <gbechly@debian.org> Thu, 29 Mar 2001 11:43:08 +0200
findimagedupes (0.1.3-1) unstable; urgency=low
* New upstream release; closes #84619
* Updated manpage.
* Removed the patch.diff and README.Debian, because the patch is included
in the new upstream release.
* Changed the rights for the COPYING and Readme-findimagedupes files.
* Added second upstream email address in copyright file.
-- Dr. Guenter Bechly <gbechly@debian.org> Mon, 12 Feb 2001 19:52:16 +0100
findimagedupes (0.1.2-3) unstable; urgency=low
* Applied a patch from Max Stekelenburg <m.stekelenburg@chello.nl> that fixes the creation of empty databases. This patch is included as file patch.diff.
-- Dr. Guenter Bechly <gbechly@debian.org> Fri, 2 Feb 2001 21:05:30 +0100
findimagedupes (0.1.2-2) unstable; urgency=low
* Changed Architecture from any to all in control; closes: #84109.
-- Dr. Guenter Bechly <gbechly@debian.org> Fri, 2 Feb 2001 12:46:59 +0100
findimagedupes (0.1.2-1) unstable; urgency=low
* Initial Release, closes: #83782. * Wrote a manpage for Debian.
-- Dr. Guenter Bechly <gbechly@debian.org> Sat, 27 Jan 2001 20:12:24 +0100