[mockito] 01/03: Restored the Class-Path attribute of mockito-core.jar (Closes: #831403)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jul 15 18:04:52 UTC 2016


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

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

commit 27892e880495bb63c94f4c736b74b6f4cc2a1e7e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jul 15 19:58:32 2016 +0200

    Restored the Class-Path attribute of mockito-core.jar (Closes: #831403)
---
 debian/changelog                 | 7 +++++++
 debian/control                   | 1 +
 debian/libmockito-java.classpath | 1 +
 debian/rules                     | 2 +-
 4 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e6b30b3..329526b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mockito (1.10.19-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Restored the Class-Path attribute of mockito-core.jar (Closes: #831403)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 15 Jul 2016 19:41:58 +0200
+
 mockito (1.10.19-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 26c0ad3..ecfc4f2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends:
  gradle-debian-helper,
  maven-repo-helper,
  default-jdk,
+ javahelper,
  junit4,
  libasm-java (>= 5.0),
  libcglib-java (>= 3.1),
diff --git a/debian/libmockito-java.classpath b/debian/libmockito-java.classpath
new file mode 100644
index 0000000..eb0fe22
--- /dev/null
+++ b/debian/libmockito-java.classpath
@@ -0,0 +1 @@
+usr/share/java/mockito-core.jar /usr/share/java/objenesis.jar /usr/share/java/cglib.jar /usr/share/java/hamcrest-core.jar /usr/share/java/asm.jar /usr/share/java/junit4.jar
diff --git a/debian/rules b/debian/rules
index af634ce..93104fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=gradle --with maven-repo-helper
+	dh $@ --buildsystem=gradle --with maven-repo-helper --with javahelper
 
 override_dh_auto_build:
 	dh_auto_build -- jar javadoc -PantCommand=/usr/bin/ant

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



More information about the pkg-java-commits mailing list