[Python-modules-commits] r27180 - in packages (6 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Jan 12 08:59:05 UTC 2014


    Date: Sunday, January 12, 2014 @ 08:59:04
  Author: mitya57-guest
Revision: 27180

Add explicit build-dependency on dh-python.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/control
  packages/python-secretstorage/trunk/debian/changelog
  packages/python-secretstorage/trunk/debian/control
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/control

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/python-docutils/trunk/debian/changelog	2014-01-12 08:59:04 UTC (rev 27180)
@@ -1,3 +1,9 @@
+python-docutils (0.11-4) UNRELEASED; urgency=medium
+
+  * Add explicit build-dependency on dh-python.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 12 Jan 2014 12:54:33 +0400
+
 python-docutils (0.11-3) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-docutils/trunk/debian/control
===================================================================
--- packages/python-docutils/trunk/debian/control	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/python-docutils/trunk/debian/control	2014-01-12 08:59:04 UTC (rev 27180)
@@ -5,7 +5,8 @@
 Uploaders: Michael Schutte <michi at debian.org>,
            Dmitry Shachnev <mitya57 at gmail.com>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-all (>= 2.6.6-3~),
+Build-Depends-Indep: dh-python,
+                     python-all (>= 2.6.6-3~),
                      python3-all (>= 3.1.2-7~),
                      python-roman, python3-roman,
                      xml-core

Modified: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/python-secretstorage/trunk/debian/changelog	2014-01-12 08:59:04 UTC (rev 27180)
@@ -1,3 +1,9 @@
+python-secretstorage (1.1.0-2) UNRELEASED; urgency=medium
+
+  * Add explicit build-dependency on dh-python.
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 12 Jan 2014 12:57:19 +0400
+
 python-secretstorage (1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-secretstorage/trunk/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/python-secretstorage/trunk/debian/control	2014-01-12 08:59:04 UTC (rev 27180)
@@ -3,8 +3,12 @@
 Priority: optional
 Maintainer: Dmitry Shachnev <mitya57 at gmail.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
- python3-sphinx, python3-dbus
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python3-all (>= 3.1.2-7~),
+               python3-sphinx,
+               python3-dbus
 Standards-Version: 3.9.5
 Homepage: https://launchpad.net/python-secretstorage
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-secretstorage/trunk/

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/sphinx/trunk/debian/changelog	2014-01-12 08:59:04 UTC (rev 27180)
@@ -2,6 +2,7 @@
 
   * Backport upstream patch (fix_jinja_recursion.diff) to fix infinite
     recursion when building python-numpy docs.
+  * Add explicit build-dependency on dh-python.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 27 Dec 2013 21:34:47 +0400
 

Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control	2014-01-12 00:42:33 UTC (rev 27179)
+++ packages/sphinx/trunk/debian/control	2014-01-12 08:59:04 UTC (rev 27180)
@@ -5,7 +5,8 @@
 Uploaders: Dmitry Shachnev <mitya57 at gmail.com>
 Homepage: http://sphinx-doc.org/
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
+Build-Depends-Indep: dh-python,
+  python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
   python-setuptools (>= 0.6c5-1~), python3-setuptools,
   python-docutils (>= 0.7), python3-docutils (>= 0.7),
   python-pygments (>= 1.2), python3-pygments (>= 1.2),




More information about the Python-modules-commits mailing list