~ubuntu-branches/debian/sid/tclcurl/sid

« back to all changes in this revision

Viewing changes to debian/patches/correct-linking

  • Committer: Bazaar Package Importer
  • Author(s): Sven Hoexter
  • Date: 2009-08-05 21:30:47 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805213047-jfz9ljcp5fzrxa5o
Tags: 7.19.0-1
* New upstream release.
  + Refresh all patches.
  + Build-Depend at least on libcurl4 (>= 7.19.0).
* Update mail address of the upstream maintainer in debian/copyright.
* Bump Standards-Version to 3.8.2.
  + Add a debian/README.source file.
* Update debian/copyright with copyright information for Makefile.in
  and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in
  mysqltcl which has to applied here aswell.
* Add description header to all patches.
* Add patches/example-shebang. This patch adds a working shebang line
  to those example files that carry one (Thanks to Sergei).
* Set the permissions for the example files to 644, except for those
  with a working shebang line (Thanks to Sergei).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: TclCurl-7.17.1/configure
2
 
===================================================================
3
 
--- TclCurl-7.17.1.orig/configure       2007-12-15 15:14:05.000000000 +0100
4
 
+++ TclCurl-7.17.1/configure    2007-12-15 15:15:34.000000000 +0100
5
 
@@ -6494,7 +6494,16 @@
6
 
 echo "${ECHO_T}yes" >&6
 
1
Strip out a few libs from the linker to lower the amount of direct depedencies
 
2
for this package.
 
3
See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
 
4
--- a/configure
 
5
+++ b/configure
 
6
@@ -6914,7 +6914,16 @@ fi
 
7
 echo "${ECHO_T}yes" >&6; }
7
8
 
8
9
 
9
10
-    vars="`$curlpath/curl-config --libs`"
20
21
     for i in $vars; do
21
22
        if test "${TEA_PLATFORM}" = "windows" -a "$GCC" = "yes" ; then
22
23
            # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
23
 
Index: TclCurl-7.17.1/configure.in
24
 
===================================================================
25
 
--- TclCurl-7.17.1.orig/configure.in    2007-12-15 15:14:07.000000000 +0100
26
 
+++ TclCurl-7.17.1/configure.in 2007-12-15 15:15:55.000000000 +0100
27
 
@@ -127,7 +127,16 @@
 
24
--- a/configure.in
 
25
+++ b/configure.in
 
26
@@ -127,7 +127,16 @@ if test "${CURL_VERSION}" != "" ; then
28
27
 fi
29
28
 AC_MSG_RESULT(yes)
30
29