~ubuntu-branches/ubuntu/trusty/serf/trusty-security

« back to all changes in this revision

Viewing changes to debian/patches/out-of-tree

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson
  • Date: 2011-06-27 18:09:28 UTC
  • mfrom: (1.2.5 upstream)
  • mto: (3.3.1 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110627180928-ybwzd3hmx82nu3ir
Tags: 1.0.0~0+svn1514-1
* New upstream snapshot.
  - patches/abi-0.x: Remove as obsolete.
  - patches/kqueue: Forward-port.
  - Bump ABI: libserf0.7{,-dbg} -> libserf1{,-dbg}
  - patches/ip6-localhost: New patch: temporary (I hope) workaround for
    IPv4 / IPv6 confusion in testsuite.
* Implement Multi-Arch: same.
* libserf-dev Conflicts: libserf-0-0-dev, not Breaks.  Thanks, lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
--- a/Makefile.in
4
4
+++ b/Makefile.in
5
 
@@ -104,7 +104,7 @@
 
5
@@ -121,7 +121,7 @@ test/test_all: $(TARGET_LIB) $(TEST_SUIT
6
6
 check: test/serf_response test/test_all
7
7
        @for i in $(TESTCASES); \
8
8
                 do echo "== Testing $$i =="; \
11
11
        done;
12
12
        @echo "== Running test_all ==";
13
13
        @./test/test_all
14
 
@@ -135,6 +135,9 @@
 
14
@@ -152,6 +152,9 @@ mkdir-vpath:
15
15
        @if [ ! -d test ]; then \
16
16
                $(MKDIR) test; \
17
17
        fi;