~ubuntu-branches/ubuntu/saucy/curl/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_runtests_gdb.patch

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
--- a/tests/runtests.pl
9
9
+++ b/tests/runtests.pl
10
 
@@ -3117,11 +3117,11 @@
 
10
@@ -3134,11 +3134,11 @@
11
11
     # run the command line we built
12
12
     if ($torture) {
13
13
         $cmdres = torture($CMDLINE,
21
21
         $cmdres=0; # makes it always continue after a debugged run
22
22
     }
23
23
     else {
24
 
@@ -3155,7 +3155,7 @@
 
24
@@ -3172,7 +3172,7 @@
25
25
             open(GDBCMD, ">$LOGDIR/gdbcmd2");
26
26
             print GDBCMD "bt\n";
27
27
             close(GDBCMD);