This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jatl.
commit 0b7fdb864aab17a29af8362d3f670b3aa1657e14 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 30 00:28:55 2016 +0200 Depend on libcommons3-lang-java instead of libcommons-lang-java --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index eeac74c..12e9d9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -jatl (0.2.2-3) UNRELEASED; urgency=medium +jatl (0.2.3-1) UNRELEASED; urgency=medium + * New upstream release + - Depend on libcommons-lang3-java instead of libcommons-lang-java * Build with the DH sequencer instead of CDBS * Updated the Homepage field * Fixed the Vcs-* fields diff --git a/debian/control b/debian/control index c8b62cc..beffb78 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4, - libcommons-lang-java (>= 2.5), + libcommons-lang3-java, libmaven-bundle-plugin-java, Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jatl.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jatl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

