Your message dated Mon, 22 Feb 2016 00:46:09 +0000
with message-id <[email protected]>
and subject line Bug#815456: Removed package(s) from unstable
has caused the Debian Bug report #452445,
regarding apt-zip: Just copy packages from apt cache if exist on networked 
machine
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
452445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452445
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-zip
Version: 0.15
Severity: wishlist
Tags: patch


Hi, 
I emailed to suggest this as a wishlist item, and had no response as yet, so 
I've had a go myself. 

If the networked machine is a Debian computer it may already have many of the 
packages needed for the 
un-networked machine in it's apt cache. This patch checks to see, and if found 
copies them to the apt-zip 
medium. If they're not there it downloads them as before. I'm not a scripting 
expert, so please change if 
necessary, but it works for me:

Change the getfile() section to: 

getfile(){
        ( [ -r ../$2 ] &&  check ../$2 $4 $?  &&   echo "$2 already 
downloaded.") ||
        (( [ -r /var/cache/apt/archives/$2 ] &&  check 
/var/cache/apt/archives/$2 $4 $?  &&   echo "$2 
already in Debian package cache$
        (echo "Downloading $2 from the network..." && do_wget $1 $2 $3 $4   &&  
 mv $2 ../))
}


This patch can save a lot of time downloading duplicate packages. Packages are 
md5sum checked as before.

Thanks

Arthur





-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt-zip depends on:
ii  apt                         0.6.46.4-0.1 Advanced front-end for dpkg

apt-zip recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.18+rm

Dear submitter,

as the package apt-zip has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/815456

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to