[pkg-java] r14388 - trunk/fop/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Aug 22 14:30:23 UTC 2011


Author: malat-guest
Date: 2011-08-22 14:30:22 +0000 (Mon, 22 Aug 2011)
New Revision: 14388

Modified:
   trunk/fop/debian/control
   trunk/fop/debian/rules
Log:
reactivate qdox

Modified: trunk/fop/debian/control
===================================================================
--- trunk/fop/debian/control	2011-08-22 14:24:45 UTC (rev 14387)
+++ trunk/fop/debian/control	2011-08-22 14:30:22 UTC (rev 14388)
@@ -13,7 +13,7 @@
  libavalon-framework-java (>=4.1.2-2), libxalan2-java,
  libxerces2-java, default-jdk, libcommons-io-java,
  libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.4),
- libservlet2.4-java, libxml-commons-external-java, maven-repo-helper
+ libservlet2.4-java, libxml-commons-external-java, maven-repo-helper, libqdox-java
 Standards-Version: 3.9.2
 Homepage: http://xmlgraphics.apache.org/fop/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/fop

Modified: trunk/fop/debian/rules
===================================================================
--- trunk/fop/debian/rules	2011-08-22 14:24:45 UTC (rev 14387)
+++ trunk/fop/debian/rules	2011-08-22 14:30:22 UTC (rev 14388)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_JARS             := $(ANT_HOME)/lib/ant-trax.jar batik-all xml-apis-ext batik-libs xml-apis avalon-framework xercesImpl xmlParserAPIs xalan2 junit commons-io commons-logging xmlgraphics-commons servlet-api-2.4
+DEB_JARS             := $(ANT_HOME)/lib/ant-trax.jar batik-all xml-apis-ext batik-libs xml-apis avalon-framework xercesImpl xmlParserAPIs xalan2 junit commons-io commons-logging xmlgraphics-commons servlet-api-2.4 qdox
 DEB_ANT_BUILD_TARGET := package javadocs #docs
 DEB_ANT_CLEAN_TARGET := distclean
 DEB_ANT_ARGS := -verbose




More information about the pkg-java-commits mailing list