]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Refresh patches/correct-linking.
authorSven Hoexter <sven@timegate.de>
Wed, 30 Sep 2009 19:05:26 +0000 (19:05 +0000)
committerSven Hoexter <sven@timegate.de>
Wed, 30 Sep 2009 19:05:26 +0000 (19:05 +0000)
debian/changelog
debian/patches/correct-linking

index 30c14adddecad5f900d08992d4e60aec894e41a2..0dbad798c10da19bfb8be45cd9b2eaea60774bc5 100644 (file)
@@ -2,9 +2,10 @@ tclcurl (7.19.6-1) unstable; urgency=low
 
   * New upstream release.
     + Build-Depend at least on libcurl4 (>= 7.19.6).
+    + Refresh patches/correct-linking.
   * Bumb Standards-Version to 3.8.3 - no changes.
 
- --
+ -- Sven Hoexter <hoexter@debian.org>  Wed, 30 Sep 2009 20:55:25 +0200
 
 tclcurl (7.19.0-1) unstable; urgency=low
 
index c19a066a5ff14b4aedc953b16bacfc69bb9d28bb..d7068de5fccfdb978f4b581bff7870a5df831b0b 100644 (file)
@@ -3,8 +3,8 @@ for this package.
 See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
 --- a/configure
 +++ b/configure
-@@ -6914,7 +6914,16 @@ fi
echo "${ECHO_T}yes" >&6; }
+@@ -7290,7 +7290,16 @@ fi
$as_echo "yes" >&6; }
  
  
 -    vars="`$curlpath/curl-config --libs`"
@@ -23,7 +23,7 @@ See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
            # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
 --- a/configure.in
 +++ b/configure.in
-@@ -127,7 +127,16 @@ if test "${CURL_VERSION}" != "" ; then
+@@ -134,7 +134,16 @@ if test "${CURL_VERSION}" != "" ; then
  fi
  AC_MSG_RESULT(yes)
  
@@ -40,4 +40,4 @@ See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
 +
  
  #--------------------------------------------------------------------
- # A few miscellaneous platform-specific items:
+ # __CHANGE__