File: control

package info (click to toggle)
libgettext-commons-java 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: java: 1,024; xml: 530; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,231 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
Source: libgettext-commons-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Putzo <andreas@putzo.net>,
           Giovanni Mascellani <gio@debian.org>,
           tony mancill <tmancill@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               junit,
               libmaven-assembly-plugin-java,
               libmaven-bundle-plugin-java,
               libsurefire-java,
               maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libgettext-commons-java
Vcs-Git: https://salsa.debian.org/java-team/libgettext-commons-java.git
Homepage: https://github.com/jgettext/gettext-commons

Package: libgettext-commons-java
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java classes for internationalization (i18n)
 Lightweight library combining the power of the unix-style gettext tools
 with the widely used Java ResourceBundles.
 This makes it possible to use the original text instead of arbitrary property
 keys, which is less cumbersome and makes programs easier to read.