[assertj-core] 01/01: Added an explicit dependency on cglib and fixed the Maven rule (Closes: #839362)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 1 23:00:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository assertj-core.

commit 4aff92aaf9288da0f1a74ce048e0530849371811
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Oct 2 00:59:03 2016 +0200

    Added an explicit dependency on cglib and fixed the Maven rule (Closes: #839362)
---
 debian/changelog   | 7 +++++++
 debian/control     | 1 +
 debian/maven.rules | 2 --
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7a4fb7f..eddca07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+assertj-core (2.3.0-3) unstable; urgency=medium
+
+  * Added an explicit dependency on cglib and fixed the Maven rule
+    (Closes: #839362)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 02 Oct 2016 00:58:52 +0200
+
 assertj-core (2.3.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index fbd78c3..64c5512 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: ant,
                debhelper (>= 9),
                default-jdk,
+               libcglib-nodep-java,
                libjarjar-maven-plugin-java,
                libmaven-bundle-plugin-java,
                libmockito-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 3487b3f..504dfaf 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,5 +3,3 @@ org.assertj assertj-core bundle s/.*/debian/ * *
 org.assertj assertj-core jar s/.*/debian/ * *
 s/easymock/org.easymock/ easymock * s/.*/debian/ * *
 junit junit * s/.*/4.x/ * *
-cglib * * s/.*/3.x/ * *
-org.ow2.asm * * s/.*/4.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/assertj-core.git



More information about the pkg-java-commits mailing list