Package: foo2zjs / 20140925dfsg0-3
Metadata
Package | Version | Patches format |
---|---|---|
foo2zjs | 20140925dfsg0-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
10 makefile.patch | (download) |
Makefile |
75 35 + 40 - 0 ! |
patch the makefiles This patch makes the Makefiles work correctly with LDFLAGS, Debian PREFIX usages, etc. |
12 fix implicit declaration.patch | (download) |
icc2ps/Makefile |
4 4 + 0 - 0 ! |
include unistd.h to make sure the swab function is not implicitely declared, also declare _XOPEN_SOURCE to have it available through unistd.h, and therefore declare _GNU_SOURCE to have strcasecmp() and vsnprintf() |
20 system lcms.patch | (download) |
Makefile |
22 5 + 17 - 0 ! |
don't build icc2ps (instead use psicc from liblcms2-utils) |
20 system libjbig.patch | (download) |
Makefile |
6 1 + 5 - 0 ! |
use the debian-provided libjbig. |
20 system liblcms.patch | (download) |
icc2ps/Makefile |
6 2 + 4 - 0 ! |
link against system liblcms1 |
30 udev rules.patch | (download) |
hplj10xx.rules |
58 31 + 27 - 0 ! |
correct the udev rules: a) remove KERNEL=="lp*", as usblp is now blacklisted by CUPS (it will work without CUPS too). b) Replace paths: /etc/hotplug/usb/ by no path, as the binaries are shipped in /lib/udev/ c) Drop the MODE specification d) Add ACTION=="ADD", otherwise the firmware script runs after unplugging as well |
40 desktop encoding correction.patch | (download) |
hplj1020.desktop |
1 0 + 1 - 0 ! |
--- |
40 desktop nodisplay true.patch | (download) |
hplj1020.desktop |
1 1 + 0 - 0 ! |
--- |
40 desktop direct launch.patch | (download) |
hplj1020.desktop |
2 1 + 1 - 0 ! |
launch the _gui.tcl directly (instead of launching wish outside of it), avoids a lintian warning. |
40 path correction.patch | (download) |
hplj1000 |
2 1 + 1 - 0 ! |
--- |
60 getweb.in.patch | (download) |
getweb.in |
77 55 + 22 - 0 ! |
--- |
60 hplj1000.patch | (download) |
hplj1000 |
6 0 + 6 - 0 ! |
--- |
70 lib firwmare hp.patch | (download) |
arm2hpdl.1in |
2 1 + 1 - 0 ! |
--- |
70 printer profile.patch | (download) |
printer-profile.in |
296 296 + 0 - 0 ! |
--- |
90 manpages.patch | (download) |
foo2hbpl2-wrapper.1in |
18 9 + 9 - 0 ! |
fixes errors and hyphen-as-minus in manpages |
91 spelling fixes.patch | (download) |
icc2ps/cmscgats.c |
2 1 + 1 - 0 ! |
fix various spelling errors: precission supress langauge |
92 udev firmware script fixes.patch | (download) |
hplj1000 |
9 9 + 0 - 0 ! |
--- |
95 udev firmware script no hplip rules removal.patch | (download) |
hplj1000 |
10 0 + 10 - 0 ! |
removed the lines in the udev script for the automatic firmware upload into the printer which remove the UDEV rules files for HPLIP's automatic firmware upload. |
96 hplj1000 fix cups usb backend firmware upload.patch | (download) |
hplj1000 |
24 8 + 16 - 0 ! |
the firmware upload script tried to upload the firmware via the usblp kernel module and with the CUPS USB backend (using libusb) in parallel, making the printer crash. Bug-Ubuntu: https://bugs.launchpad.net/bugs/1003843 |
97 hplj1000 fix firmware upload infite loop.patch | (download) |
hplj1000 |
8 3 + 5 - 0 ! |
prevent an infinite loop when loading the firmware. When using the load_cups method, the CUPS backend will internally unload and reload the usblp module. This will generate SUBSYSTEM=usbmisc events that need to be ignored in the CUPS code path, or this script will be rerun in an infite loop. But when using the load_usblp method, the usblp module is obviously needed. So in this situation we need to ignore the SUBSYSTEM=usb events. Bug-Debian: http://bugs.debian.org/663868 |