[Python-modules-commits] r26389 - in packages/django-reversion/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Nov 4 13:28:59 UTC 2013


    Date: Monday, November 4, 2013 @ 13:28:57
  Author: fladi-guest
Revision: 26389

Change python-pybabel to python-babel in Build-Depends.

Modified:
  packages/django-reversion/trunk/debian/changelog
  packages/django-reversion/trunk/debian/control

Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog	2013-11-04 11:11:06 UTC (rev 26388)
+++ packages/django-reversion/trunk/debian/changelog	2013-11-04 13:28:57 UTC (rev 26389)
@@ -5,6 +5,7 @@
   * Bump Standards version to 3.9.4.
   * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
     and build-indep targets.
+  * Change python-pybabel to python-babel in Build-Depends.
   * Drop versioned Build-Depends on python-all as no prior versions are
     available in Wheezy.
   * Update homepage URL in d/control (Closes: #702078).

Modified: packages/django-reversion/trunk/debian/control
===================================================================
--- packages/django-reversion/trunk/debian/control	2013-11-04 11:11:06 UTC (rev 26388)
+++ packages/django-reversion/trunk/debian/control	2013-11-04 13:28:57 UTC (rev 26389)
@@ -5,9 +5,9 @@
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 8.1.0~),
                python-all,
+               python-babel,
                python-django (>= 1.5),
-               python-django-south,
-               python-pybabel
+               python-django-south
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
 Homepage: https://github.com/etianen/django-reversion




More information about the Python-modules-commits mailing list