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 260c8190f64a8b06b1db3603ff68be5279e56cd1 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 01:03:52 2017 +0200 New dependency on libxz-java --- debian/changelog | 2 +- debian/control | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0dc89b6..4535005 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ plexus-archiver (3.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Depend on libplexus-io-java (>= 3.0) - - New dependency on libsnappy-java and libcommons-compress-java + - New dependency on libxz-java, 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 - Fixed a build failure with the version of plexus-utils in Debian diff --git a/debian/control b/debian/control index 6d9cfbe..bfa8281 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libplexus-io-java (>= 3.0), libplexus-utils2-java, libsnappy-java, + libxz-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

