[Python-modules-commits] r10296 - in packages/python-xlib/trunk/debian (README.source rules)

stew at users.alioth.debian.org stew at users.alioth.debian.org
Thu Nov 5 12:41:10 UTC 2009


    Date: Thursday, November 5, 2009 @ 12:41:01
  Author: stew
Revision: 10296

add README.source,
no info.deb doesn't exist anymore, remove it from makefile

Added:
  packages/python-xlib/trunk/debian/README.source
Modified:
  packages/python-xlib/trunk/debian/rules

Added: packages/python-xlib/trunk/debian/README.source
===================================================================
--- packages/python-xlib/trunk/debian/README.source	                        (rev 0)
+++ packages/python-xlib/trunk/debian/README.source	2009-11-05 12:41:01 UTC (rev 10296)
@@ -0,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and
+applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: packages/python-xlib/trunk/debian/rules
===================================================================
--- packages/python-xlib/trunk/debian/rules	2009-11-05 12:33:53 UTC (rev 10295)
+++ packages/python-xlib/trunk/debian/rules	2009-11-05 12:41:01 UTC (rev 10296)
@@ -30,7 +30,6 @@
 	rm -f install-stamp build-stamp
 	find Xlib -name \*.pyc | xargs rm -f
 	rm -rf build
-	make -C doc/info.deb clean
 	make -C doc/info clean
 
 install: install-stamp




More information about the Python-modules-commits mailing list