Your message dated Sun, 18 Jun 2000 01:35:46 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Infeasable
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Oct 1999 22:38:54 +0000
Received: (qmail 8257 invoked from network); 16 Oct 1999 22:38:53 -0000
Received: from mx03.uni-tuebingen.de (134.2.3.13)
  by master.debian.org with SMTP; 16 Oct 1999 22:38:53 -0000
Received: from mrvnbook.intern.lin4net.de (zxmqu18.extern.uni-tuebingen.de 
[172.16.10.48])
        by mx03.uni-tuebingen.de (8.8.8/8.8.8) with ESMTP id AAA00601
        for <[EMAIL PROTECTED]>; Sun, 17 Oct 1999 00:38:51 +0200
Received: by zxmqu18.extern.uni-tuebingen.de
        via sendmail from stdin
        id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102)
        for [EMAIL PROTECTED]; Sun, 17 Oct 1999 00:37:49 +0200 (CEST) 
Message-Id: <[EMAIL PROTECTED]>
From: Goswin Brederlow <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: please add option "--unpack", patch included
X-Reportbug-Version: 0.31
X-Mailer: reportbug 0.31
Date: Sun, 17 Oct 1999 00:37:49 +0200

Package: apt
Version: 0.3.14
Severity: wishlist

I need to download and unpack packages using apt for my demo-fs package.
I implemented that with a few changes to the source (patch below). I hope
I added the support at the right place.

May the Source be with you.
                        Goswin

-- System Information
Debian Release: potato
Architecture: i386
Kernel: Linux mrvnbook 2.2.12 #8 Thu Sep 30 17:00:39 CEST 1999 i686

Versions of packages apt depends on:
ii  libc6                     2.1.2-5        GNU C Library: Shared libraries an
ii  libstdc++2.10             1:2.95.2-0pre2 The GNU stdc++ library           

----------------------------[ apt-0.3.13.mrvn.diff ]---------------------------

diff -Nurd apt-0.3.13/apt-pkg/packagemanager.cc apt-0.3.13.mrvn/apt-pkg/packagem
anager.cc
--- apt-0.3.13/apt-pkg/packagemanager.cc        Fri Sep  3 18:03:47 1999
+++ apt-0.3.13.mrvn/apt-pkg/packagemanager.cc   Fri Oct 15 16:46:39 1999
@@ -563,6 +563,11 @@
       DoneSomething = true;
    }
    
+   // Shall we perform configuration?
+   if (_config->FindB("APT::Get::Unpack",false) == true) {
+          return Completed;
+   }
+   
    // Final run through the configure phase
    if (ConfigureAll() == false)
       return Failed;
diff -Nurd apt-0.3.13/cmdline/apt-get.cc apt-0.3.13.mrvn/cmdline/apt-get.cc
--- apt-0.3.13/cmdline/apt-get.cc       Mon Sep 20 03:53:33 1999
+++ apt-0.3.13.mrvn/cmdline/apt-get.cc  Fri Oct 15 16:37:12 1999
@@ -1525,6 +1525,7 @@
       {'f',"fix-broken","APT::Get::Fix-Broken",0},
       {'u',"show-upgraded","APT::Get::Show-Upgraded",0},
       {'m',"ignore-missing","APT::Get::Fix-Missing",0},
+      {0,"unpack","APT::Get::Unpack",0},
       {0,"no-download","APT::Get::No-Download",0},
       {0,"fix-missing","APT::Get::Fix-Missing",0},
       {0,"ignore-hold","APT::Ingore-Hold",0},      
diff -Nurd apt-0.3.13/debian/changelog apt-0.3.13.mrvn/debian/changelog
--- apt-0.3.13/debian/changelog Mon Sep 20 03:54:34 1999
+++ apt-0.3.13.mrvn/debian/changelog    Fri Oct 15 16:59:47 1999
@@ -1,3 +1,9 @@
+apt (0.3.14) unstable; urgency=low
+  
+  * Added APT::Get::Unpack option implementing "dpkg --unpack -i".
+
+ -- Goswin Brederlow <[EMAIL PROTECTED]>  Fri, 15 Oct 1
999 17:00:38 +0200
+
 apt (0.3.13) unstable; urgency=low
   
   * Fix timestamp miss in FTP. Closes: #44363
 

---------------------------------------
Received: (at 47594-done) by bugs.debian.org; 18 Jun 2000 07:35:13 +0000
>From [EMAIL PROTECTED] Sun Jun 18 02:35:13 2000
Return-path: <[EMAIL PROTECTED]>
Received: from edtnes11.telus.net (priv-edtnes11-hme0.telusplanet.net) 
[199.185.220.111] 
        by master.debian.org with esmtp (Exim 3.12 2 (Debian))
        id 133Zbt-000362-00; Sun, 18 Jun 2000 02:35:13 -0500
Received: from wakko.deltatee.com ([209.115.196.25])
          by priv-edtnes11-hme0.telusplanet.net
          (InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Sun, 18 Jun 2000 01:35:13 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
        by wakko.deltatee.com with smtp (Exim 2.11 #1)
        id 133ZcQ-0002tM-00 (Debian); Sun, 18 Jun 2000 01:35:46 -0600
Date: Sun, 18 Jun 2000 01:35:46 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Infeasable
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]


See bug log.

Reply via email to