[guice] 01/01: Rebuild for jessie-backports
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 5 13:04:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/4.0-2_bpo8+1
in repository guice.
commit ec3a5ebf60a1e5c59d114fe9abfc36681e0fe229
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 4 15:33:24 2016 +0100
Rebuild for jessie-backports
---
debian/changelog | 6 ++++++
debian/control | 5 ++---
debian/maven.ignoreRules | 1 +
debian/maven.rules | 1 +
debian/rules | 2 +-
5 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30f3b75..65c7098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+guice (4.0-2~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 22 Mar 2016 15:32:59 +0100
+
guice (4.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 15d01e9..8602d86 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,9 @@ Build-Depends: debhelper (>= 9),
libasm4-java,
libatinject-jsr330-api-java,
libbuild-helper-maven-plugin-java,
- libcglib-java (>= 3.2),
+ libcglib3-java,
libguava-java,
libjarjar-maven-plugin-java,
- libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmunge-maven-plugin-java,
libservlet3.1-java,
@@ -28,7 +27,7 @@ Package: libguice-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
-Built-Using: libasm4-java (= ${asm:Version}), cglib (= ${cglib:Version})
+Built-Using: libasm4-java (= ${asm:Version}), cglib3 (= ${cglib:Version})
Description: lightweight dependency injection framework for Java 5 and above
Guice provides support for dependency injection using annotations to
configure Java objects. Dependency injection is a design pattern whose
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 0039418..06d93c4 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -4,6 +4,7 @@ biz.aQute bnd * * * *
com.google.guava guava-testlib * * * *
javax.inject javax.inject-tck * * * *
junit junit * * * *
+org.apache.felix maven-bundle-plugin * * * *
org.apache.felix org.apache.felix.framework * * * *
org.apache.maven.plugins maven-gpg-plugin * * * *
org.apache.maven.plugins maven-jar-plugin * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 32b2433..a42891a 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,4 @@
javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * *
org.springframework spring-beans * s/.*/3.x/ * *
org.ow2.asm asm* * s/.*/4.x/ * *
+cglib cglib * s/.*/3.x/ * *
diff --git a/debian/rules b/debian/rules
index c7e471b..49be7c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
# Variables for the Built-Using field in the control file
ASM_VERSION := $(shell dpkg-query -f '$${source:Version}' --show libasm4-java)
-CGLIB_VERSION := $(shell dpkg-query -f '$${source:Version}' --show libcglib-java)
+CGLIB_VERSION := $(shell dpkg-query -f '$${source:Version}' --show libcglib3-java)
%:
dh $@ --buildsystem=maven
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guice.git
More information about the pkg-java-commits
mailing list