File: control

package info (click to toggle)
gettext-ant-tasks 0.9.7%2Bsvn206-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 117
  • sloc: java: 789; xml: 43; makefile: 17
file content (24 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: gettext-ant-tasks
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), ant, javahelper (>= 0.20), default-jdk
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-java/gettext-ant-tasks.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/gettext-ant-tasks.git
Homepage: http://code.google.com/p/gettext-commons/

Package: libgettext-ant-tasks-java
Architecture: all
Depends:
 ${misc:Depends},
 ${java:Depends}
Recommends: ant
Description: Java classes for internationalization (i18n) - Ant tasks
 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.
 .
 This package contains tasks to be used with the Ant build system.