[Pkg-cups-devel] r446 - cupsys/trunk/debian

Kenshi Muto kmuto at alioth.debian.org
Tue Mar 27 14:18:15 CET 2007


Author: kmuto
Date: Tue Mar 27 13:18:15 2007
New Revision: 446

Modified:
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/cupsys-bsd.templates
   cupsys/trunk/debian/cupsys.templates
Log:
improved templates (#416350)

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Mar 27 13:18:15 2007
@@ -1,3 +1,11 @@
+cupsys (1.2.7-5) UNRELEASED; urgency=low
+
+  [ Kenshi Muto ]
+  * Applied templates improvement patch contributed by
+    debian-l10n-english team. (closes: #416350)
+
+ -- Kenshi Muto <kmuto at debian.org>  Tue, 27 Mar 2007 22:08:00 +0900
+
 cupsys (1.2.7-4) unstable; urgency=high
 
   [ Kenshi Muto ]

Modified: cupsys/trunk/debian/cupsys-bsd.templates
==============================================================================
--- cupsys/trunk/debian/cupsys-bsd.templates	(original)
+++ cupsys/trunk/debian/cupsys-bsd.templates	Tue Mar 27 13:18:15 2007
@@ -2,7 +2,8 @@
 Type: boolean
 Default: false
 _Description: Do you want to set up the BSD lpd compatibility server?
- This package contains a server that can accept BSD-style print jobs and
- submit them to CUPS. It should only be set up if you have other computers
- that submit jobs over the network via "BSD" or "LPR" services, and these
- computers cannot be converted to use the IPP protocol that CUPS uses.
+ The CUPS package contains a server that can accept BSD-style print
+ jobs and submit them to CUPS. It should only be set up if other
+ computers are likely to submit jobs over the network via the "BSD" or
+ "LPR" services, and these computers cannot be converted to use the
+ IPP protocol that CUPS uses.

Modified: cupsys/trunk/debian/cupsys.templates
==============================================================================
--- cupsys/trunk/debian/cupsys.templates	(original)
+++ cupsys/trunk/debian/cupsys.templates	Tue Mar 27 13:18:15 2007
@@ -2,30 +2,27 @@
 Type: boolean
 Default: true
 _Description: Do you want CUPS to print unknown jobs as raw jobs?
- All print jobs in IPP get a MIME type. Since not all sources of print
- jobs can attach an appropriate type, many jobs get submitted as the MIME
- type application/octet-stream. Because of this, when CUPS receives a job
- with that MIME type, it attempts to guess what the format is. By default,
- if it cannot guess the proper type, it rejects the job.
+ The Internet Printing Protocol (IPP) enforces a MIME type for all
+ print jobs. Since not all sources of print jobs can attach an
+ appropriate type, many jobs get submitted as the MIME type
+ application/octet-stream and could be rejected if CUPS cannot guess
+ the job's format.
  .
- It is possible to cause CUPS to treat all unrecognized jobs with this MIME
- type as "raw" jobs, which causes them to be sent directly to the printer
- without processing.
+ CUPS can handle all such jobs as "raw" jobs, which causes them to be
+ sent directly to the printer without processing.
  .
- If you will be accepting print jobs from Windows computers, you probably
- want this option set, as Windows gives all IPP print jobs processed by a
- local driver the MIME type application/octet-stream. Samba also submits
- its print jobs this way.
+ It is recommended to choose this option if the server will be
+ accepting print jobs from Windows computers or Samba servers.
 
 Template: cupsys/backend
 Type: multiselect
 __Choices: ipp, lpd, parallel, scsi, serial, socket, usb, snmp
 Default: ipp, lpd, parallel, socket, usb
 _Description: Printer communication backends:
- CUPS uses backend programs for communication with printer device or port.
+ CUPS uses backend programs to communicate with the printer device or port.
  .
- Unfortunately, some backend programs cause some trouble.
- (For example, some PPC kernel crashes with the parallel backend)
+ Unfortunately, some backend programs are likely to cause some trouble.
+ For example, some PPC kernels crash with the parallel backend.
  .
  Please choose the backend program to be used by CUPS. The default choice
  should fit the most common environments.



More information about the Pkg-cups-devel mailing list