This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 0c62529b7c610f02df7e1f09fee887597ac36020 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 12 11:10:01 2018 +0100 Wrap and sort --- debian/control | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index 1caf0ee..eea1bad 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,23 @@ Source: libcommons-logging-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Niels Thykier <[email protected]>, - Emmanuel Bourg <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: ant-optional, cdbs, debhelper (>= 10), default-jdk -Build-Depends-Indep: junit, - libavalon-framework-java, - libcommons-parent-java, - libexcalibur-logkit-java, - liblog4j1.2-java, - libservlet3.1-java, - maven-repo-helper +Uploaders: + Varun Hiremath <[email protected]>, + Niels Thykier <[email protected]>, + Emmanuel Bourg <[email protected]>, + Jakub Adam <[email protected]> +Build-Depends: + ant-optional, + cdbs, + debhelper (>= 10), + default-jdk, + junit, + libavalon-framework-java, + libcommons-parent-java, + libexcalibur-logkit-java, + liblog4j1.2-java, + libservlet3.1-java, + maven-repo-helper Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libcommons-logging-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libcommons-logging-java.git @@ -20,10 +27,11 @@ Homepage: http://commons.apache.org/logging Package: libcommons-logging-java Architecture: all Depends: libcommons-parent-java, ${misc:Depends} -Suggests: libavalon-framework-java, - libcommons-logging-java-doc, - libexcalibur-logkit-java, - liblog4j1.2-java +Suggests: + libavalon-framework-java, + libcommons-logging-java-doc, + libexcalibur-logkit-java, + liblog4j1.2-java Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

