Your message dated Wed, 06 Jul 2005 09:32:02 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#84368: fixed in debget 1.4 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; 28 Oct 2004 15:59:31 +0000 >From [EMAIL PROTECTED] Thu Oct 28 08:59:31 2004 Return-path: <[EMAIL PROTECTED]> Received: from mail.nj.nec.com (mail.nec-labs.com) [138.15.200.209] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CNCgU-0003G9-00; Thu, 28 Oct 2004 08:59:30 -0700 Received: from mail.nec-labs.com (mail [138.15.200.209]) by mail.nec-labs.com (8.13.0/8.12.11) with ESMTP id i9SFx09n017315 for <[EMAIL PROTECTED]>; Thu, 28 Oct 2004 11:59:00 -0400 Received: from chef.nec-labs.com (chef.nec-labs.com [138.15.168.101]) by mail.nec-labs.com (8.13.0/8.12.11) with SMTP id i9SFwxxO017305; Thu, 28 Oct 2004 11:58:59 -0400 Message-Id: <[EMAIL PROTECTED]> Received: by chef.nec-labs.com (sSMTP sendmail emulation); Thu, 28 Oct 2004 11:58:59 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sven Heinicke <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: debget getopt call broken X-Mailer: reportbug 2.63 Date: Thu, 28 Oct 2004 11:58:59 -0400 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=-7.3 required=4.0 tests=BAYES_00,HAS_PACKAGE, MSGID_FROM_MTA_HEADER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: debget Version: 1.3 Severity: grave Justification: renders package unusable The example in the README.Debian file breaks: $ debget --unpack libnet-perl && > cd libnet-perl-* && > perl Configure Prototype mismatch: sub main::getopt: none vs (@) at /usr/bin/debget line 257. debget: no files in dists/unstable/main/source/perl match /^libnet\-perl_.*\.(dsc|tar\.gz|diff\.gz)$/ $ -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.8-1-686-smp Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 Versions of packages debget depends on: ii libproc-waitstat-perl 1.00-3 interpret and act on wait() status ii perl [perl5] 5.8.4-2.3 Larry Wall's Practical Extraction ii perl-modules [libnet-perl] 5.8.4-2.3 Core Perl modules -- no debconf information --------------------------------------- Received: (at 84368-close) by bugs.debian.org; 6 Jul 2005 13:38:02 +0000 >From [EMAIL PROTECTED] Wed Jul 06 06:38:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DqA6E-0006RD-00; Wed, 06 Jul 2005 06:38:02 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DqA0Q-0006gh-00; Wed, 06 Jul 2005 09:32:02 -0400 From: Roderick Schertler <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#84368: fixed in debget 1.4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 06 Jul 2005 09:32:02 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 Source: debget Source-Version: 1.4 We believe that the bug you reported is fixed in the latest version of debget, which is due to be installed in the Debian FTP archive: debget_1.4.dsc to pool/main/d/debget/debget_1.4.dsc debget_1.4.tar.gz to pool/main/d/debget/debget_1.4.tar.gz debget_1.4_all.deb to pool/main/d/debget/debget_1.4_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Roderick Schertler <[EMAIL PROTECTED]> (supplier of updated debget package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 6 Jul 2005 08:45:44 -0400 Source: debget Binary: debget Architecture: source all Version: 1.4 Distribution: unstable Urgency: high (actually works) Maintainer: Roderick Schertler <[EMAIL PROTECTED]> Changed-By: Roderick Schertler <[EMAIL PROTECTED]> Description: debget - download/compile source and binary Debian packages Closes: 84368 306924 Changes: debget (1.4) unstable; urgency=high (actually works) . * Fix to work with package pools. The library lacks documentation, and debget still uses FTP though with the new setup this isn't required, but it can actually download things, so it's actually useful again. (Closes: #84368.) * Correct Getopt::Long prototype warning (closes: #306924). * Update to policy 3.6.2. Files: 7042e66f624ed48ae9b52a837829f3d5 517 utils optional debget_1.4.dsc 8f9c71e87d0766ad42ce0f0d0800bf89 19273 utils optional debget_1.4.tar.gz bebf341eb096680304b2a2c53b911991 30914 utils optional debget_1.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iEYEARECAAYFAkLL2XAACgkQ6QESpysFtzrU1wCgnocXUU4W3kJ8uGUyGCohrPtr a7cAoKHtSTZ9cslNVoyhOAzfLL78J9D6 =3KUo -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]