[26783] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25752 - trunk/debathena/config/cupsys-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Sep 7 09:57:02 2012

Date: Fri, 7 Sep 2012 09:56:56 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201209071356.q87DuuJ5007375@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-09-07 09:56:56 -0400 (Fri, 07 Sep 2012)
New Revision: 25752

Modified:
   trunk/debathena/config/cupsys-config/debian/changelog
   trunk/debathena/config/cupsys-config/debian/configure-athena-printers
Log:
In cupsys-config:
  * When adding printers, add -o OptionDuplex=True, needed for Precise and
    later, to actually enable duplex printing


Modified: trunk/debathena/config/cupsys-config/debian/changelog
===================================================================
--- trunk/debathena/config/cupsys-config/debian/changelog	2012-09-05 17:18:38 UTC (rev 25751)
+++ trunk/debathena/config/cupsys-config/debian/changelog	2012-09-07 13:56:56 UTC (rev 25752)
@@ -1,3 +1,10 @@
+debathena-cupsys-config (1.17.4) unstable; urgency=low
+
+  * When adding printers, add -o OptionDuplex=True, needed for Precise and
+    later, to actually enable duplex printing
+
+ -- Jonathan Reed <jdreed@mit.edu>  Fri, 07 Sep 2012 09:56:27 -0400
+
 debathena-cupsys-config (1.17.3) unstable; urgency=low
 
   * Supply alternate PPDs for ancient distros (Trac: #1068)

Modified: trunk/debathena/config/cupsys-config/debian/configure-athena-printers
===================================================================
--- trunk/debathena/config/cupsys-config/debian/configure-athena-printers	2012-09-05 17:18:38 UTC (rev 25751)
+++ trunk/debathena/config/cupsys-config/debian/configure-athena-printers	2012-09-07 13:56:56 UTC (rev 25752)
@@ -43,6 +43,7 @@
 	    -D "Pharos (Monochrome)" \
 	    -L "Release jobs from any Pharos B&W printer" \
 	    -o printer-is-share=false \
+	    -o OptionDuplex=True \
 	    -m "$ppd"
 	if [ $? != 0 ]; then
 	    echo "FAILED to add Pharos printer 'mitprint'" >&2
@@ -63,6 +64,7 @@
 	    -D "Pharos (Color)" \
 	    -L "Release jobs from any Pharos Color printer" \
 	    -o printer-is-share=false \
+	    -o OptionDuplex=True \
 	    -m "$ppd"
 	if [ $? != 0 ]; then
 	    echo "FAILED to add Pharos printer 'mitprint-color'" >&2


home help back first fref pref prev next nref lref last post