[25649] in Source-Commits
/svn/athena r25143 - in trunk/debathena/config/printing-config: debathena/printing debian
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sun Jun 19 18:02:25 2011
Date: Sun, 19 Jun 2011 18:02:19 -0400
From: Benjamin Kaduk <kaduk@MIT.EDU>
Message-Id: <201106192202.p5JM2JUk009131@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: kaduk
Date: 2011-06-19 18:02:19 -0400 (Sun, 19 Jun 2011)
New Revision: 25143
Modified:
trunk/debathena/config/printing-config/debathena/printing/common.py
trunk/debathena/config/printing-config/debathena/printing/lpq.py
trunk/debathena/config/printing-config/debian/changelog
Log:
Add changelog for r25142, along with another grammar fixup and
fixing up a copy/paste issue in a comment.
Modified: trunk/debathena/config/printing-config/debathena/printing/common.py
===================================================================
--- trunk/debathena/config/printing-config/debathena/printing/common.py 2011-06-19 21:18:00 UTC (rev 25142)
+++ trunk/debathena/config/printing-config/debathena/printing/common.py 2011-06-19 22:02:19 UTC (rev 25143)
@@ -70,7 +70,7 @@
"""Parse an argument list, given multiple ways to parse it.
The Debathena printing wrapper scripts sometimes have to support
- multiple, independent argument sets from the different printing
+ multiple, independent, argument sets from the different printing
systems' versions of commands.
parse_args tries to parse arguments with a series of different
Modified: trunk/debathena/config/printing-config/debathena/printing/lpq.py
===================================================================
--- trunk/debathena/config/printing-config/debathena/printing/lpq.py 2011-06-19 21:18:00 UTC (rev 25142)
+++ trunk/debathena/config/printing-config/debathena/printing/lpq.py 2011-06-19 22:02:19 UTC (rev 25143)
@@ -76,7 +76,7 @@
if system == common.SYSTEM_CUPS and args == []:
# CUPS clients before 1.4 and CUPS servers at least 1.4 don't
# communicate well about lpq stuff, so just implement RFC 1179 lpq
- # stuff, so just implement lpq ourselves since that works
+ # ourselves since that works
if cups_version_is_below_1_4():
try:
s = socket.socket()
Modified: trunk/debathena/config/printing-config/debian/changelog
===================================================================
--- trunk/debathena/config/printing-config/debian/changelog 2011-06-19 21:18:00 UTC (rev 25142)
+++ trunk/debathena/config/printing-config/debian/changelog 2011-06-19 22:02:19 UTC (rev 25143)
@@ -1,3 +1,9 @@
+debathena-printing-config (1.23.4) unstable; urgency=low
+
+ * Minor style and grammar fixups
+
+ -- Benjamin Kaduk <kaduk@mit.edu> Sun, 19 Jun 2011 17:58:50 -0400
+
debathena-printing-config (1.23.3) unstable; urgency=low
* Don't barf on unexpected args (Trac #719)