[Python-modules-commits] r9279 - in packages/pycurl/trunk/debian (changelog rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Fri Aug 7 16:06:35 UTC 2009


    Date: Friday, August 7, 2009 @ 16:06:34
  Author: bzed
Revision: 9279

Use /usr/bin/curl-config --version to find the libcurl version
to depend on (Closes: #527546). Thanks to Samuel Bronson.

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

Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog	2009-08-06 21:10:01 UTC (rev 9278)
+++ packages/pycurl/trunk/debian/changelog	2009-08-07 16:06:34 UTC (rev 9279)
@@ -1,10 +1,15 @@
-pycurl (7.19.0-2) UNRELEASED; urgency=low
+pycurl (7.19.0-2) unstable; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - bump Standards-Version to 3.8.2 (no changes needed)
 
- -- Sandro Tosi <morph at debian.org>  Tue, 07 Jul 2009 19:04:50 +0200
+  [ Bernd Zeimetz ]
+  * Use /usr/bin/curl-config --version to find the libcurl version
+    to depend on (Closes: #527546). Thanks to Samuel Bronson.
 
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 07 Aug 2009 18:00:37 +0200
+
 pycurl (7.19.0-1) unstable; urgency=low
 
   [ Bernd Zeimetz ]

Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules	2009-08-06 21:10:01 UTC (rev 9278)
+++ packages/pycurl/trunk/debian/rules	2009-08-07 16:06:34 UTC (rev 9279)
@@ -9,7 +9,7 @@
 export DH_OPTIONS
 
 PYVERS := $(shell pyversions -vs)
-CURLVERS := $(shell dpkg-parsechangelog  | grep '^Version' | sed 's,Version: \([^-]*\).*,\1,')
+CURLVERS := $(shell /usr/bin/curl-config --version | awk '{print $2}')
 
 unexport LDFLAGS
 export FFLAGS="-fPIC"




More information about the Python-modules-commits mailing list