Package: cjet Version: 0.8.9-2.1 Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Chris, as you might have noticed, the Debian Printing Team has been working towards a unification of the printer driver packages naming [0]. So far, all drivers under the team's umbrella have been renamed to printer-driver-*. [0] http://wiki.debian.org/Teams/Printing/RethinkingTheStack In order to have a consistent naming across printer driver packages, please rename cjet to printer-driver-cjet. A debdiff of the proposed renaming is attached. By the way, as the cjet package hasn't seen any update nor answers to its 3 bugreports in 8 years, I would like to kindly propose it for adoption by the Debian Printing Team (either having you put it there or let a member of the team do it). Cheers, OdyX - -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages cjet depends on: ii printer-driver-cjet 0.8.9-2.1 cjet recommends no packages. cjet suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQGcBAEBCAAGBQJOssKXAAoJEIvPpx7KFjRVta0L/A7byXWw+a+Ozzk24mdy4HLJ lt+FSN0Fr4bmUTaH3FlgxSt34PFpXFaqREKpfZsyxOEEfIUk5AoSxhFuoeiPMRoW kzeDF1qwwaxtCIyeTJewGd4Rf046+XIkxkW+aNS2zw6dwWKw3DEZAi3HmfaDaU/k DXXQQ+vQ1z/MQejuVb7tOVMhAYiVTzqTg6ci2MwR3HflPQAOsNlWMhqAZirmVNf5 +Wh+qRc9mwkSAOZl81Yyathi6GwfZpr13ER2nR47UQnEo0tgb/zL9lZIzj7usQ5l 05myQMVR7JSKcuI0DIY+F+Lr6eT2Zg4N2iM1XTI0ATa+5/+T8FPXaSwniR+ymAAP cLkVx3ZhLR8yd8bJnllEdJgHQ0Mn5jEltb9MQ4n9QLgKpV58D+jHG56ktvtpuZlt nxAeXSOyZKKpkFP8wcHSPAXrl1FUGVAjs8l90in2DV+F/1TrzcixrHVhPB5rTowp Jck0Y7immqbRyc5mHlMdDd7PgTshmqJS6gNnZ8oCUw== =fWM6 -----END PGP SIGNATURE-----
reverted: --- cjet-0.8.9/debian/dirs +++ cjet-0.8.9.orig/debian/dirs @@ -1 +0,0 @@ -usr/bin diff -u cjet-0.8.9/debian/control cjet-0.8.9/debian/control --- cjet-0.8.9/debian/control +++ cjet-0.8.9/debian/control @@ -3,16 +3,27 @@ -Priority: extra +Priority: optional Maintainer: Chris Lawrence <[email protected]> Build-Depends: debhelper (>> 4.0.0) Standards-Version: 3.8.0 -Package: cjet +Package: printer-driver-cjet Architecture: any Depends: ${shlibs:Depends} ${misc:Depends} Suggests: foomatic-db-engine | apsfilter -Description: Software PCL emulation for Canon CaPSL laser printers +Replaces: cjet (<< 0.8.9-2.1~) +Breaks: cjet (<< 0.8.9-2.1~) +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. . The only printers known to use this language are the Canon LBP-4U and Canon LBP-8A1. + +Package: cjet +Depends: printer-driver-cjet, ${misc:Depends} +Architecture: all +Section: oldlibs +Priority: extra +Description: transitional dummy package for cjet printer driver + This is a transitional dummy package to transition to uniformly named + printer-driver-cjet. diff -u cjet-0.8.9/debian/rules cjet-0.8.9/debian/rules --- cjet-0.8.9/debian/rules +++ cjet-0.8.9/debian/rules @@ -56,7 +56,7 @@ # Add here commands to install the package into debian/cjet. #$(MAKE) install DESTDIR=$(CURDIR)/debian/cjet - cp cjet $(CURDIR)/debian/cjet/usr/bin + cp cjet $(CURDIR)/debian/printer-driver-cjet/usr/bin # Build architecture-independent files here. binary-indep: build install reverted: --- cjet-0.8.9/debian/docs +++ cjet-0.8.9.orig/debian/docs @@ -1,2 +0,0 @@ -README -TODO diff -u cjet-0.8.9/debian/changelog cjet-0.8.9/debian/changelog --- cjet-0.8.9/debian/changelog +++ cjet-0.8.9/debian/changelog @@ -1,3 +1,12 @@ +cjet (0.8.9-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Rename cjet to printer-driver-cjet, add transitional package. + * Bump Priority to optional (from extra). + * Rewrite short description. + + -- Didier Raboud <[email protected]> Thu, 03 Nov 2011 17:18:47 +0100 + cjet (0.8.9-2) unstable; urgency=low * Rebuild package to update ElGamal signature. (Closes: #494854) reverted: --- cjet-0.8.9/debian/cjet.manpages +++ cjet-0.8.9.orig/debian/cjet.manpages @@ -1 +0,0 @@ -debian/cjet.1 only in patch2: unchanged: --- cjet-0.8.9.orig/debian/printer-driver-cjet.manpages +++ cjet-0.8.9/debian/printer-driver-cjet.manpages @@ -0,0 +1 @@ +debian/cjet.1 only in patch2: unchanged: --- cjet-0.8.9.orig/debian/printer-driver-cjet.docs +++ cjet-0.8.9/debian/printer-driver-cjet.docs @@ -0,0 +1,2 @@ +README +TODO only in patch2: unchanged: --- cjet-0.8.9.orig/debian/printer-driver-cjet.dirs +++ cjet-0.8.9/debian/printer-driver-cjet.dirs @@ -0,0 +1 @@ +usr/bin
