Codebase list unrtf / 69940ac
Remove all patches, they have all been applied upstream Willi Mann 11 years ago
4 changed file(s) with 0 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
+0
-19
debian/patches/0001-Disable-latex-test-latex-output-is-broken.patch less more
0 From: Willi Mann <willi@wm1.at>
1 Date: Tue, 25 Dec 2012 19:59:41 +0100
2 Subject: Disable latex test - latex output is broken
3
4 ---
5 tests/Makefile.am | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/tests/Makefile.am b/tests/Makefile.am
9 index 25cbe0a..057ff90 100644
10 --- a/tests/Makefile.am
11 +++ b/tests/Makefile.am
12 @@ -1,5 +1,5 @@
13 # executable test scripts to perform
14 -TESTS = test_html.sh test_latex.sh
15 +TESTS = test_html.sh
16
17 # the data set for the tests
18 testdata = \
+0
-20
debian/patches/0002-Get-fully-rid-of-hardcoded-local-lib-paths.patch less more
0 From: Willi Mann <willi@wm1.at>
1 Date: Wed, 26 Dec 2012 10:03:47 +0100
2 Subject: Get fully rid of hardcoded local/lib paths
3
4 ---
5 src/path.h | 1 +
6 1 file changed, 1 insertion(+)
7
8 diff --git a/src/path.h b/src/path.h
9 index e38f52e..00be872 100644
10 --- a/src/path.h
11 +++ b/src/path.h
12 @@ -1,6 +1,7 @@
13 #ifndef _PATH_H_INCLUDED_
14 #define _PATH_H_INCLUDED_
15
16 +#define DEFAULT_UNRTF_SEARCH_PATH PKGDATADIR "/"
17 #define DEFAULT_UNRTF_SEARCH_PATH CONFIG_DIR
18
19 extern char *search_path;
+0
-29
debian/patches/0003-Update-test-file-set-to-ensure-proper-cleaning-of-te.patch less more
0 From: Willi Mann <willi@wm1.at>
1 Date: Wed, 26 Dec 2012 10:38:56 +0100
2 Subject: Update test file set to ensure proper cleaning of tests dir
3
4 ---
5 tests/Makefile.am | 3 +++
6 1 file changed, 3 insertions(+)
7
8 diff --git a/tests/Makefile.am b/tests/Makefile.am
9 index 057ff90..d4814c1 100644
10 --- a/tests/Makefile.am
11 +++ b/tests/Makefile.am
12 @@ -18,6 +18,8 @@ testdata = \
13 cp1251-russian-alphabet.rtf \
14 font_size.rtf \
15 font_styles.rtf \
16 + Greek1.rtf \
17 + Greek2.rtf \
18 lists.rtf \
19 paragraph_formatting.rtf \
20 pict.rtf \
21 @@ -25,6 +27,7 @@ testdata = \
22 symbol.rtf \
23 text_color.rtf \
24 text_formatting.rtf \
25 + Turkish.rtf \
26 unicode4.rtf
27
28 # the result set for the html test
+0
-3
debian/patches/series less more
0 0001-Disable-latex-test-latex-output-is-broken.patch
1 0002-Get-fully-rid-of-hardcoded-local-lib-paths.patch
2 0003-Update-test-file-set-to-ensure-proper-cleaning-of-te.patch