[Python-modules-commits] r12840 - in packages/turbomail/trunk/debian (changelog rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri May 7 12:52:25 UTC 2010


    Date: Friday, May 7, 2010 @ 12:52:18
  Author: arnau
Revision: 12840

Close appropriate bug reports

Modified:
  packages/turbomail/trunk/debian/changelog
  packages/turbomail/trunk/debian/rules

Modified: packages/turbomail/trunk/debian/changelog
===================================================================
--- packages/turbomail/trunk/debian/changelog	2010-05-07 11:31:38 UTC (rev 12839)
+++ packages/turbomail/trunk/debian/changelog	2010-05-07 12:52:18 UTC (rev 12840)
@@ -1,7 +1,7 @@
 turbomail (3.0.3-1) UNRELEASED; urgency=low
 
   [ Arnaud Fontaine ]
-  * New upstream release.
+  * New upstream release. Closes: #534024.
   * Switch to dpkg-source 3.0 (quilt) format.
     + Remove Build-Depends on quilt and patchutils in debian/control.
     + Remove include of patchsys-quilt.mk in debian/rules.
@@ -14,7 +14,7 @@
   [ Scott Kitterman ]
   * debian/control:
     + Add python-genshi and python-tgmochikit to Build-Depends-Indep to
-      fix FTBFS in a clean chroot.
+      fix FTBFS in a clean chroot. Closes: #560555.
 
   [ Sandro Tosi ]
   * debian/control:
@@ -49,7 +49,7 @@
   * New upstream release.
   * New email address.
   * Use patchsys-quilt instead of simple-patchsys.
-  * New patch 01_remove_tests which doesn't install tests/. 
+  * New patch 01_remove_tests which doesn't install tests/.
   * Remove README.Debian for python-turbomail-doc as the guide is now
     distributed with the source.
   * debian/control*:
@@ -72,7 +72,7 @@
   * debian/control*:
     + Add XS-Vcs-Browser field.
   * debian/rules:
-    + Update epydoc command line as epydoc >= 3.0 doesn't support 
+    + Update epydoc command line as epydoc >= 3.0 doesn't support
       anymore short options like '-u' and '-n'.
     + Remove egg stuff now handles automatically by python-support >=
       0.6.4.

Modified: packages/turbomail/trunk/debian/rules
===================================================================
--- packages/turbomail/trunk/debian/rules	2010-05-07 11:31:38 UTC (rev 12839)
+++ packages/turbomail/trunk/debian/rules	2010-05-07 12:52:18 UTC (rev 12840)
@@ -14,7 +14,7 @@
 	# Generate the documentation
 	mkdir -p debian/html/api
 	epydoc -q --html --name=TurboMail --url=http://www.python-turbomail.org/ \
-		--inheritance=listed -o debian/html/api turbomail/
+		--inheritance=listed -o debian/html/api turbomail/ 2> /dev/null
 
 clean::
 	-rm -rf TurboMail.egg-info debian/html




More information about the Python-modules-commits mailing list