File: control

package info (click to toggle)
commons-beanutils 1.10.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,628 kB
  • sloc: java: 33,005; xml: 2,290; makefile: 4; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,160 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
Source: commons-beanutils
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Claude <ludovic.claude@laposte.net>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 libcommons-collections3-java,
 libcommons-logging-java,
 libcommons-parent-java (>= 39),
 libmaven-antrun-plugin-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 2.0.2~)
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/java-team/commons-beanutils.git
Vcs-Browser: https://salsa.debian.org/java-team/commons-beanutils
Homepage: http://commons.apache.org/beanutils/

Package: libcommons-beanutils-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Apache Commons BeanUtils - Utility for manipulating Java beans
 The BeanUtils Component contains a set of Java classes that provide
 static utility methods useful in manipulating Java classes that conform
 to the JavaBeans Specification naming patterns for bean properties in a
 dynamic fashion.