This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-plexus.
commit d92c1a3ea1721e41db87bb92289e556de64aa8d8 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 6 14:05:29 2015 +0200 Tightened the dependency on libsisu-inject-java (>= 0.3.0) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fa6866d..29d37d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sisu-plexus (0.3.1-1) UNRELEASED; urgency=medium * New upstream release - Removed 03-classworlds-compatibility.patch (fixed upstream) - Refreshed the patches + - Tightened the dependency on libsisu-inject-java (>= 0.3.0) -- Emmanuel Bourg <[email protected]> Mon, 06 Jul 2015 11:52:22 +0200 diff --git a/debian/control b/debian/control index 39b4b6c..1b35d4f 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: cdbs, libplexus-containers1.5-java (>= 1.5.5), libplexus-utils2-java (>= 2.0.5), libsisu-guice-java, - libsisu-inject-java, + libsisu-inject-java (>= 0.3.0), maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/sisu-plexus.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-plexus.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

