[Python-modules-commits] r2307 - in /packages/pubtal/trunk/debian: changelog control pubtal.doc-base rules

rodrigogc-guest at users.alioth.debian.org rodrigogc-guest at users.alioth.debian.org
Wed May 9 19:08:18 UTC 2007


Author: rodrigogc-guest
Date: Wed May  9 19:08:16 2007
New Revision: 2307

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2307
Log:
Tidy up clean rule. Build-depend-indep on python, since we use it there.
Remove empty lines from the end of doc-base file.

Modified:
    packages/pubtal/trunk/debian/changelog
    packages/pubtal/trunk/debian/control
    packages/pubtal/trunk/debian/pubtal.doc-base
    packages/pubtal/trunk/debian/rules

Modified: packages/pubtal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pubtal/trunk/debian/changelog?rev=2307&op=diff
==============================================================================
--- packages/pubtal/trunk/debian/changelog (original)
+++ packages/pubtal/trunk/debian/changelog Wed May  9 19:08:16 2007
@@ -3,11 +3,14 @@
   * Avoid shipping empty dirs.
   * Build-depend on python-central >= 0.5, to properly comply with the 
     python policy.
+  * Build-depend-indep on python, since we use it in clean. Tidy up that rule,
+    also.
   * Add the Debian Python Modules Team to upladers.
   * Document the address of the package's subversion repository
     (XS-Vcs-Svn)
+  * Clean debian/pubtal.doc-base of extra empty lines.
 
- -- Luis Rodrigo Gallardo Cruz <rodrigo at nul-unu.com>  Mon, 30 Apr 2007 19:31:41 -0500
+ -- Luis Rodrigo Gallardo Cruz <rodrigo at nul-unu.com>  Wed,  9 May 2007 12:54:27 -0500
 
 pubtal (3.2.0-1) unstable; urgency=low
 

Modified: packages/pubtal/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pubtal/trunk/debian/control?rev=2307&op=diff
==============================================================================
--- packages/pubtal/trunk/debian/control (original)
+++ packages/pubtal/trunk/debian/control Wed May  9 19:08:16 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luis Rodrigo Gallardo Cruz <rodrigo at nul-unu.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends: debhelper (>= 5.0.37.2), python
 Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>=0.5), docbook-to-man
 XS-Python-Version: >=2.3
 Standards-Version: 3.7.2

Modified: packages/pubtal/trunk/debian/pubtal.doc-base
URL: http://svn.debian.org/wsvn/python-modules/packages/pubtal/trunk/debian/pubtal.doc-base?rev=2307&op=diff
==============================================================================
--- packages/pubtal/trunk/debian/pubtal.doc-base (original)
+++ packages/pubtal/trunk/debian/pubtal.doc-base Wed May  9 19:08:16 2007
@@ -7,5 +7,3 @@
 Format: HTML
 Index: /usr/share/doc/pubtal/html/index.html
 Files: /usr/share/doc/pubtal/html/*.html /usr/share/doc/pubtal/html/conf/*.html
-
-  

Modified: packages/pubtal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pubtal/trunk/debian/rules?rev=2307&op=diff
==============================================================================
--- packages/pubtal/trunk/debian/rules (original)
+++ packages/pubtal/trunk/debian/rules Wed May  9 19:08:16 2007
@@ -31,10 +31,10 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-python setup.py clean --all
+	python setup.py clean --all
 # For some reason the previous command creates a file, must erase it.
-	-rm uploadSite.1 updateSite.1
-	-rm lib/pubtal/__init__.pyc
+	rm -f uploadSite.1 updateSite.1
+	rm -f lib/pubtal/__init__.pyc
 
 	dh_clean 
 




More information about the Python-modules-commits mailing list