Your message dated Thu, 15 Nov 2007 09:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449426: fixed in foo2zjs 20070718dfsg-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: foo2zjs
Version: 20070718dfsg-2
Severity: normal
--- Please enter the report below this line. ---
The author has changed the location of the firmware.
This broke the getweb tool:
my_machine:/# getweb 1005
--18:04:13-- http://foo2zjs.rkkda.com/sihp1005.tar.gz
=> `sihp1005.tar.gz'
Resolving foo2zjs.rkkda.com... 74.208.41.246
Connecting to foo2zjs.rkkda.com|74.208.41.246|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
18:04:13 ERROR 404: Not Found.
getweb: Couldn't download http://foo2zjs.rkkda.com/sihp1005.tar.gz
The firmware is now located at http://foo2zjs.rkkda.com/firmware/
I've attached a diff between the latest (11/5/2007) getweb script and
the one provided by the Debian package.
Cheers,
Giuseppe Venturini
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.23.1.031107
Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing debian.fastweb.it
500 etch debian.beryl-project.org
--- Package information. ---
Depends (Version) | Installed
=========================-+-=============
libc6 (>= 2.6.1-1) | 2.6.1-1+b1
--- /usr/bin/getweb 2007-09-22 23:10:05.000000000 +0200
+++ Desktop/foo2zjs/getweb 2007-11-05 18:16:49.000000000 +0100
@@ -1,9 +1,17 @@
#!/bin/sh
-WGETOPTS=--passive-ftp
+#
+# Please don't remove the copyright statements. They should
+# be displayed to the human that is running this.
+#
+
+VERSION='$Id: getweb.in,v 1.51 2007/11/04 01:58:16 rick Exp $'
+
+WGETOPTS="--passive-ftp -q"
usage() {
cat <<EOF
+
Usage:
./getweb something
@@ -12,6 +20,7 @@
$ ./getweb 2600n # Get HP Color LaserJet 2600n .ICM files
$ ./getweb 1600 # Get HP Color LaserJet 1600 .ICM files
+ $ ./getweb 1500 # Get HP Color LaserJet 1500 .ICM files
$ ./getweb 2530 # Get Konica Minolta 2530 DL .ICM files
$ ./getweb 2490 # Get Konica Minolta 2490 MF .ICM files
@@ -25,9 +34,12 @@
$ ./getweb 300 # Get Samsung CLP-300 .ICM files
$ ./getweb 600 # Get Samsung CLP-600 .ICM files
+ $ ./getweb 2160 # Get Samsung CLX-2160 .ICM files
$ ./getweb 3160 # Get Samsung CLX-3160 .ICM files
$ ./getweb 6110 # Get Xerox Phaser 6110 and 6110MFP .ICM files
+ $ ./getweb 500 # Get Lexmark C500 .ICM files
+
$ ./getweb 1020 # Get HP LJ1020 firmware file
$ ./getweb 1018 # Get HP LJ1005 firmware file
$ ./getweb 1005 # Get HP LJ1005 firmware file
@@ -63,18 +75,6 @@
fi
#
-# Put firmware in right place
-putfw() {
- inputname=$1
- outputname=$2
- if [ $UID -ne 0 ]; then
- echo "Please, type root's password..."
- su -c "arm2hpdl $inputname > /usr/share/foo2zjs/firmware/$outputname"
- exit
- fi
-}
-
-#
# Download a .EXE file from the web, unzip it, and extract the
# files we want
getexe() {
@@ -102,58 +102,62 @@
rm $file
}
+copyright() {
+ echo
+ echo "$1"
+ echo
+}
+
getone() {
case "$1" in
lj1000|1000)
gettgz \
- http://foo2zjs.rkkda.com sihp1000.tar.gz \
+ http://foo2zjs.rkkda.com/firmware sihp1000.tar.gz \
""
- putfw sihp1000.img sihp1000.dl
- rm -f sihp1000.img
#echo "provided"
#getexe \
#ftp://ftp.hp.com/pub/softlib/software1/lj1488/lj-1145-2 \
#lj1488en.exe \
#sihp1000.img
+ copyright "(c) Copyright Hewlett-Packard 2001"
;;
lj1005|1005)
gettgz \
- http://foo2zjs.rkkda.com sihp1005.tar.gz \
+ http://foo2zjs.rkkda.com/firmware sihp1005.tar.gz \
""
- putfw sihp1005.img sihp1005.dl
- rm -f sihp1005.img
#echo "provided"
#getexe \
#ftp://ftp.hp.com/pub/softlib/software2/COL2222/lj-10067-2 \
#lj1005hostbased-en.exe \
#sihp1005.img
+ copyright "(c) Copyright Hewlett-Packard 2002"
;;
lj1018|1018)
gettgz \
- http://foo2zjs.rkkda.com sihp1018.tar.gz \
+ http://foo2zjs.rkkda.com/firmware sihp1018.tar.gz \
""
- putfw sihp1018.img sihp1018.dl
- rm -f sihp1018.img
+ copyright "(c) Copyright Hewlett-Packard 2005"
;;
lj1020|1020)
gettgz \
- http://foo2zjs.rkkda.com sihp1020.tar.gz \
+ http://foo2zjs.rkkda.com/firmware sihp1020.tar.gz \
""
- putfw sihp1020.img sihp1020.dl
- rm -f sihp1020.img
+ copyright "(c) Copyright Hewlett-Packard 2005"
;;
2200dl|2200)
getexe \
ftp://ftp.minolta-qms.com/pub/crc/out_going/win2000 m22dlicc.exe \
"*.icm"
+ copyright "(c) Copyright Minolta-QMS 1999"
;;
2300dl|2300)
getexe \
ftp://ftp.minolta-qms.com/pub/crc/out_going/win m23dlicc.exe \
"*.icm"
gettgz \
- http://foo2zjs.rkkda.com km2430.tar.gz \
+ http://foo2zjs.rkkda.com/icm km2430.tar.gz \
""
+ copyright "(c) Copyright Minolta-QMS 2001"
;;
2300dl_fw)
# 2300DL firmware upgrade to v2.55
@@ -175,33 +179,47 @@
./msexpand $base.ic_
rm -f $base.ic_
done
+ copyright "(c) Copyright Minolta-QMS 1998"
;;
2430)
gettgz \
- http://foo2zjs.rkkda.com km2430.tar.gz \
+ http://foo2zjs.rkkda.com/icm km2430.tar.gz \
""
+ copyright "(c) Copyright Konica Minolta 2003"
;;
2530|2490|6115|2480)
gettgz \
- http://foo2lava.rkkda.com km2530.tar.gz \
+ http://foo2lava.rkkda.com/icm km2530.tar.gz \
""
+ copyright "(c) Copyright Konica Minolta 2005"
+ copyright "(c) Copyright Rick Richardson 2006. All Rights Reserved"
;;
- 1600|2600n)
+ 1500|1600|2600*)
gettgz \
- http://foo2hp.rkkda.com hpclj2600n.tar.gz \
+ http://foo2hp.rkkda.com/icm hpclj2600n.tar.gz \
""
gettgz \
- http://foo2zjs.rkkda.com km2430.tar.gz \
+ http://foo2zjs.rkkda.com/icm km2430.tar.gz \
"km2430_2.icm"
+ copyright "(c) Copyright Hewlett-Packard 2003"
+ copyright "(c) Copyright Rick Richardson 2006. All Rights Reserved"
;;
- 300|3160|6110)
+ 300|2160|3160|6110)
gettgz \
- http://foo2qpdl.rkkda.com samclp300.tar.gz \
+ http://foo2qpdl.rkkda.com/icm samclp300.tar.gz \
""
+ copyright "(c) Copyright Samsung 2006"
;;
600)
;;
+ 500)
+ gettgz \
+ http://foo2slx.rkkda.com/icm lexc500.tar.gz \
+ ""
+ copyright "(c) Copyright Lexmark 2006"
+ ;;
+
xPPD)
# Snarf PPD files from linuxprinting
[ -d PPD ] || mkdir PPD
@@ -237,6 +255,7 @@
*1600*|*2600*) driver=foo2hp;;
*2530*|*24[89]0*) driver=foo2lava;;
*6115*) driver=foo2lava;;
+ *C500*) driver=foo2slx;;
*CLP*|*CLX*|*6110*) driver=foo2qpdl;;
*) driver=foo2zjs;;
esac
@@ -272,6 +291,7 @@
}
if [ $# = 0 ]; then
+ echo "$VERSION"
usage
fi
@@ -296,6 +316,8 @@
getone 300
# getone 6110 already done
getone 600
+
+ getone 500
;;
*)
getone $i
--- End Message ---
--- Begin Message ---
Source: foo2zjs
Source-Version: 20070718dfsg-7
We believe that the bug you reported is fixed in the latest version of
foo2zjs, which is due to be installed in the Debian FTP archive:
foo2zjs_20070718dfsg-7.diff.gz
to pool/main/f/foo2zjs/foo2zjs_20070718dfsg-7.diff.gz
foo2zjs_20070718dfsg-7.dsc
to pool/main/f/foo2zjs/foo2zjs_20070718dfsg-7.dsc
foo2zjs_20070718dfsg-7_amd64.deb
to pool/main/f/foo2zjs/foo2zjs_20070718dfsg-7_amd64.deb
hannah-foo2zjs_20070718dfsg-7_amd64.deb
to pool/main/f/foo2zjs/hannah-foo2zjs_20070718dfsg-7_amd64.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.
Luca Bedogni <[EMAIL PROTECTED]> (supplier of updated foo2zjs 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: Thu, 15 Nov 2007 17:40:37 +1100
Source: foo2zjs
Binary: foo2zjs hannah-foo2zjs
Architecture: source amd64
Version: 20070718dfsg-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Foo2zjs Maintainers <[EMAIL PROTECTED]>
Changed-By: Luca Bedogni <[EMAIL PROTECTED]>
Description:
foo2zjs - Support for printing to ZjStream-based printers
hannah-foo2zjs - Graphical firmware downloader for the foo2zjs package
Closes: 444850 449426
Changes:
foo2zjs (20070718dfsg-7) unstable; urgency=medium
.
* Added menu file for hannah-foo2zjs package (Closes: #444850).
- Call dh_installmenu in debian/rules
- Adjust debian/hannah-foo2zjs.dirs accordingly
* Modified debian/rules to use /usr/share/dpatch/dpatch.make
* Added a patch from a newer getweb because the firmware location has
changed (Closes: #449426).
Files:
25f23acca04e399ba17d2311c8b33a44 881 text optional foo2zjs_20070718dfsg-7.dsc
4ae382d9712fcd1366f3f0a291951114 25635 text optional
foo2zjs_20070718dfsg-7.diff.gz
53c15579465c84b1edddfd717a6d7212 1076176 text optional
foo2zjs_20070718dfsg-7_amd64.deb
479580dcc127ac58052a64a551ac917e 34296 text optional
hannah-foo2zjs_20070718dfsg-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHPBSe62zWxYk/rQcRAtx6AJ4q1xSLguG8ll6Alsa6QMMPQztoFACcDAj9
z0TVs8ULpg26bdY9CcYiBQw=
=kE6J
-----END PGP SIGNATURE-----
--- End Message ---