Codebase list epubcheck / cff4b63
Prepare next upload malat 11 years ago
4 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 epubcheck (1.2-2) unstable; urgency=low
11
22 * Switch Arch: any to Arch: all
3 * Run test suite
34
45 -- Mathieu Malaterre <malat@debian.org> Sun, 17 Feb 2013 17:50:43 +0100
56
0 Index: epubcheck-1.2/testdocs/autotest.sh
1 ===================================================================
2 --- epubcheck-1.2.orig/testdocs/autotest.sh 2013-02-17 17:55:49.546279227 +0100
3 +++ epubcheck-1.2/testdocs/autotest.sh 2013-02-17 17:56:16.306278871 +0100
4 @@ -1,2 +1,2 @@
5 -java -cp ../dist/epubcheck-1.1.jar:../lib/jing.jar:../lib/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./general/tests.xml ./general/
6 -java -cp ../dist/epubcheck-1.1.jar:../lib/jing.jar:../lib/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./issues/issues.xml ./issues/
7 +java -cp ../dist/epubcheck-1.2.jar:/usr/share/java/jing.jar:/usr/share/java/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./general/tests.xml ./general/
8 +java -cp ../dist/epubcheck-1.2.jar:/usr/share/java/jing.jar:/usr/share/java/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./issues/issues.xml ./issues/
0 fixtestexec.patch
01 fixencoding.patch
12 fixrelativepath.patch
2020 find . -name *.class -delete
2121 rm -rf bin
2222
23 override_dh_auto_test:
24 (cd testdocs && sh -x autotest.sh)
25
2326 VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
2427
2528 debian/epubcheck.1: debian/epubcheck.1.in