[Python-modules-commits] r26261 - in packages/python-babel/trunk/debian (changelog control)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Oct 23 05:28:22 UTC 2013


    Date: Wednesday, October 23, 2013 @ 05:28:21
  Author: zigo
Revision: 26261

For the -doc package, removes wrong dependency on python3-pkg-resources, added missing depends on ${sphinxdoc:Depends}.

Modified:
  packages/python-babel/trunk/debian/changelog
  packages/python-babel/trunk/debian/control

Modified: packages/python-babel/trunk/debian/changelog
===================================================================
--- packages/python-babel/trunk/debian/changelog	2013-10-23 05:28:15 UTC (rev 26260)
+++ packages/python-babel/trunk/debian/changelog	2013-10-23 05:28:21 UTC (rev 26261)
@@ -4,8 +4,11 @@
   * Fixes the handling of alternatives removal, thanks to Andreas Beckmann
     <anbe at debian.org> for his extensive explanations in his bug report
     (Closes: #726621).
-  * Updates debian/copyright to the currenty babel 1.3 licensing, thans to
+  * Updates debian/copyright to the currenty babel 1.3 licensing, thanks to
     Sebastian Ramacher for reporting this.
+  * For the -doc package, removes wrong dependency on python3-pkg-resources,
+    added missing depends on ${sphinxdoc:Depends}. Thanks to Sebastian
+    Ramacher for reporting
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 23 Oct 2013 04:53:40 +0000
 

Modified: packages/python-babel/trunk/debian/control
===================================================================
--- packages/python-babel/trunk/debian/control	2013-10-23 05:28:15 UTC (rev 26260)
+++ packages/python-babel/trunk/debian/control	2013-10-23 05:28:21 UTC (rev 26261)
@@ -57,7 +57,7 @@
 Section: doc
 Breaks: python-babel (<< 1.3-1)
 Replaces: python-babel (<< 1.3-1)
-Depends: python3-pkg-resources, ${misc:Depends}
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 Description: tools for internationalizing Python applications - documentation
  Babel is composed of two major parts. First tools to build and work with
  gettext message catalogs. Second a Python interface to the CLDR (Common




More information about the Python-modules-commits mailing list