Codebase list foomatic-db-engine / debian/3.0.2-20050720-1
Imported Debian patch 3.0.2-20050720-1 Chris Lawrence authored 18 years ago Didier Raboud committed 14 years ago
11 changed file(s) with 9 addition(s) and 119 deletion(s). Raw diff Collapse all Expand all
+0
-84
debian/README.Debian.debdiff less more
0 foomatic-db-engine for Debian
1 -----------------------------
2
3 Note that the structure of the LinuxPrinting.org (foomatic) printer
4 configuration system in Debian (and upstream) has changed from the 2.0
5 series. There are now 3 core packages:
6
7 * foomatic-db: Contains the foomatic printer database.
8
9 * foomatic-db-engine (this package): Contains the foomatic-configure script.
10
11 * foomatic-filters: Contains the filter scripts for various backend
12 printing systems.
13
14 In addition, the new foomatic-db-hpijs package includes the database
15 entries for printers supported by the HPIJS print filter developed by
16 Hewlett-Packard for its consumer inkjet line of printers.
17
18 The foomatic-bin package is provided for upgrade purposes from
19 Foomatic 2.0, and can be purged after its dependencies have been
20 installed.
21
22 If you want a GUI to configure your printer, you may want to try
23 "foomatic-gui," a GNOME-based printer configuration tool that works
24 with Foomatic and all of the spoolers it supports.
25
26 ** How to configure a queue manually *
27
28 The command "foomatic-configure" handles this. Set up the queue as follows:
29
30 foomatic-configure -n <queue-name> -N <description> -L <location>
31 -c <connection> -p <printer> -d <driver> -s <spooler>
32
33 where:
34
35 queue-name: What you want the queue to be called.
36
37 description: A human-readable description of the queue.
38
39 location: The physical location of the printer.
40
41 connection: How the printer is connected. e.g.:
42 Parallel port: file:/dev/lp0
43 USB port: file:/dev/usb/lp0
44 IPP/CUPS: ipp://printserver.example.org/printers/lj4500
45 Samba/Windows: smb://WORKGROUP/PC/Canon
46 JetDirect: socket://jetdirect.example.org:9100/
47
48 printer: The printer database name. Generally:
49 Manufacturer_Model-Name
50
51 driver: The driver backend to use. For most modern printers, one of:
52 hpijs (if you have foomatic-db-hpijs installed)
53 gimp-print (if you have foomatic-db-gimp-print installed)
54 gimp-print-ijs (a hybrid that ijsgimpprint and hpijs to be installed)
55 Postscript
56 pcl5
57
58 Your best bet on these two items is looking them up in the database at
59 LinuxPrinting.org or looking through the XML files in
60 /usr/share/foomatic/db/source/printer/
61
62 spooler: one of: cups, lpd, lprng, ppd, direct, ppr, pdq, gnulpr
63 (You can omit the -s option and it will try to guess.)
64
65 ** Notes for CUPS users **
66
67 IMPORTANT: If your printer filter is not working (dumping raw
68 PostScript to the printer) immediately after setting up a queue with
69 foomatic-configure, you may need to reload the CUPS daemon. e.g. use:
70 # invoke-rc.d cupsys reload
71
72 There used to be a package called "cupsomatic-ppd" that provided PPD
73 files for all printers supported by CUPS. A similar package called
74 "foomatic-filters-ppds" is now available in Debian.
75
76 This package saves the step of using foomatic-configure to generate
77 and install a PPD file for your printer and driver. Perhaps more
78 importantly, it provides an easy way to select printers from within
79 CUPS's web-based administration tool. However, it is also 15 MB when
80 compressed, so is not recommended unless you need to use the CUPS web
81 interface to initially set up printers.
82
83 -- Chris Lawrence <lawrencc@debian.org>, Tue Jul 1 19:15:43 2003
11
22 - Complete the manpages.
33
4 - Package foomatic-filters-ppds?
5
64 - Provide a simple way to generate custom debian packages containing
75 datafiles for selected printers/drivers?
0 foomatic-db-engine (3.0.2-20050720-1) unstable; urgency=low
1
2 * New upstream release.
3
4 -- Chris Lawrence <lawrencc@debian.org> Wed, 20 Jul 2005 03:14:02 -0500
5
06 foomatic-db-engine (3.0.2-20050705-2) unstable; urgency=low
17
28 * Remove transition package foomatic-bin. (Closes: #313480)
+0
-1
debian/compat.debdiff less more
0 4
11 Section: text
22 Priority: optional
33 Maintainer: Chris Lawrence <lawrencc@debian.org>
4 Standards-Version: 3.6.1
4 Standards-Version: 3.6.2
55 Build-Depends: debhelper (>> 4), perl, libxml2-dev
66
77 Package: foomatic-db-engine
+0
-3
debian/dirs.debdiff less more
0 usr/bin
1 usr/sbin
2 usr/share/bug
+0
-4
debian/docs.debdiff less more
0 Foomatic-Devel-Ideas.txt
1 README
2 TODO
3 USAGE
+0
-12
debian/foomatic-bin.README.Debian.debdiff less more
0 foomatic-bin for Debian
1 -----------------------
2
3 The foomatic-bin package is provided for upgrade purposes from
4 Foomatic 2.0; it can safely be purged from your system after its
5 dependencies have been installed.
6
7 For additional information on the Foomatic printing system, please see
8 /usr/share/doc/foomatic-db-engine/README.Debian or
9 http://www.linuxprinting.org/foomatic.html
10
11 -- Chris Lawrence <lawrencc@debian.org>, Tue, 10 Jun 2003 17:49:37 -0500
+0
-1
debian/foomatic-bin.dirs.debdiff less more
0 usr/share/bug
+0
-11
debian/presubj.debdiff less more
0 In your bug report, please include the following information:
1
2 - The spooler you are using (CUPS, lpd, LPRng, etc.).
3 - The printer make and model.
4 - Which driver you are using (hpijs, GIMP-Print, cdj*, etc.).
5 - How you installed the printer PPD file (foomatic-configure, manually
6 following the HOWTO's instructions, foomatic-gui, etc.).
7
8 If you are using CUPS and have just installed a new non-PostScript
9 printer, please try reloading the CUPS daemon before filing a report; use:
10 # invoke-rc.d cupsys reload
0 version=2
1 http://www.linuxprinting.org/download/foomatic/foomatic-db-engine-(\d+)\.tar\.gz