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; 1 Feb 2001 12:19:32 +0000
>From [EMAIL PROTECTED] Thu Feb 01 06:19:32 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mta03-svc.ntlworld.com [::ffff:62.253.162.43] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14OIi3-0006sL-00; Thu, 01 Feb 2001 06:19:31 -0600
Received: from riva.ucam.org ([62.253.132.58]) by mta03-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <[EMAIL PROTECTED]>;
          Thu, 1 Feb 2001 12:19:29 +0000
Received: from cjw44 by riva.ucam.org with local (Exim 3.22 #1 (Debian))
        id 14OIms-0006qr-00; Thu, 01 Feb 2001 12:24:30 +0000
Date: Thu, 1 Feb 2001 12:24:30 +0000
From: Colin Watson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: debget: doesn't support package pools
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.12i
X-Reportbug-Version: 1.11
Organization: riva.ucam.org
Sender: Colin Watson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: debget
Version: 1.2
Severity: important

debget looks for files in debian/dists/, which makes it unable to find
substantial parts of the testing distribution or anything in unstable.

With the implementation of package pools, it needs to look in the
appropriate place in debian/pool/ (i.e.
debian/pool/$section/$initial/$sourcepackage/, where $initial is either
the first letter of the source package name or the first four letters if
the source package name begins with 'lib') and then fall back to
debian/dists/ if it couldn't find anything there.

Thanks,

-- 
Colin Watson                                     [EMAIL PROTECTED]

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux riva 2.4.0-test6 #1 Mon Jan 1 21:55:36 GMT 2001 i686

Versions of packages debget depends on:
ii  libnet-perl                 1.0703-4     Implementation of Internet protoco
ii  libproc-waitstat-perl       1.00-1       interpret and act on wait() status
ii  perl-5.004 [perl5]          5.004.05-6   Larry Wall's Practical Extracting 
ii  perl-5.005 [perl5]          5.005.03-7.1 Larry Wall's Practical Extracting 
ii  perl-5.6 [perl5]            5.6.0-6.2    Larry Wall's Practical Extracting 

---------------------------------------
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]

Reply via email to