[Python-apps-commits] r7911 - in packages/trac/trunk/debian (changelog control)

dkg at users.alioth.debian.org dkg at users.alioth.debian.org
Tue Dec 6 00:24:38 UTC 2011


    Date: Tuesday, December 6, 2011 @ 00:24:35
  Author: dkg
Revision: 7911

add Build-Dep on python-babel so that translations will be shipped (Closes: #644401)

Modified:
  packages/trac/trunk/debian/changelog
  packages/trac/trunk/debian/control

Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog	2011-12-05 21:31:58 UTC (rev 7910)
+++ packages/trac/trunk/debian/changelog	2011-12-06 00:24:35 UTC (rev 7911)
@@ -1,3 +1,10 @@
+trac (0.12.2-2) UNRELEASED; urgency=low
+
+  * add Build-Dep on python-babel so that translations will be shipped
+    (Closes: #644401)
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Mon, 05 Dec 2011 19:03:16 -0500
+
 trac (0.12.2-1) unstable; urgency=low
 
   * Team upload.

Modified: packages/trac/trunk/debian/control
===================================================================
--- packages/trac/trunk/debian/control	2011-12-05 21:31:58 UTC (rev 7910)
+++ packages/trac/trunk/debian/control	2011-12-06 00:24:35 UTC (rev 7911)
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Build-Depends: python-genshi (>= 0.6), debhelper (>= 7.0.50~)
-Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools (>= 0.6)
+Build-Depends-Indep: python (>= 2.6.6-3~), python-setuptools (>= 0.6), python-babel (>= 0.9.5)
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Otavio Salvador <otavio at debian.org>, W. Martin Borgert <debacle at debian.org>
 Standards-Version: 3.9.2




More information about the Python-apps-commits mailing list