Your message dated Wed, 16 Apr 2008 06:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#292066: fixed in dds2tar 2.5.2-4 has caused the Debian Bug report #292066, regarding dds2tar: scsi_vendor error 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.) -- 292066: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292066 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: dds2tar Version: 2.5.2-3 Severity: normal Port of scsi_vendor script from csh to bash broke 'disk' and 'cd' array handling - attached diff fixes it up. -kieren --- /usr/bin/scsi_vendor 2003-07-02 16:33:10.000000000 +0100 +++ scsi_vendor 2005-01-24 21:38:59.000000000 +0000 @@ -69,11 +69,11 @@ fi if [ $# -eq 2 ]; then v='' - if [[ "$1" == "disk" && $#d -ge $2 ]]; then - v=$d[$2] + if [[ "$1" == "disk" && [EMAIL PROTECTED] -ge $2 ]]; then + v=${d[$2]} fi - if [[ "$1" == "cd" && $#c -ge $2 ]]; then - v=$c[$2] + if [[ "$1" == "cd" && [EMAIL PROTECTED] -ge $2 ]]; then + v=${c[$2]} fi if [[ "$1" == "tape" && [EMAIL PROTECTED] -ge $2 ]]; then v=${s[$2]} -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages dds2tar depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii tar 1.14-2 GNU tar -- no debconf information
--- End Message ---
--- Begin Message ---Source: dds2tar Source-Version: 2.5.2-4 We believe that the bug you reported is fixed in the latest version of dds2tar, which is due to be installed in the Debian FTP archive: dds2tar_2.5.2-4.diff.gz to pool/main/d/dds2tar/dds2tar_2.5.2-4.diff.gz dds2tar_2.5.2-4.dsc to pool/main/d/dds2tar/dds2tar_2.5.2-4.dsc dds2tar_2.5.2-4_i386.deb to pool/main/d/dds2tar/dds2tar_2.5.2-4_i386.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. Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated dds2tar 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.8 Date: Wed, 16 Apr 2008 00:26:26 -0600 Source: dds2tar Binary: dds2tar Architecture: source i386 Version: 2.5.2-4 Distribution: unstable Urgency: low Maintainer: Bdale Garbee <[EMAIL PROTECTED]> Changed-By: Bdale Garbee <[EMAIL PROTECTED]> Description: dds2tar - Tools for using DDS features of DAT drives with GNU tar Closes: 220228 285796 292066 436710 Changes: dds2tar (2.5.2-4) unstable; urgency=low . * don't let Makefile strip binaries, closes: #436710 * update man pages to make it clear that Debian does not include the --record-file option in our package of tar, so some of the functionality of the dds2tar package will only work with a locally modified version of the tar executable, closes: #220228, #285796 * accept patch for scsi_vendor csh->bash translation bugs, closes: #292066 Checksums-Sha1: 888c735d5b5272d0ad66329580f7ea062d5f4936 925 dds2tar_2.5.2-4.dsc 7467ad7488550f31786bf79d18caf412c055418b 5503 dds2tar_2.5.2-4.diff.gz cd3a67dcab54b597d5d0c4cc036d476b59b018a3 26630 dds2tar_2.5.2-4_i386.deb Checksums-Sha256: b1bec8e4cd5ad65ef1e58945e9f764e04c0e760280a24e68c56b9313593178e1 925 dds2tar_2.5.2-4.dsc 684f94c0863b2d4c4b77c37b4984a1d16e3efdf32b02473129298ed7e568b73d 5503 dds2tar_2.5.2-4.diff.gz d0c80c6a549bab9655f7d2cdaf886170f58450655bc57583cfbd37436d6278c5 26630 dds2tar_2.5.2-4_i386.deb Files: 74cc03392b71a4ac5bd9f6348ba0c4d1 925 utils optional dds2tar_2.5.2-4.dsc 7b99f259c1458396445658e0584bab65 5503 utils optional dds2tar_2.5.2-4.diff.gz bd5090a909f23cf83d51210706cbe351 26630 utils optional dds2tar_2.5.2-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIBZ4CZKfAp/LPAagRAhKuAJ95GKkmTpzNU2rnIK+IK99yiMdXNgCggMLu QIMZ6pqrP7pE2KE9Al31Aw0= =Ph41 -----END PGP SIGNATURE-----
--- End Message ---

