Your message dated 10 Aug 2004 00:26:20 -0700 with message-id <[EMAIL PROTECTED]> and subject line bug done has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 21 Sep 2001 01:14:27 +0000 >From [email protected] Thu Sep 20 20:14:27 2001 Return-path: <[email protected]> Received: from 210-50-77-245.cust.syd.iprimus.net.au (duende.compusol.com.au) [210.50.77.245] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15kEte-0005rI-00; Thu, 20 Sep 2001 20:14:27 -0500 Received: from bod by duende.compusol.com.au with local (Exim 3.32 #1 (Debian)) id 15kEst-0000U5-00 for <[EMAIL PROTECTED]>; Fri, 21 Sep 2001 11:13:39 +1000 Date: Fri, 21 Sep 2001 11:13:39 +1000 From: Brendan O'Dea <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PATCH] Incorrect dependency on perl-5.6-base Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22i Sender: Brendan O'Dea <[email protected]> Delivered-To: [EMAIL PROTECTED] Package: findimagedupes Version: 0.1.3-4 The perl-5.6-base package is now a dummy package, provided only for ease of transition. See the Perl Policy document for how to specify the correct dependencies of Perl modules/programs (in package debian-policy). A patch follows to use dh_perl to set the dependencies correctly. Regards, -- Brendan O'Dea [email protected] Compusol Pty. Limited (NSW, Australia) +61 2 9810 3633 diff -ur findimagedupes-0.1.3.orig/debian/control findimagedupes-0.1.3/debian/control --- findimagedupes-0.1.3.orig/debian/control Fri Sep 21 10:48:18 2001 +++ findimagedupes-0.1.3/debian/control Fri Sep 21 10:43:35 2001 @@ -7,8 +7,7 @@ Package: findimagedupes Architecture: all -Depends: ${shlibs:Depends} -Depends: perl-5.6-base, imagemagick, perlmagick +Depends: ${perl:Depends}, imagemagick, perlmagick Suggests: gqview Description: Finds visually similar or duplicate images findimagedupes is a commandline utility which performs a rough diff -ur findimagedupes-0.1.3.orig/debian/rules findimagedupes-0.1.3/debian/rules --- findimagedupes-0.1.3.orig/debian/rules Fri Sep 21 10:48:18 2001 +++ findimagedupes-0.1.3/debian/rules Fri Sep 21 10:45:19 2001 @@ -77,7 +77,7 @@ # dh_suidregister # dh_makeshlibs dh_installdeb -# dh_perl + dh_perl dh_shlibdeps dh_gencontrol dh_md5sums --------------------------------------- Received: (at 112987-done) by bugs.debian.org; 10 Aug 2004 07:26:20 +0000 >From [EMAIL PROTECTED] Tue Aug 10 00:26:20 2004 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BuR1Y-0004tg-00; Tue, 10 Aug 2004 00:26:20 -0700 Received: from tb by becket.becket.net with local (Exim 4.34) id 1BuR1Y-0005OO-Kh for [EMAIL PROTECTED]; Tue, 10 Aug 2004 00:26:20 -0700 To: [EMAIL PROTECTED] Subject: bug done X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Zippy-Says: Mmmmmm-MMMMMM!! A plate of STEAMING PIECES of a PIG mixed with the shreds of SEVERAL CHICKENS!!... Oh BOY!! I'm about to swallow a TORN-OFF section of a COW'S LEFT LEG soaked in COTTONSEED OIL and SUGAR!! .. Let's see.. Next, I'll have the GROUND-UP flesh of CUTE, BABY LAMBS fried in the MELTED, FATTY TISSUES from a warm-blooded animal someone once PETTED!! ... YUM!! That was GOOD!! For DESSERT, I'll have a TOFU BURGER with BEAN SPROUTS on a stone-ground, WHOLE WHEAT BUN!! From: Thomas Bushnell BSG <[EMAIL PROTECTED]> Date: 10 Aug 2004 00:26:20 -0700 Message-ID: <[EMAIL PROTECTED]> Lines: 3 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: This was fixed in NMU 0.1.3-4.1 and accepted when the package was taken by QA in version 0.1.3-5.

