[Python-modules-commits] r20402 - in packages/pycurl/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Feb 11 11:53:08 UTC 2012
Date: Saturday, February 11, 2012 @ 11:53:06
Author: morph
Revision: 20402
added libssh2-1-dev to build-depends; thanks to Jakub Wilk for the report;
Closes: #658952
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/control
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2012-02-11 06:28:40 UTC (rev 20401)
+++ packages/pycurl/trunk/debian/changelog 2012-02-11 11:53:06 UTC (rev 20402)
@@ -7,8 +7,10 @@
* debian/control
- bump Standards-Version to 3.9.2 (no changes needed)
- removed Conflicts/Replaces/Provides, not needed
+ - added libssh2-1-dev to build-depends; thanks to Jakub Wilk for the report;
+ Closes: #658952
- -- Sandro Tosi <morph at debian.org> Sun, 18 Sep 2011 10:06:12 +0200
+ -- Sandro Tosi <morph at debian.org> Sat, 11 Feb 2012 12:40:03 +0100
pycurl (7.19.0-4) unstable; urgency=low
Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control 2012-02-11 06:28:40 UTC (rev 20401)
+++ packages/pycurl/trunk/debian/control 2012-02-11 11:53:06 UTC (rev 20402)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>, Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-all-dbg, python-support (>= 0.7.1), libcurl4-gnutls-dev (>= 7.19.0), dpatch, librtmp-dev
+Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-all-dbg, python-support (>= 0.7.1), libcurl4-gnutls-dev (>= 7.19.0), dpatch, librtmp-dev, libssh2-1-dev
Standards-Version: 3.9.2
Homepage: http://pycurl.sourceforge.net
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycurl/trunk/
More information about the Python-modules-commits
mailing list