[Python-modules-commits] r20002 - in packages/migrate/trunk/debian (changelog control)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Wed Jan 11 22:28:20 UTC 2012


    Date: Wednesday, January 11, 2012 @ 22:28:17
  Author: jandd
Revision: 20002

debian/control: move dependencies from Build-Depends-Indep 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-01-11 21:24:28 UTC (rev 20001)
+++ packages/migrate/trunk/debian/changelog	2012-01-11 22:28:17 UTC (rev 20002)
@@ -1,3 +1,10 @@
+migrate (0.7.2-3) UNRELEASED; urgency=low
+
+  * debian/control: move dependencies from Build-Depends-Indep to
+    Build-Depends
+
+ -- Jan Dittberner <jandd at debian.org>  Wed, 11 Jan 2012 23:23:44 +0100
+
 migrate (0.7.2-2) unstable; urgency=low
 
   * Fix "FTBFS: URLError: <urlopen error [Errno -2] Name or service not

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2012-01-11 21:24:28 UTC (rev 20001)
+++ packages/migrate/trunk/debian/control	2012-01-11 22:28:17 UTC (rev 20002)
@@ -3,10 +3,10 @@
 Priority: optional
 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~)
-Build-Depends-Indep: python (>= 2.6.5~), python-setuptools (>= 0.6b3),
- python-sphinx (>= 1.0.7+dfsg~), python-sqlalchemy (>= 0.6),
- python-decorator, python-tempita (>= 0.4)
+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
 Homepage: http://code.google.com/p/sqlalchemy-migrate/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/migrate/trunk




More information about the Python-modules-commits mailing list