This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins.
commit 72a720f60583b229901bd047afc412be98b572c3 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 15 13:15:12 2014 +0200 Depend on libbridge-method-injector-java >= 1.9 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0bdb2d2..840dd4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ jenkins (1.565.2-1) UNRELEASED; urgency=medium - Depend on libstapler-java >= 1.224 - Depend on libstapler-adjunct-codemirror-java >= 1.3 - Depend on jenkins-test-annotations >= 1.1 + - Depend on libbridge-method-injector-java >= 1.9 * jenkins-tomcat now targets Tomcat 8 instead of Tomcat 6 (Closes: #759623) * Fixed a build failure caused by the relocation of the Maven artifacts in groovy 1.8.6-4 (Closes: #759946) diff --git a/debian/control b/debian/control index 3bc801e..e379b13 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Build-Depends-Indep: libaopalliance-java, libargs4j-java, libasm3-java, - libbridge-method-injector-java, + libbridge-method-injector-java (>= 1.9), libclassworlds-java, libcommons-beanutils-java, libcommons-codec-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

