[Python-modules-commits] r30821 - in packages/pycurl/trunk/debian (changelog control)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Sep 29 22:00:49 UTC 2014


    Date: Monday, September 29, 2014 @ 22:00:47
  Author: barry
Revision: 30821

* debian/control
  - Drop build-depency on librtmp-dev, as it is not in "curl-config
    --static-libs", otoh add one for libgnutls28-dev, since pycurl.c 
    #includes <gnutls/gnutls.h>. Closes: #751059
    (Applied from NMU diff by Barry Warsaw.  Closes: #756199)

Modified:
  packages/pycurl/trunk/debian/changelog
  packages/pycurl/trunk/debian/control

Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog	2014-09-29 17:31:29 UTC (rev 30820)
+++ packages/pycurl/trunk/debian/changelog	2014-09-29 22:00:47 UTC (rev 30821)
@@ -1,9 +1,17 @@
 pycurl (7.19.3.1-2) UNRELEASED; urgency=medium
 
+  [ Sandro Tosi ]
   * debian/control
     - fix short description (adding py3k tag to the right package); thanks to
       bodrato for the report; Closes: #739712
 
+  [ Andreas Metzler ]
+  * debian/control
+    - Drop build-depency on librtmp-dev, as it is not in "curl-config
+      --static-libs", otoh add one for libgnutls28-dev, since pycurl.c 
+      #includes <gnutls/gnutls.h>. Closes: #751059
+      (Applied from NMU diff by Barry Warsaw.  Closes: #756199)
+
  -- Sandro Tosi <morph at debian.org>  Fri, 21 Feb 2014 21:00:17 +0100
 
 pycurl (7.19.3.1-1) unstable; urgency=medium

Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control	2014-09-29 17:31:29 UTC (rev 30820)
+++ packages/pycurl/trunk/debian/control	2014-09-29 22:00:47 UTC (rev 30821)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev, python3-all-dbg, dh-python, libcurl4-gnutls-dev (>= 7.19.0), librtmp-dev, libssh2-1-dev, python-nose, python-bottle, python-cherrypy3, python-docutils
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev, python3-all-dbg, dh-python, libcurl4-gnutls-dev (>= 7.19.0), libssh2-1-dev, python-nose, python-bottle, python-cherrypy3, python-docutils, libgnutls28-dev
 Standards-Version: 3.9.5
 X-Python-Version: all
 X-Python3-Version: >= 3.3




More information about the Python-modules-commits mailing list