[pkg-java] r18813 - trunk/fop/debian
Mathieu Malaterre
malat at moszumanska.debian.org
Sun Aug 16 14:00:55 UTC 2015
Author: malat
Date: 2015-08-16 14:00:55 +0000 (Sun, 16 Aug 2015)
New Revision: 18813
Modified:
trunk/fop/debian/control
trunk/fop/debian/rules
Log:
trying to fix test suite
Modified: trunk/fop/debian/control
===================================================================
--- trunk/fop/debian/control 2015-08-16 11:56:48 UTC (rev 18812)
+++ trunk/fop/debian/control 2015-08-16 14:00:55 UTC (rev 18813)
@@ -9,12 +9,13 @@
Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5)
Build-Depends-Indep: ant-optional (>= 1.8.2),
default-jdk,
- junit,
+ junit4,
libavalon-framework-java (>= 4.1.2-2),
libbatik-java (>= 1.8),
libcommons-io-java,
libcommons-logging-java,
libfontbox-java,
+ libmockito-java,
libqdox-java (>= 1.12),
libservlet3.0-java,
libxalan2-java,
Modified: trunk/fop/debian/rules
===================================================================
--- trunk/fop/debian/rules 2015-08-16 11:56:48 UTC (rev 18812)
+++ trunk/fop/debian/rules 2015-08-16 14:00:55 UTC (rev 18813)
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := batik-all xml-apis-ext batik-libs xml-apis avalon-framework xercesImpl xmlParserAPIs xalan2 junit commons-io commons-logging xmlgraphics-commons servlet-api-3.0 fontbox # ant-junit junit xmlunit
+DEB_JARS := batik-all xml-apis-ext batik-libs xml-apis avalon-framework xercesImpl xmlParserAPIs xalan2 junit commons-io commons-logging xmlgraphics-commons servlet-api-3.0 fontbox # ant-junit junit xmlunit mockito-core
DEB_ANT_BUILD_TARGET := package javadocs #junit #docs
DEB_ANT_CLEAN_TARGET := distclean
DEB_ANT_ARGS := -verbose
More information about the pkg-java-commits
mailing list