[Python-modules-commits] [python-mock] 07/12: Fixed B-D and D for new release

Ondřej Nový onovy-guest at moszumanska.debian.org
Tue Jun 7 10:47:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy-guest pushed a commit to branch master
in repository python-mock.

commit af234f55d85cab7f08141843f946ed566178bffe
Author: Ondřej Nový <novy at ondrej.org>
Date:   Tue Jun 7 12:26:11 2016 +0200

    Fixed B-D and D for new release
---
 debian/changelog |  1 +
 debian/control   | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c9cfca..375cc22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-mock (2.0.0-1) UNRELEASED; urgency=medium
 
   [ Ondřej Nový ]
   * New upstream release
+  * Fixed B-D and D for new release
   * Removed pbr.patch and return-to-a-standard-requirements-def.patch
     (not needed anymore)
   * Fixed VCS URL (https)
diff --git a/debian/control b/debian/control
index ddd6539..71a38b0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,17 +7,16 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-funcsigs,
-               python-pbr (>= 0.11),
+               python-pbr (>= 1.3),
                python-setuptools (>= 17.1),
-               python-six,
+               python-six (>= 1.9),
+               python-sphinx,
                python-unittest2 (>= 1.1.0),
                python3-all,
-               python3-pbr (>= 0.11),
-               python3-setuptools,
-               python3-six,
-               python3-unittest2
-Build-Depends-Indep: libjs-jquery,
-                     python-sphinx (>= 1.0.7+dfsg-1~)
+               python3-pbr (>= 1.3),
+               python3-setuptools (>= 17.1),
+               python3-six (>= 1.9),
+               python3-unittest2,
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mock.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mock.git
@@ -28,6 +27,7 @@ X-Python3-Version: >= 3.3
 Package: python-mock
 Architecture: all
 Depends: python-funcsigs,
+         python-pbr (>= 1.3),
          ${misc:Depends},
          ${python:Depends}
 Suggests: python-mock-doc
@@ -41,7 +41,8 @@ Description: Mocking and Testing Library
 
 Package: python3-mock
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-pbr (>= 1.3),
+         ${misc:Depends},
          ${python3:Depends}
 Suggests: python-mock-doc
 Description: Mocking and Testing Library (Python3 version)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mock.git



More information about the Python-modules-commits mailing list