This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-xstream.
commit 1a2375bc9a3f3c6b9e15840b90e1a18807146775 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 15 15:40:27 2014 +0200 Depend on libcglib3-java instead of libcglib-java --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/maven.rules | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7487eac..92b8231 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jenkins-xstream (1.4.7-jenkins-1-2) unstable; urgency=medium + + * Team upload. + * Depend on libcglib3-java instead of libcglib-java + + -- Emmanuel Bourg <[email protected]> Mon, 15 Sep 2014 15:39:49 +0200 + jenkins-xstream (1.4.7-jenkins-1-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index f78a570..b73fae5 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Build-Depends-Indep: default-jdk-doc, junit, libbuild-helper-maven-plugin-java, - libcglib-java, - libcglib-java-doc, + libcglib3-java, + libcglib3-java-doc, libcommons-cli-java, libcommons-io-java, libcommons-lang-java, diff --git a/debian/maven.rules b/debian/maven.rules index 895f0d7..059b41c 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,7 +16,7 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -cglib s/cglib-nodep/cglib/ jar s/.*/debian/ * * +cglib s/cglib-nodep/cglib/ jar s/.*/3.x/ * * s/com\.thoughtworks\.xstream/org.jvnet.hudson/ xstream-parent pom s/.*/debian/ * * s/jdom/org.jdom/ jdom jar s/1\..*/debian/ * * junit junit jar s/3\..*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-xstream.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

