[Python-modules-commits] r23394 - in packages/python-cups/trunk/debian (2 files)
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Fri Jan 25 09:49:40 UTC 2013
Date: Friday, January 25, 2013 @ 09:49:37
Author: bigon
Revision: 23394
Import Guido G?\195?\188nther <agx at sigxcpu.org> work
Modified:
packages/python-cups/trunk/debian/changelog
packages/python-cups/trunk/debian/patches/01_no_epydoc.patch
Modified: packages/python-cups/trunk/debian/changelog
===================================================================
--- packages/python-cups/trunk/debian/changelog 2013-01-25 09:46:28 UTC (rev 23393)
+++ packages/python-cups/trunk/debian/changelog 2013-01-25 09:49:37 UTC (rev 23394)
@@ -1,3 +1,11 @@
+python-cups (1.9.62-1.1~1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * [830ed38] New upstream version 1.9.62
+ * [e4459b6] Update patch
+
+ -- Guido Günther <agx at sigxcpu.org> Fri, 30 Nov 2012 09:12:19 +0100
+
python-cups (1.9.48-1.1) unstable; urgency=low
* Non-maintainer upload.
Modified: packages/python-cups/trunk/debian/patches/01_no_epydoc.patch
===================================================================
--- packages/python-cups/trunk/debian/patches/01_no_epydoc.patch 2013-01-25 09:46:28 UTC (rev 23393)
+++ packages/python-cups/trunk/debian/patches/01_no_epydoc.patch 2013-01-25 09:49:37 UTC (rev 23394)
@@ -1,7 +1,16 @@
-diff -up system-config-printer-1.1.16/pycups-1.9.48/Makefile.no-epydoc system-config-printer-1.1.16/pycups-1.9.48/Makefile
---- python-cups-1.9.48/Makefile.no-epydoc 2010-01-19 12:34:47.000000000 +0000
-+++ python-cups-1.9.48/Makefile 2010-01-19 12:50:30.098955294 +0000
-@@ -14,7 +14,9 @@ cups.so: $(SOURCES)
+From: Otavio Salvador <otavio at debian.org>
+Date: Fri, 30 Nov 2012 08:09:12 +0100
+Subject: 01_no_epydoc
+
+---
+ Makefile | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index af7920f..229e86d 100644
+--- a/Makefile
++++ b/Makefile
+@@ -17,7 +17,9 @@ cups.so: force
doc: cups.so
rm -rf html
@@ -10,5 +19,5 @@
+ pydoc -w $(patsubst %.so,%,$<)
+ mv $(patsubst %.so,%.html,$<) html
- clean:
- -rm -rf build cups.so *.pyc *~
+ doczip: doc
+ cd html && zip ../cups-html.zip *
More information about the Python-modules-commits
mailing list