This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bookkeeper.
commit d8f864840bae2813e94fb03b60a18bc9e5c65450 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 16 10:14:32 2017 +0100 New dependency on libjna-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index de418f4..1ebf25b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bookkeeper (4.3.0-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patch + - New dependency on libjna-java * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 05b2ef4..94267c9 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 10), libcommons-configuration-java, libcommons-io-java, libguava-java (>= 18.0-4~), + libjna-java, liblog4j1.2-java (>= 1.2.15), libmaven-antrun-plugin-java, libmaven-dependency-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bookkeeper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

