This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libgpars-groovy-java.
commit 2cbb821ca12ece7e7463ed96370f4f899f851879 Author: Emmanuel Bourg <[email protected]> Date: Wed May 11 09:02:30 2016 +0200 Added the missing dependency on libmultiverse-core-java (Closes: #813505) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9986b9a..f5f4682 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libgpars-groovy-java (1.2.1-6) UNRELEASED; urgency=medium * Team upload. * Depend on groovy instead of groovy2 + * Added the missing dependency on libmultiverse-core-java (Closes: #813505) * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index 806d84e..6a6384e 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Depends: groovy, libnetty-3.9-java, libjsr166y-java, libjcsp-java, + libmultiverse-core-java, ${misc:Depends} Suggests: libgpars-groovy-java-doc (= ${binary:Version}) Description: open-source concurrency library for Groovy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgpars-groovy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

