~ubuntu-branches/ubuntu/raring/curl/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/06_always-disable-valgrind.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:
4
4
Forwarded: not-needed
5
5
Last-Update: 2012-10-22
6
6
 
7
 
--- curl-7.28.0.orig/tests/Makefile.am
8
 
+++ curl-7.28.0/tests/Makefile.am
9
 
@@ -59,7 +59,7 @@ TEST_Q =
10
 
 TEST_F =
11
 
 TEST_T =
 
7
--- a/tests/Makefile.am
 
8
+++ b/tests/Makefile.am
 
9
@@ -55,7 +55,7 @@
 
10
 if CROSSCOMPILING
 
11
 TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
12
12
 else # if not cross-compiling:
13
13
-TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
14
14
+TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -n
15
15
 TEST_Q = -a -s
 
16
 TEST_AM = -a -am
16
17
 TEST_F = -a -p -r
17
 
 TEST_T = -a -t