~ubuntu-branches/ubuntu/lucid/foomatic-filters/lucid

« back to all changes in this revision

Viewing changes to debian/patches/17_foomatic-rip-man-page-typos.patch

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2009-06-24 13:59:37 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624135937-ti93e4gt0mxpzhq1
Tags: 4.0.2-0ubuntu1
* New upstream release
   - Use cups-config in the ./configure script to find CUPS-related
     directories
   - Bug fixes
* 01-foomatic-rip-segfault-on-jcl-merging.patch,
  02-foomatic-rip-binary-data-after-pjl-options-corrupted.patch,
  10_config-file-param-reading-gs-command-line-massaging.patch,
  13_foomatic-rip-ps-reader-buffer-overflow.patch,
  15_foomatic-rip-renderer-command-line-massaging.patch,
  17_foomatic-rip-man-page-typos.patch,
  20_foomatic-rip-jcl-segmentation-fault.patch,
  23_prioritize-ppd-options-over-cups-options-on-command-line-fix-custom-options.patch:
  Removed patches with upstream fixes.
* debian/control: Added build dependency on libcups2-dev, as now cups-config
  is used by the ./configure script to find CUPS-related directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' foomatic-filters-4.0.0/foomatic-rip.1.in foomatic-filters-4.0.0.new/foomatic-rip.1.in
2
 
--- foomatic-filters-4.0.0/foomatic-rip.1.in    2009-01-14 20:23:15.000000000 +0100
3
 
+++ foomatic-filters-4.0.0.new/foomatic-rip.1.in        2009-03-08 01:08:49.000000000 +0100
4
 
@@ -149,7 +149,7 @@
5
 
 
6
 
 into the PPD file, right after \fB*PPD-Adobe: "4.3"\fR, where
7
 
 \fI<command>\fR is a command into which you wnat to re-direct the
8
 
-output data. Due to the restictions of PPD files \fB<\fR, \fB>\fR, and
9
 
+output data. Due to the restrictions of PPD files \fB<\fR, \fB>\fR, and
10
 
 \fB"\fR are not allowed in the \fI<command>\fR, replace them as
11
 
 follows:
12
 
 
13
 
@@ -183,7 +183,7 @@
14
 
 \fB*FoomaticRIPPostPipe: "| /usr/bin/nc -w 1 printer 9100"\fR
15
 
 
16
 
 Note the "-w 1" in the "nc" command line, it makes "nc" exiting
17
 
-immediately after the data is tranferred to the printer.
18
 
+immediately after the data is transferred to the printer.
19
 
 
20
 
 \fB*FoomaticRIPPostPipe: "| rlpr -Plp@printserver"\fR
21