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
|
Source: gettext-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-debian-helper (>= 2.1),
libmaven-plugin-tools-java (>= 3.5),
libmaven-reporting-api-java (>= 4.0.0),
libmaven-reporting-impl-java (>= 4.0.0),
libmaven3-core-java (>= 2.0),
libplexus-utils2-java
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/gettext-maven-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/gettext-maven-plugin
Homepage: https://github.com/rlf/maven-gettext-plugin
Package: libgettext-maven-plugin-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
${maven:OptionalDepends}
Description: plugin to integrate gettext tools into a Maven build
The gettext-commons library combines 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 includes the Maven plugin.
|