[Python-modules-commits] r8648 - in packages/python-repoze.tm2/trunk/debian (changelog control)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat May 30 14:08:59 UTC 2009
Date: Saturday, May 30, 2009 @ 14:08:57
Author: zack
Revision: 8648
debian/control: add build-dep on python-transaction (needed at build
time), to inhibit easy_install to download it
Modified:
packages/python-repoze.tm2/trunk/debian/changelog
packages/python-repoze.tm2/trunk/debian/control
Modified: packages/python-repoze.tm2/trunk/debian/changelog
===================================================================
--- packages/python-repoze.tm2/trunk/debian/changelog 2009-05-30 14:02:16 UTC (rev 8647)
+++ packages/python-repoze.tm2/trunk/debian/changelog 2009-05-30 14:08:57 UTC (rev 8648)
@@ -1,3 +1,10 @@
+python-repoze.tm2 (1.0a4-2) UNRELEASED; urgency=low
+
+ * debian/control: add build-dep on python-transaction (needed at build
+ time), to inhibit easy_install to download it
+
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 30 May 2009 16:05:53 +0200
+
python-repoze.tm2 (1.0a4-1) experimental; urgency=low
* First release (Closes: #531046)
Modified: packages/python-repoze.tm2/trunk/debian/control
===================================================================
--- packages/python-repoze.tm2/trunk/debian/control 2009-05-30 14:02:16 UTC (rev 8647)
+++ packages/python-repoze.tm2/trunk/debian/control 2009-05-30 14:08:57 UTC (rev 8648)
@@ -10,7 +10,8 @@
python-dev,
python-support,
python-setuptools,
- python-sphinx
+ python-sphinx,
+ python-transaction
Standards-Version: 3.8.1
Homepage: http://www.repoze.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.tm2/trunk/
More information about the Python-modules-commits
mailing list