debian/0000755000000000000000000000000012246072744007176 5ustar debian/cjet.10000644000000000000000000000411611730137777010214 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH CJET 1 "July 2, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME cjet \- converts HP PCL to Canon CaPSL format .SH SYNOPSIS .B cjet .RI [ options ] < input.pcl > output .SH DESCRIPTION This manual page documents briefly the .B cjet command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \fBcjet\fP converts the common HP PCL page description language to Canon's CaPSL, which was used in the mid-1990s by some Canon laser printers. It is normally used as part of a printer filter script, like the \fBFoomatic\fP system. .SH OPTIONS .TP .B \-h Show summary of options. .TP .B \-f Use full paint mode instead of partial paint mode. This requires the printer to have at least 1.5 MB of memory to work correctly. .TP .B \-p Ignore paper size commands. Useful for printing files formatted for paper size X on printers with paper size Y. .TP .B \-q Quiet mode. Suppresses all warning messages. .TP .B \-x X Shift output on paper by X dots horizontally. Positive values of X shift to the right; negative values to the left. Dots are 1/300 inch (0.085 mm). .TP .B \-y Y Shift output on paper by Y dots vertically. Positive values of Y shift downwards; negative values shift upwards. .SH SEE ALSO .BR /usr/share/doc/printer-driver-cjet/README .SH AUTHOR This manual page was written by Chris Lawrence based on the original README file by Michael Huijsmans for the Debian project (but may be used by others). debian/compat0000644000000000000000000000000211730140000010346 0ustar 9 debian/copyright0000644000000000000000000000231411730141665011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cjet Source: ftp://metalab.unc.edu/pub/Linux/system/printing/ Files: * Copyright: 1996, Michael Huijsmans License: GPL-2+ Files: debian/* Copyright: 2003, Chris Lawrence 2012, Didier Raboud License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/printer-driver-cjet.docs0000644000000000000000000000001411727645277013754 0ustar README TODO debian/printer-driver-cjet.manpages0000644000000000000000000000001611727645277014621 0ustar debian/cjet.1 debian/control0000644000000000000000000000217012246072744010601 0ustar Source: cjet Section: text Priority: optional Maintainer: Debian Printing Team Uploaders: Didier Raboud , Chris Lawrence Build-Depends: debhelper (>= 9~) Vcs-Git: git://anonscm.debian.org/collab-maint/cjet.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cjet.git Standards-Version: 3.9.5 Package: printer-driver-cjet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: foomatic-db-engine | apsfilter Replaces: cjet (<< 0.8.9-3~) Breaks: cjet (<< 0.8.9-3~) Description: printer driver for Canon LBP laser printers CJET filters printer data from stdin to stdout, converting HP PCL (Printer Command Language) escape sequences and data structures, e.g. font headers, to their CaPSL equivalents. . CaPSL stands for Canon Printing System Language. It is a set of control command developed for the Canon European Language Printer. CaPSL was used in Canon Export Models such as LBP-8markIII series and LBP-4series. Canon's older Japanese models (LBP-A404 GII etc. LIPS-III as default command) usually have CaPSL emulation mode. debian/dirs0000644000000000000000000000000011727645277010062 0ustar debian/source/0000755000000000000000000000000011730140000010450 5ustar debian/source/format0000644000000000000000000000001411730140000011656 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011730142674010622 5ustar debian/patches/series0000644000000000000000000000003111730142651012024 0ustar use_exported_flags.patch debian/patches/use_exported_flags.patch0000644000000000000000000000113411730140000015501 0ustar Description: Don't hardcode compiler/linker options. This allows the Debian build options set by dpkg-buildflags to be used. Author: Didier Raboud Last-Update: 2012-03-13 --- a/Makefile +++ b/Makefile @@ -4,20 +4,12 @@ # Makefile for UNIX systems # -# compiler, compiler and linker options -CC = gcc -OPT = -O2 -Wall -LINKOPT = -s - # you should not need to change anything below SHELL = /bin/sh EXECNAME = cjet -CFLAGS = $(OPT) -LDFLAGS = $(LINKOPT) - OBJ = main.o parse.o function.o raster.o fonts.o misc.o symbol.o\ page.o pjl.o macro.o io.o debian/printer-driver-cjet.install0000644000000000000000000000001611730140000014434 0ustar cjet usr/bin/ debian/rules0000755000000000000000000000003611730140000010227 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000266312246072744011057 0ustar cjet (0.8.9-4) unstable; urgency=low * Drop cjet transitional package which reached stable * Bump Standards-Version to 3.9.5 without changes needed -- Didier Raboud Fri, 29 Nov 2013 12:08:39 +0100 cjet (0.8.9-3) unstable; urgency=low [ Didier Raboud ] * Put under Debian Printing Team umbrella and add myself as Uploader. * Rename cjet to printer-driver-cjet, add transitional package. (Closes: #647531) * Promote printer-driver-cjet to optional priority. * Rewrite short description. * Add missing comma between Depends. * Change source format to 3.0 (quilt). * Convert debian/rules to tiny dh style, bump compat to 9 for auto- buildflags. * Patch the upstream Makefile to use exported flags. (Closes: #436629) * Rewrite debian/copyright using the copyright-format 1.0. * Bump Standards-Version to 3.9.3 without changes needed. * Add Vcs-* fields as this will be maintained on Alioth's collab- maint. [ Osamu Aoki ] * Rewrite long description to be more inclusive. (Closes: #272016) -- Didier Raboud Wed, 21 Mar 2012 12:55:27 +0100 cjet (0.8.9-2) unstable; urgency=low * Rebuild package to update ElGamal signature. (Closes: #494854) -- Chris Lawrence Wed, 13 Aug 2008 14:00:36 -0500 cjet (0.8.9-1) unstable; urgency=low * Initial Release. (Closes: #199631) -- Chris Lawrence Wed, 2 Jul 2003 10:11:13 -0500