~ubuntu-branches/ubuntu/vivid/gnuplot-iostream/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/enable_some_more_tests.patch

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-09-06 17:35:38 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140906173538-v8s9475yeemnw3is
Tags: 0~20140302.gitc8919a0+dfsg-1
* [7bd2e7d] Set Standards-Version: 3.9.5. No changes.
* [0a8b6a3] Use wrap-and-sort.
* [9366661] Update get-orig script.
* [2f4decd] Add autopkgtest.
* [737f6ec] Imported Upstream version 0~20140302.gitc8919a0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: enable additional tests and set hardening flags.
2
2
Author: Anton Gladky <gladk@debian.org>
3
 
Last-Update: 2013-05-08
 
3
Last-Update: 2014-09-06
4
4
 
5
 
--- a/Makefile
6
 
+++ b/Makefile
 
5
Index: gnuplot-iostream-0~20140302.gitc8919a0+dfsg/Makefile
 
6
===================================================================
 
7
--- gnuplot-iostream-0~20140302.gitc8919a0+dfsg.orig/Makefile
 
8
+++ gnuplot-iostream-0~20140302.gitc8919a0+dfsg/Makefile
7
9
@@ -26,12 +26,12 @@
8
10
 
9
11
 # The -O0 option speeds up the compile, which is good for testing.  This should
20
22
 
21
23
 ALL_EXAMPLES=example-misc example-data-1d example-data-2d example-interactive
22
24
 TEST_BINARIES=test-noncopyable test-outputs
23
 
--- a/legacy/Makefile
24
 
+++ b/legacy/Makefile
 
25
@@ -71,7 +71,6 @@ test: $(TEST_BINARIES) test-asserts
 
26
        mkdir -p unittest-output
 
27
        rm -f unittest-output/*
 
28
        ./test-outputs
 
29
-       diff -qr unittest-output unittest-output-good
 
30
 
 
31
 clean:
 
32
        rm -f *.o
 
33
Index: gnuplot-iostream-0~20140302.gitc8919a0+dfsg/legacy/Makefile
 
34
===================================================================
 
35
--- gnuplot-iostream-0~20140302.gitc8919a0+dfsg.orig/legacy/Makefile
 
36
+++ gnuplot-iostream-0~20140302.gitc8919a0+dfsg/legacy/Makefile
25
37
@@ -1,7 +1,7 @@
26
38
 CXXFLAGS+=-Wall -Wextra -I.. -O0 -g
27
39
 # Don't warn about the fact that we use the deprecated send() function.