[Python-modules-commits] [responses] 01/04: Added build depends to python(3)-cookies

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon Apr 4 21:06:16 UTC 2016


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

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

commit 05b2238c4b33753b8c79ba8168e408069aa1d701
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon Apr 4 22:49:55 2016 +0200

    Added build depends to python(3)-cookies
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 779d119..473119f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ responses (0.5.1-1) UNRELEASED; urgency=medium
     automatically
   * Standards-Version is 3.9.7 now (no change)
   * Bumped debhelper version to 9
-  * Added depends to python(3)-cookies
+  * Added build depends to python(3)-cookies
   * Added simple Debian tests
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:30:37 +0200
diff --git a/debian/control b/debian/control
index 1a6455c..fdb1839 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
  dh-python,
  python-all (>= 2.6.6-3~),
  python3-all,
+ python-cookies,
+ python3-cookies,
  python-setuptools,
  python3-setuptools
 Standards-Version: 3.9.7
@@ -18,7 +20,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/responses.g
 Package: python-responses
 Architecture: all
 Depends:
- python-cookies,
  ${misc:Depends},
  ${python:Depends}
 Description: Utility library for mocking out the requests Python library
@@ -30,7 +31,6 @@ Description: Utility library for mocking out the requests Python library
 Package: python3-responses
 Architecture: all
 Depends:
- python3-cookies,
  ${misc:Depends},
  ${python3:Depends}
 Description: Utility library for mocking out the requests Python 3 library

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



More information about the Python-modules-commits mailing list