[pkg-java] r16362 - trunk/fop/debian
Mathieu Malaterre
malat at alioth.debian.org
Wed Nov 21 10:34:15 UTC 2012
Author: malat
Date: 2012-11-21 10:34:15 +0000 (Wed, 21 Nov 2012)
New Revision: 16362
Modified:
trunk/fop/debian/changelog
trunk/fop/debian/control
Log:
Fix current issue with fop in experimental
Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog 2012-11-20 14:36:17 UTC (rev 16361)
+++ trunk/fop/debian/changelog 2012-11-21 10:34:15 UTC (rev 16362)
@@ -1,3 +1,10 @@
+fop (1:1.1.dfsg-2) UNRELEASED; urgency=low
+
+ * Make sure fop install correct libfop-java version
+ * fop now required qdox >= 1.12 to build
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 21 Nov 2012 11:33:05 +0100
+
fop (1:1.1.dfsg-1) experimental; urgency=low
* New upstream. Closes: #691474
Modified: trunk/fop/debian/control
===================================================================
--- trunk/fop/debian/control 2012-11-20 14:36:17 UTC (rev 16361)
+++ trunk/fop/debian/control 2012-11-21 10:34:15 UTC (rev 16362)
@@ -8,10 +8,10 @@
Vincent Fourmond <fourmond at debian.org>
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.27)
Build-Depends-Indep: ant-optional (>= 1.8.2), libbatik-java (>= 1.7),
- libavalon-framework-java (>=4.1.2-2), libxalan2-java,
+ 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.5),
- libservlet2.5-java, libxml-commons-external-java, maven-repo-helper, libqdox-java,
+ libservlet2.5-java, libxml-commons-external-java, maven-repo-helper, libqdox-java (>= 1.12),
unzip
Standards-Version: 3.9.3
Homepage: http://xmlgraphics.apache.org/fop/
@@ -20,7 +20,7 @@
Package: fop
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libfop-java
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libfop-java (= ${binary:Version})
Recommends: libsaxon-java
Suggests: fop-doc, libservlet2.5-java
Description: XML formatter driven by XSL Formatting Objects (XSL-FO.)
More information about the pkg-java-commits
mailing list