File: control

package info (click to toggle)
joda-convert 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 688 kB
  • ctags: 827
  • sloc: java: 4,426; xml: 1,051; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,808 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
Source: joda-convert
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper (>= 10),
 default-jdk,
 default-jdk-doc,
 junit4,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 maven-debian-helper (>= 2.0)
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/joda-convert.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/joda-convert.git
Homepage: http://www.joda.org/joda-convert/

Package: libjoda-convert-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libjoda-convert-java-doc, ${maven:OptionalDepends}
Description: Joda Convert - Java API to convert Objects to and from Strings
 Joda-Convert provides a small set of classes to aid conversion between Objects
 and Strings. It is not intended to tackle the wider problem of Object to
 Object transformation. Joda-Convert supports two mechanisms of extending the
 list of supported conversions. The first is to write your own converter
 implementing an interface. The second is to use annotations.

Package: libjoda-convert-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libjoda-convert-java, ${maven:DocOptionalDepends}
Description: Documentation for Joda Convert
 Joda-Convert provides a small set of classes to aid conversion between Objects
 and Strings. It is not intended to tackle the wider problem of Object to
 Object transformation. Joda-Convert supports two mechanisms of extending the
 list of supported conversions. The first is to write your own converter
 implementing an interface. The second is to use annotations.
 .
 This package contains the API documentation of libjoda-convert-java.