File: control

package info (click to toggle)
libcommons-fileupload-java 1.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: java: 4,840; xml: 2,228; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 1,956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: libcommons-fileupload-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libcommons-io-java,
 libmaven-javadoc-plugin-java,
 libportlet-api-2.0-spec-java,
 libservlet-api-java,
 maven-debian-helper (>= 2.0)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libcommons-fileupload-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-fileupload-java
Homepage: https://commons.apache.org/proper/commons-fileupload/
Rules-Requires-Root: no

Package: libcommons-fileupload-java
Architecture: all
Depends: libcommons-io-java, ${misc:Depends}
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.
 .
 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.

Package: libcommons-fileupload-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libcommons-fileupload-java
Description: Javadoc API documentation for Commons FileUploads
 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 package contains Javadoc API documentation for Commons FileUpload.