~ubuntu-branches/ubuntu/utopic/hplip/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/printer-driver-hpijs.README.Debian

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-01-08 20:10:45 UTC
  • mfrom: (2.1.182 precise)
  • Revision ID: package-import@ubuntu.com-20120108201045-qbh9qngh29dziyot
Tags: 3.11.12-1
* New Upstream Release 
* Fix "Please rename the hplip packages to the printer-driver-
  convention" odyx patch - thks (Closes: #649991)
* Fix "debian/control uses hardcoded list of non-Linux architectures"
  Update Build-Depends: libudev-dev [linux-any] (Closes: #634488)
* Fix "hp-scan scans entire job and then reports inability to produce
  PDFs without reportlab" Added Depends: python-reportlab (Closes: #651240)
* Fix "hplip bug report" python handling correct (Closes: #609680)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Notes about the Debian hpijs package
 
2
------------------------------------
 
3
 
 
4
This package includes the rss patch from
 
5
 
 
6
  http://www.openprinting.org/download/printing/hpijs/
 
7
 
 
8
This patch tries to make sure that black is printed with just
 
9
the black pen, if the printer supports it.  Almost all new
 
10
HP printers (those using the DJGenericVIP model) do colormap 
 
11
conversion in firmware, and will completely ignore the rss 
 
12
patch.  Also, nobody has maintained that patch for a long time,
 
13
so it is unlikely that rss support will be ever added to newer
 
14
printer drivers even if they could support it.
 
15
 
 
16
Should Ghostscript have the latest version of the IJS server
 
17
code, hpijs will be able to use the KRGB protocol to talk to
 
18
Ghostscript, which often will produce better printings wherever
 
19
black is used.
 
20
 
 
21
It is a very good idea to install the hplip package if you
 
22
use CUPS as your printing spooler.  For spoolers other than
 
23
CUPS, you should use hpoj instead.
 
24
 
 
25
A lot of enhanced functionality is only available in bi-dir
 
26
mode, which is supported only by HPLIP.
 
27
 
 
28
If you are going to use PPDs, it is recommended that the ones
 
29
from the hpijs-ppds PPD package be used, as they are guaranteed
 
30
to work well with this version of hpijs.
 
31
 
 
32
 -- Torsten Landschoff <torsten@debian.org>
 
33
 -- Henrique de Moraes Holschuh <hmh@debian.org>