This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgettext-commons-java.
commit cebfc7bca492d18c19851f49048532b83e55f196 Author: Emmanuel Bourg <[email protected]> Date: Sat Dec 12 23:04:32 2015 +0100 Wrap and sort --- debian/control | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 6a1a85b..920d7e3 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,23 @@ Source: libgettext-commons-java +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Andreas Putzo <[email protected]>, - Giovanni Mascellani <[email protected]> -Build-Depends: debhelper (>=9) -Build-Depends-Indep: libmaven-assembly-plugin-java, libsurefire-java, - default-jdk, maven-debian-helper +Uploaders: Andreas Putzo <[email protected]>, Giovanni Mascellani <[email protected]> +Build-Depends: debhelper (>=9), + default-jdk, + libmaven-assembly-plugin-java, + libsurefire-java, + maven-debian-helper Standards-Version: 3.9.6 -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 +Homepage: http://xnap-commons.sourceforge.net/gettext-commons/ Package: libgettext-commons-java Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} -Description: Java classes for internationalization (i18n) +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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgettext-commons-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

