summaryrefslogtreecommitdiff
path: root/debian/patches/deb_printing_defaults.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-16 13:51:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-16 13:51:41 +0100
commit37d9e876966aea3c5dd7e61326b7486aa2d593c5 (patch)
tree577707fbcd4ffa280c3e1644e4ce48f06de7defd /debian/patches/deb_printing_defaults.patch
parent81369a5ae42dd8686eeec40e420eca1d409700d3 (diff)
Imported Upstream version 0.999upstream/0.999upstream
Diffstat (limited to 'debian/patches/deb_printing_defaults.patch')
-rw-r--r--debian/patches/deb_printing_defaults.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/deb_printing_defaults.patch b/debian/patches/deb_printing_defaults.patch
deleted file mode 100644
index 0e55191..0000000
--- a/debian/patches/deb_printing_defaults.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Set default printing options for lp
- Change default printing options, switch from lpr to lp.
-Author: Julien BLACHE <jblache@debian.org>
-Forwarded: not-needed
-
-Index: xsane-0.998/src/xsane.h
-===================================================================
---- xsane-0.998.orig/src/xsane.h 2010-11-16 22:00:33.000000000 +0100
-+++ xsane-0.998/src/xsane.h 2011-02-04 19:50:22.945016002 +0100
-@@ -510,8 +510,8 @@
-
- #define OUT_FILENAME "out.pnm"
- #define PRINTERNAME "new printer"
--#define PRINTERCOMMAND "lpr"
--#define PRINTERCOPYNUMBEROPTION "-#"
-+#define PRINTERCOMMAND "lp"
-+#define PRINTERCOPYNUMBEROPTION "-n"
- #define FAXPROJECT "faxproject"
- #define FAXCOMMAND "sendfax"
- #define FAXRECEIVEROPT "-d"