[pkg-java] r17546 - trunk/libcommons-fileupload-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Dec 3 09:36:16 UTC 2013
Author: ebourg-guest
Date: 2013-12-03 09:36:16 +0000 (Tue, 03 Dec 2013)
New Revision: 17546
Modified:
trunk/libcommons-fileupload-java/debian/changelog
trunk/libcommons-fileupload-java/debian/control
Log:
Removed the Servlet and the Portlet APIs from the runtime dependencies since they are provided by the Servlet container
Modified: trunk/libcommons-fileupload-java/debian/changelog
===================================================================
--- trunk/libcommons-fileupload-java/debian/changelog 2013-12-03 09:25:28 UTC (rev 17545)
+++ trunk/libcommons-fileupload-java/debian/changelog 2013-12-03 09:36:16 UTC (rev 17546)
@@ -2,6 +2,8 @@
* Set the project.build.sourceEncoding property to fix a test failure
(Closes: #730970)
+ * Removed the Servlet and the Portlet APIs from the runtime dependencies
+ since they are provided by the Servlet container.
* Install the upstream changelog
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
Modified: trunk/libcommons-fileupload-java/debian/control
===================================================================
--- trunk/libcommons-fileupload-java/debian/control 2013-12-03 09:25:28 UTC (rev 17545)
+++ trunk/libcommons-fileupload-java/debian/control 2013-12-03 09:36:16 UTC (rev 17546)
@@ -17,8 +17,7 @@
Package: libcommons-fileupload-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Recommends: ${maven:OptionalDepends}
+Depends: ${misc:Depends}, libcommons-io-java
Description: File upload capability to your servlets and web applications
The Commons FileUpload package makes it easy to add robust, high-performance,
file upload capability to your servlets and web applications.
More information about the pkg-java-commits
mailing list