This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-archiver.
commit 7fd8292f5a79f72bd3e72edfab75b8ef182572e3 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 17:07:22 2017 +0200 New dependency on libsnappy-java --- debian/changelog | 4 ++-- debian/control | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c21a4d..71828a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -plexus-archiver (2.9-1) UNRELEASED; urgency=medium +plexus-archiver (3.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Depend on libplexus-io-java (>= 2.4) and removed the plexus-io patch - - New dependency on libcommons-compress-java + - New dependency on libsnappy-java and libcommons-compress-java - New build dependency on libplexus-component-metadata-java and junit4 - Depend on libplexus-utils2-java instead of libplexus-utils-java * Build with maven-debian-helper instead of maven-ant-helper diff --git a/debian/control b/debian/control index 9ee84c0..1bbeebe 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends-Indep: junit4, libplexus-containers-java, libplexus-io-java (>= 2.4), libplexus-utils2-java, + libsnappy-java, maven-debian-helper (>= 2.2) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-archiver.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-archiver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

