Author: wbaer-guest Date: 2006-02-09 21:49:03 +0000 (Thu, 09 Feb 2006) New Revision: 1891
Removed: trunk/libcommons-fileupload-java/debian/README.Debian Modified: trunk/libcommons-fileupload-java/debian/changelog trunk/libcommons-fileupload-java/debian/control trunk/libcommons-fileupload-java/debian/rules Log: libcommons-fileupload-java (1.0-14) unstable; urgency=low * kaffe compiler transition * Bump debhelper version to fix linda error * Removed version constraints already fulfilled by stable * Formatted description * Removed unused and wrong README.Debian * Standards-Version 3.6.2 (no changes) Deleted: trunk/libcommons-fileupload-java/debian/README.Debian =================================================================== --- trunk/libcommons-fileupload-java/debian/README.Debian 2006-02-09 21:44:19 UTC (rev 1890) +++ trunk/libcommons-fileupload-java/debian/README.Debian 2006-02-09 21:49:03 UTC (rev 1891) @@ -1,8 +0,0 @@ -libcommons-fileupload-java for Debian -------------------------------------- - -This library is in contrib because of libcommons-beanutils-java and -libservlet2.3-java. As soon as these libs go to main, -libcommons-fileupload-java can go to main. - - -- Arnaud Vandyck <[EMAIL PROTECTED]>, Wed Jan 7 17:31:49 2004 Modified: trunk/libcommons-fileupload-java/debian/changelog =================================================================== --- trunk/libcommons-fileupload-java/debian/changelog 2006-02-09 21:44:19 UTC (rev 1890) +++ trunk/libcommons-fileupload-java/debian/changelog 2006-02-09 21:49:03 UTC (rev 1891) @@ -1,3 +1,15 @@ +libcommons-fileupload-java (1.0-14) unstable; urgency=low + + * kaffe compiler transition + * Bump debhelper version to fix linda error + * Removed version constraints already fulfilled by stable + * Formatted description + * Removed unused and wrong README.Debian + * Standards-Version 3.6.2 (no changes) + * Added myself to uploaders + + -- Wolfgang Baer <[EMAIL PROTECTED]> Wed, 1 Feb 2006 22:44:18 +0100 + libcommons-fileupload-java (1.0-13) unstable; urgency=low * libant1.6-java to ant transition Modified: trunk/libcommons-fileupload-java/debian/control =================================================================== --- trunk/libcommons-fileupload-java/debian/control 2006-02-09 21:44:19 UTC (rev 1890) +++ trunk/libcommons-fileupload-java/debian/control 2006-02-09 21:49:03 UTC (rev 1891) @@ -2,25 +2,22 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 4.0.0), cdbs (>= 0.4.5.3), jikes, ant, libcommons-beanutils-java (>= 1.5), libservlet2.3-java, kaffe (>= 2:1.1.4.RC1) -Standards-Version: 3.6.1 +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.5.3), ant, libcommons-beanutils-java, libservlet2.3-java, kaffe +Standards-Version: 3.6.2 Package: libcommons-fileupload-java Architecture: all -Depends: kaffe (>= 2:1.1.4.RC1) | java1-runtime | java2-runtime, libcommons-beanutils-java (>= 1.3), libservlet2.3-java +Depends: kaffe | java1-runtime | java2-runtime, libcommons-beanutils-java, libservlet2.3-java Suggests: java-virtual-machine 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. + The Commons FileUpload package makes it easy to add robust, high-performance, + file upload capability to your servlets and web applications. . - FileUpload parses HTTP requests which conform to RFC 1867 , - "Form-based File Upload in HTML". That is, if an HTTP request is - submitted using the POST method, and with a content type of - "multipart/form-data", then FileUpload can parse that request, and - make the results available in a manner easily used by the caller. + FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File + Upload in HTML". That is, if an HTTP request is submitted using the POST + method, and with a content type of "multipart/form-data", then FileUpload + can parse that request, and make the results available in a manner easily + used by the caller. . - This is a part of the Apache Jakarta Project. - Home: <http://jakarta.apache.org/commons/fileupload/> - + Homepage: <http://jakarta.apache.org/commons/fileupload/> Modified: trunk/libcommons-fileupload-java/debian/rules =================================================================== --- trunk/libcommons-fileupload-java/debian/rules 2006-02-09 21:44:19 UTC (rev 1890) +++ trunk/libcommons-fileupload-java/debian/rules 2006-02-09 21:49:03 UTC (rev 1891) @@ -8,7 +8,6 @@ JAVA_HOME_DIRS := /usr/lib/kaffe ANT_HOME := /usr/share/ant DEB_JARS := servlet-2.3 $(ANT_HOME)/lib/ant-launcher.jar -DEB_ANT_COMPILER := jikes DEB_ANT_BUILD_TARGET := dist LIBRARY=commons-fileupload _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

