This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang-java.
commit 3c6e5ea556a9dc7308c82fd54b01b8aff571dec8 Author: Markus Koschany <[email protected]> Date: Tue Nov 17 15:15:31 2015 +0000 Release 2.6-6 --- debian/changelog | 4 +++- debian/control | 31 +++++++++++++++++++++++-------- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 923ca13..8810719 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ libcommons-lang-java (2.6-6) unstable; urgency=medium * Team upload. * Transition to bnd 2.1.0. Fix obsolete bnd parameter syntax in debian/rules. + * wrap-and-sort -sa. + * Vcs-Browser: Use https. - -- Markus Koschany <[email protected]> Thu, 04 Jun 2015 22:08:52 +0200 + -- Markus Koschany <[email protected]> Tue, 17 Nov 2015 16:09:31 +0100 libcommons-lang-java (2.6-5) unstable; urgency=medium diff --git a/debian/control b/debian/control index f9ca754..a2a4b1b 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,30 @@ Source: libcommons-lang-java Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.7), ant -Build-Depends-Indep: libcommons-parent-java (>= 12), junit (>= 3.8.1), bnd, default-jdk-doc +Uploaders: + Emmanuel Bourg <[email protected]> +Build-Depends: + ant, + debhelper (>= 9), + default-jdk, + maven-repo-helper (>= 1.7) +Build-Depends-Indep: + bnd (>= 2.1.0), + default-jdk-doc, + junit (>= 3.8.1), + libcommons-parent-java (>= 12) Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-lang-java -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-lang-java +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-lang-java Homepage: http://commons.apache.org/lang/ Package: libcommons-lang-java Architecture: all -Depends: ${misc:Depends}, libcommons-parent-java (>= 12) -Suggests: libcommons-lang-java-doc +Depends: + libcommons-parent-java (>= 12), + ${misc:Depends} +Suggests: + libcommons-lang-java-doc Description: Commons Lang - an extension of the java.lang package The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the @@ -37,8 +49,11 @@ Description: Commons Lang - an extension of the java.lang package Package: libcommons-lang-java-doc Section: doc Architecture: all -Depends: ${misc:Depends} -Suggests: libcommons-lang-java, default-jdk-doc +Depends: + ${misc:Depends} +Suggests: + default-jdk-doc, + libcommons-lang-java Description: Documentation for Commons Lang - an extension of the java.lang package The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

