[pkg-java] r16856 - trunk/derby/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri Jun 7 16:19:33 UTC 2013
Author: ebourg-guest
Date: 2013-06-07 16:19:33 +0000 (Fri, 07 Jun 2013)
New Revision: 16856
Modified:
trunk/derby/debian/ant.properties
trunk/derby/debian/changelog
trunk/derby/debian/control
Log:
Added a dependency on the Servlet API to fix the incomplete compilation of derbynet.jar
Modified: trunk/derby/debian/ant.properties
===================================================================
--- trunk/derby/debian/ant.properties 2013-06-07 15:47:23 UTC (rev 16855)
+++ trunk/derby/debian/ant.properties 2013-06-07 16:19:33 UTC (rev 16856)
@@ -2,3 +2,4 @@
sane=false
deprecation=off
junit=/usr/share/java/junit.jar
+servlet24=/usr/share/java/servlet-api-3.0.jar
Modified: trunk/derby/debian/changelog
===================================================================
--- trunk/derby/debian/changelog 2013-06-07 15:47:23 UTC (rev 16855)
+++ trunk/derby/debian/changelog 2013-06-07 16:19:33 UTC (rev 16856)
@@ -15,6 +15,8 @@
* Removed the Javadoc for the tests from the documentation package
* Installed Maven poms to /usr/share/maven-repo
* Added the missing patch descriptions
+ * Added a dependency on the Servlet API to fix the incomplete compilation
+ of derbynet.jar
-- Emmanuel Bourg <ebourg at apache.org> Fri, 07 Jun 2013 00:51:41 +0200
Modified: trunk/derby/debian/control
===================================================================
--- trunk/derby/debian/control 2013-06-07 15:47:23 UTC (rev 16855)
+++ trunk/derby/debian/control 2013-06-07 16:19:33 UTC (rev 16856)
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth at ceh.ac.uk>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, javacc (>= 5.0-5), junit, liboro-java, ant (>= 1.7), maven-repo-helper
+Build-Depends: debhelper (>= 9), default-jdk, javacc (>= 5.0-5), junit, liboro-java, ant (>= 1.7),
+ maven-repo-helper, libservlet3.0-java
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/derby
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/derby
@@ -26,6 +27,7 @@
Package: libderby-java
Architecture: all
Depends: ${misc:Depends}
+Recommends: libservlet3.0-java
Suggests: derby-doc
Description: Apache Derby Database Engine and Embedded JDBC Driver
Apache Derby is an open source relational database implemented entirely
@@ -39,8 +41,8 @@
Network Client JDBC driver and Derby Network Server.
* Derby is easy to install, deploy, and use.
.
- This package includes the database server, the embedded JDBC driver, utilities
- and localisations.
+ This package includes the database server, the embedded JDBC driver and
+ localisations.
Package: derby-tools
Architecture: all
More information about the pkg-java-commits
mailing list