diffstat for fop-1.0.dfsg2 fop-1.0.dfsg2 changelog | 12 ++++++++++++ control | 7 ++++--- rules | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff -Nru fop-1.0.dfsg2/debian/changelog fop-1.0.dfsg2/debian/changelog --- fop-1.0.dfsg2/debian/changelog 2012-01-15 10:14:02.000000000 +0000 +++ fop-1.0.dfsg2/debian/changelog 2012-07-12 14:13:51.000000000 +0000 @@ -1,3 +1,15 @@ +fop (1:1.0.dfsg2-6ubuntu1) quantal; urgency=low + + * Transition libservlet2.5-java -> libservlet3.0-java (LP: #1023405). + + -- James Page Thu, 12 Jul 2012 15:13:49 +0100 + +fop (1:1.0.dfsg2-6build1) quantal; urgency=low + + * No-change rebuild with openjdk-7 as default-jdk. + + -- James Page Fri, 18 May 2012 12:11:54 +0100 + fop (1:1.0.dfsg2-6) unstable; urgency=low [ Mathieu Malaterre ] diff -Nru fop-1.0.dfsg2/debian/control fop-1.0.dfsg2/debian/control --- fop-1.0.dfsg2/debian/control 2012-01-10 17:38:17.000000000 +0000 +++ fop-1.0.dfsg2/debian/control 2012-07-12 14:09:07.000000000 +0000 @@ -1,7 +1,8 @@ Source: fop Section: text Priority: optional -Maintainer: Debian Java Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Java Maintainers DM-Upload-Allowed: yes Uploaders: Sylvestre Ledru , Torsten Werner , @@ -12,7 +13,7 @@ libavalon-framework-java (>=4.1.2-2), libxalan2-java, libxerces2-java, default-jdk, libcommons-io-java, libxmlunit-java, libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.4), - libservlet2.5-java, libxml-commons-external-java, maven-repo-helper, libqdox-java, + libservlet3.0-java, libxml-commons-external-java, maven-repo-helper, libqdox-java, unzip Standards-Version: 3.9.2 Homepage: http://xmlgraphics.apache.org/fop/ @@ -23,7 +24,7 @@ Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libfop-java Recommends: libsaxon-java -Suggests: fop-doc, libservlet2.5-java +Suggests: fop-doc, libservlet3.0-java Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, diff -Nru fop-1.0.dfsg2/debian/rules fop-1.0.dfsg2/debian/rules --- fop-1.0.dfsg2/debian/rules 2012-01-10 17:38:17.000000000 +0000 +++ fop-1.0.dfsg2/debian/rules 2012-07-12 14:07:51.000000000 +0000 @@ -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-2.5 # 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 # ant-junit junit xmlunit DEB_ANT_BUILD_TARGET := package javadocs #junit #docs DEB_ANT_CLEAN_TARGET := distclean DEB_ANT_ARGS := -verbose