This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-remoting.
commit bee3920a66771d1161e0957705dec0f1fe6d2264 Author: Emmanuel Bourg <[email protected]> Date: Sun Sep 14 00:33:00 2014 +0200 Depend on jenkins-test-annotations >= 1.1 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/maven.rules | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 11c4661..2cf61b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jenkins-remoting (2.44-2) UNRELEASED; urgency=medium + + * Team upload. + * Depend on jenkins-test-annotations >= 1.1 + + -- Emmanuel Bourg <[email protected]> Sun, 14 Sep 2014 00:21:29 +0200 + jenkins-remoting (2.44-1) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index cafd4f7..39d26b9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends-Indep: ant, default-jdk-doc, findbugs, - jenkins-test-annotations, + jenkins-test-annotations (>= 1.1), junit4, libanimal-sniffer-java, libanimal-sniffer-java-doc, diff --git a/debian/maven.rules b/debian/maven.rules index 2476f90..1947a0f 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -23,3 +23,4 @@ asm * * s/3\..*/3.x/ * * s/org.jvnet/org.codehaus.mojo/ s/animal-sniffer-annotation/animal-sniffer-annotations/ jar s/.*/debian/ * * s/com.github.stephenc.findbugs/com.google.code.findbugs/ s/findbugs-annotations/annotations/ jar s/.*/debian/ * * s/com.google.code.findbugs/org.jsr-305/ jsr305 jar s/.*/0.x/ * * +s/org.jvnet.hudson/org.jenkins-ci/ test-annotations * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-remoting.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

