This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-codec-java.
commit 45f08d3c615f24d43ac3ca9142f90a9bae308258 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 14 11:50:28 2017 +0100 New build dependency on libcommons-lang3-java --- debian/changelog | 4 +++- debian/control | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cde73ce..766c141 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -libcommons-codec-java (1.10-2) UNRELEASED; urgency=medium +libcommons-codec-java (1.11-1) UNRELEASED; urgency=medium + * New upstream release + - New build dependency on libcommons-lang3-java * Build with Maven instead of Ant * Standards-Version updated to 4.1.1 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 1e26edf..58a3f64 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 10), default-jdk, junit4, + libcommons-lang3-java, libcommons-parent-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-codec-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

