[Python-modules-commits] r21789 - in packages/migrate/trunk/debian (changelog control)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Thu May 17 10:51:51 UTC 2012
Date: Thursday, May 17, 2012 @ 10:51:48
Author: jandd
Revision: 21789
* debian/control:
- move dependencies from Build-Depends-Indep to Build-Depends
- bump Standards-Version to 3.9.3 (no changes)
- fix lintian error for dh_addon sphinxdoc by adding
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx to Build-Depends
Modified:
packages/migrate/trunk/debian/changelog
packages/migrate/trunk/debian/control
Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog 2012-05-17 10:42:53 UTC (rev 21788)
+++ packages/migrate/trunk/debian/changelog 2012-05-17 10:51:48 UTC (rev 21789)
@@ -1,7 +1,10 @@
migrate (0.7.2-3) UNRELEASED; urgency=low
- * debian/control: move dependencies from Build-Depends-Indep to
- Build-Depends
+ * debian/control:
+ - move dependencies from Build-Depends-Indep to Build-Depends
+ - bump Standards-Version to 3.9.3 (no changes)
+ - fix lintian error for dh_addon sphinxdoc by adding
+ python-sphinx (>= 1.0.7+dfsg) | python3-sphinx to Build-Depends
-- Jan Dittberner <jandd at debian.org> Wed, 11 Jan 2012 23:23:44 +0100
Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control 2012-05-17 10:42:53 UTC (rev 21788)
+++ packages/migrate/trunk/debian/control 2012-05-17 10:51:48 UTC (rev 21789)
@@ -4,10 +4,9 @@
Maintainer: Jan Dittberner <jandd at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.5~),
- python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg~),
- python-sqlalchemy (>= 0.6), python-decorator,
- python-tempita (>= 0.4)
-Standards-Version: 3.9.2
+ python-setuptools (>= 0.6b3), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+ python-sqlalchemy (>= 0.6), python-decorator, python-tempita (>= 0.4)
+Standards-Version: 3.9.3
Homepage: http://code.google.com/p/sqlalchemy-migrate/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/migrate/trunk/
More information about the Python-modules-commits
mailing list