[pkg-java] r14367 - trunk/libwoodstox-java/debian

Giovanni Mascellani gio at alioth.debian.org
Sun Aug 21 09:43:28 UTC 2011


Author: gio
Date: 2011-08-21 09:43:28 +0000 (Sun, 21 Aug 2011)
New Revision: 14367

Modified:
   trunk/libwoodstox-java/debian/control
Log:
Dependencies fixed.


Modified: trunk/libwoodstox-java/debian/control
===================================================================
--- trunk/libwoodstox-java/debian/control	2011-08-21 09:32:50 UTC (rev 14366)
+++ trunk/libwoodstox-java/debian/control	2011-08-21 09:43:28 UTC (rev 14367)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends-Indep: ant, ant-optional, default-jdk, junit
+Build-Depends-Indep: ant, ant-optional, default-jdk, junit, libmsv-java,
+ libstax2-api-java, librelaxng-datatype-java, libknopflerfish-osgi-framework-java
 Build-Depends: cdbs, debhelper (>= 5), maven-repo-helper (>= 1.4)
 Standards-Version: 3.9.2
 Homepage: http://woodstox.codehaus.org/
@@ -12,7 +13,8 @@
 
 Package: libwoodstox-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libmsv-java, libstax2-api-java,
+ librelaxng-datatype-java, libknopflerfish-osgi-framework-java
 Description: high-performance XML processor
  Woodstox is a high-performance validating namespace-aware
  StAX-compliant (JSR-173) Open Source XML-processor written in




More information about the pkg-java-commits mailing list