[Python-modules-commits] [pycurl] 01/04: Add python{, 3}-flaky to Build-Depends

Barry Warsaw barry at moszumanska.debian.org
Thu Mar 10 16:18:38 UTC 2016


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

barry pushed a commit to branch master
in repository pycurl.

commit d63c060330c0a6cd38282f8f883b216c02461b08
Author: Barry Warsaw <barry at python.org>
Date:   Thu Mar 10 10:53:53 2016 -0500

    Add python{,3}-flaky to Build-Depends
    
    Also: wrap-and-sort -at
---
 debian/changelog |  1 +
 debian/control   | 28 +++++++++++++++++++---------
 2 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c38c022..b868f87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pycurl (7.43.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * d/control: Add python{,3}-flaky to Build-Depends for test suite.
   * d/tests: Add a live test which downloads a well published resource.
 
  -- Barry Warsaw <barry at debian.org>  Thu, 10 Mar 2016 09:48:57 -0500
diff --git a/debian/control b/debian/control
index 9549f82..0e2d42f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pycurl
 Section: python
 Priority: optional
 Maintainer: Barry Warsaw <barry at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
 Build-Depends: debhelper (>= 7.0.50~),
                dh-python,
                libcurl4-gnutls-dev (>= 7.19.0),
@@ -12,10 +12,12 @@ Build-Depends: debhelper (>= 7.0.50~),
                python-all-dev (>= 2.6.6-3~),
                python-bottle,
                python-docutils,
+               python-flaky,
                python-nose,
                python-sphinx,
                python3-all-dbg,
-               python3-all-dev
+               python3-all-dev,
+               python3-flaky,
 Standards-Version: 3.9.6
 X-Python-Version: all
 X-Python3-Version: >= 3.3
@@ -25,8 +27,12 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/pycurl.
 
 Package: python-pycurl
 Architecture: any
-Suggests: libcurl4-gnutls-dev, python-pycurl-dbg, python-pycurl-doc
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Suggests: libcurl4-gnutls-dev,
+          python-pycurl-dbg,
+          python-pycurl-doc,
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
 Description: Python bindings to libcurl
  This module provides the Python bindings to libcurl. Please refer to
  the libcurl documentation available in libcurl4-gnutls-dev Debian package.
@@ -37,8 +43,12 @@ Description: Python bindings to libcurl
 
 Package: python3-pycurl
 Architecture: any
-Suggests: libcurl4-gnutls-dev, python-pycurl-doc, python3-pycurl-dbg
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Suggests: libcurl4-gnutls-dev,
+          python-pycurl-doc,
+          python3-pycurl-dbg,
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
 Description: Python bindings to libcurl (Python 3)
  This module provides the Python bindings to libcurl. Please refer to
  the libcurl documentation available in libcurl4-gnutls-dev Debian package.
@@ -54,7 +64,7 @@ Architecture: any
 Depends: python-dbg,
          python-pycurl (= ${binary:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Python bindings to libcurl (debug extension)
  This module provides the Python bindings to libcurl. Please refer to
  the libcurl documentation available in libcurl4-gnutls-dev Debian package.
@@ -68,7 +78,7 @@ Architecture: any
 Depends: python3-dbg,
          python3-pycurl (= ${binary:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Python bindings to libcurl (debug extension, Python 3)
  This module provides the Python bindings to libcurl. Please refer to
  the libcurl documentation available in libcurl4-gnutls-dev Debian package.
@@ -78,7 +88,7 @@ Description: Python bindings to libcurl (debug extension, Python 3)
 Package: python-pycurl-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
 Description: Python bindings to libcurl (documentation)
  This module provides the Python bindings to libcurl. Please refer to
  the libcurl documentation available in libcurl4-gnutls-dev Debian package.

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



More information about the Python-modules-commits mailing list