[xml/sgml-commit] r2161 - in /packages/epubcheck/trunk/debian: changelog patches/fixtestexec.patch patches/series rules
malat at users.alioth.debian.org
malat at users.alioth.debian.org
Sun Feb 17 17:02:24 UTC 2013
Author: malat
Date: Sun Feb 17 17:02:23 2013
New Revision: 2161
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2161
Log:
Prepare next upload
Added:
packages/epubcheck/trunk/debian/patches/fixtestexec.patch
Modified:
packages/epubcheck/trunk/debian/changelog
packages/epubcheck/trunk/debian/patches/series
packages/epubcheck/trunk/debian/rules
Modified: packages/epubcheck/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/changelog?rev=2161&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/changelog (original)
+++ packages/epubcheck/trunk/debian/changelog Sun Feb 17 17:02:23 2013
@@ -1,6 +1,7 @@
epubcheck (1.2-2) unstable; urgency=low
* Switch Arch: any to Arch: all
+ * Run test suite
-- Mathieu Malaterre <malat at debian.org> Sun, 17 Feb 2013 17:50:43 +0100
Added: packages/epubcheck/trunk/debian/patches/fixtestexec.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/fixtestexec.patch?rev=2161&op=file
==============================================================================
--- packages/epubcheck/trunk/debian/patches/fixtestexec.patch (added)
+++ packages/epubcheck/trunk/debian/patches/fixtestexec.patch Sun Feb 17 17:02:23 2013
@@ -1,0 +1,9 @@
+Index: epubcheck-1.2/testdocs/autotest.sh
+===================================================================
+--- epubcheck-1.2.orig/testdocs/autotest.sh 2013-02-17 17:55:49.546279227 +0100
++++ epubcheck-1.2/testdocs/autotest.sh 2013-02-17 17:56:16.306278871 +0100
+@@ -1,2 +1,2 @@
+-java -cp ../dist/epubcheck-1.1.jar:../lib/jing.jar:../lib/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./general/tests.xml ./general/
+-java -cp ../dist/epubcheck-1.1.jar:../lib/jing.jar:../lib/saxon.jar com.adobe.epubcheck.autotest.AutoTest ./issues/issues.xml ./issues/
++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/
++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/
Modified: packages/epubcheck/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/patches/series?rev=2161&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/patches/series (original)
+++ packages/epubcheck/trunk/debian/patches/series Sun Feb 17 17:02:23 2013
@@ -1,2 +1,3 @@
+fixtestexec.patch
fixencoding.patch
fixrelativepath.patch
Modified: packages/epubcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/epubcheck/trunk/debian/rules?rev=2161&op=diff
==============================================================================
--- packages/epubcheck/trunk/debian/rules (original)
+++ packages/epubcheck/trunk/debian/rules Sun Feb 17 17:02:23 2013
@@ -21,6 +21,9 @@
find . -name *.class -delete
rm -rf bin
+override_dh_auto_test:
+ (cd testdocs && sh -x autotest.sh)
+
VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
debian/epubcheck.1: debian/epubcheck.1.in
More information about the debian-xml-sgml-commit
mailing list