File: control

package info (click to toggle)
libgettext-commons-java 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 264 kB
  • ctags: 187
  • sloc: java: 1,024; xml: 206; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,074 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
Source: libgettext-commons-java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Putzo <andreas@putzo.net>,
 Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Build-Depends: cdbs, debhelper (>=7)
Build-Depends-Indep: libmaven-assembly-plugin-java, libsurefire-java,
 default-jdk, maven-debian-helper
Standards-Version: 3.8.4
Section: java
Homepage: http://xnap-commons.sourceforge.net/gettext-commons/
Vcs-Git: git://git.debian.org/pkg-java/libgettext-commons-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libgettext-commons-java.git

Package: libgettext-commons-java
Architecture: all
Depends: ${misc:Depends}, ${maven: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.