Your message dated Mon, 06 Mar 2006 23:17:05 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#355150: fixed in apt-zip 0.13.7 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)
--- Begin Message ---Package: apt-zip Version: 0.13.2 apt-zip-inst does not work in tar mode. It tries to find ${APTZIPINSFILE} in /var/cache/apt/archives and, of course, fails. Here is my patch: --------------------------------------------------------------------------- --- /usr/sbin/apt-zip-inst 2001-11-02 12:39:26.000000000 +0300 +++ /home/kornilov/tmp/apt-zip-inst 2006-03-01 10:32:15.000000000 +0300 @@ -17,6 +17,7 @@ then cd /var/cache/apt/archives echo >&2 "Unpacking tarball..." tar xf ${MEDIUM}/${APTZIPTARFILE} + cd ${MEDIUM} else APTGETCACHE="-o dir::cache::archives=${MEDIUM}" APTZIPINSFILE="${MEDIUM}/${APTZIPINSFILE}" --------------------------------------------------------------------------- I am using Debian 3.1. -- Yuri I. Kornilov
--- End Message ---
--- Begin Message ---Source: apt-zip Source-Version: 0.13.7 We believe that the bug you reported is fixed in the latest version of apt-zip, which is due to be installed in the Debian FTP archive: apt-zip_0.13.7.dsc to pool/main/a/apt-zip/apt-zip_0.13.7.dsc apt-zip_0.13.7.tar.gz to pool/main/a/apt-zip/apt-zip_0.13.7.tar.gz apt-zip_0.13.7_all.deb to pool/main/a/apt-zip/apt-zip_0.13.7_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. Giacomo Catenazzi <[EMAIL PROTECTED]> (supplier of updated apt-zip 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: Tue, 7 Mar 2006 08:06:53 +0100 Source: apt-zip Binary: apt-zip Architecture: source all Version: 0.13.7 Distribution: unstable Urgency: low Maintainer: Giacomo Catenazzi <[EMAIL PROTECTED]> Changed-By: Giacomo Catenazzi <[EMAIL PROTECTED]> Description: apt-zip - Update a non-networked computer using apt and removable media Closes: 355150 Changes: apt-zip (0.13.7) unstable; urgency=low . [ Eddy PetriÈor ] * Improved the sleep code * Improved handling of the PACKAGES list not to depend on GNU sed (removed "\+") * disabled BLOCKSIZE unused code . [ Giacomo Catenazzi ] * fix change directory in tar mode. Thanks to Yuri I. Kornilov (closes: #355150) Files: e3f3c5536debac60584d32d8967e689b 513 admin extra apt-zip_0.13.7.dsc d4c3b46170035eefdb96844b65e7f85d 15340 admin extra apt-zip_0.13.7.tar.gz 165b643767736cdb72c812b7c16fa6a6 16438 admin extra apt-zip_0.13.7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEDTG2+ZNUJLHfmlcRApZEAJ9K2IIeapFBIj2vk0xNe1vPolCSMgCfQrgu XejkAGmkk3mTyV669S3z3gI= =V6UH -----END PGP SIGNATURE-----
--- End Message ---

