[Python-modules-commits] r12955 - in packages/turbomail/trunk/debian (changelog rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Sun May 16 11:21:13 UTC 2010
Date: Sunday, May 16, 2010 @ 11:21:09
Author: arnau
Revision: 12955
Ready for upload
Modified:
packages/turbomail/trunk/debian/changelog
packages/turbomail/trunk/debian/rules
Modified: packages/turbomail/trunk/debian/changelog
===================================================================
--- packages/turbomail/trunk/debian/changelog 2010-05-16 02:08:48 UTC (rev 12954)
+++ packages/turbomail/trunk/debian/changelog 2010-05-16 11:21:09 UTC (rev 12955)
@@ -1,10 +1,11 @@
-turbomail (3.0.3-1) UNRELEASED; urgency=low
+turbomail (3.0.3-1) unstable; urgency=low
[ Arnaud Fontaine ]
* New upstream release. Closes: #534024.
+ Add python-pkg-resources to Depends and python-pylons to Suggests
and Enhances.
+ Update upstream Changelog from Mercurial repository.
+ * Drop debian/patches/01_remove_tests.patch.
* 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.
Modified: packages/turbomail/trunk/debian/rules
===================================================================
--- packages/turbomail/trunk/debian/rules 2010-05-16 02:08:48 UTC (rev 12954)
+++ packages/turbomail/trunk/debian/rules 2010-05-16 11:21:09 UTC (rev 12955)
@@ -17,7 +17,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/ 2> /dev/null
+ --inheritance=listed -o debian/html/api turbomail/ > /dev/null
clean::
-rm -rf TurboMail.egg-info debian/html
More information about the Python-modules-commits
mailing list