[SCM] jmock2 - Java library for testing code with mock objects branch, master, updated. upstream/2.5.1+dfsg-3-gc9e9f10

Gabriele Giacone gg0-guest at alioth.debian.org
Sat May 1 10:28:40 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jmock2 - Java library for testing code with mock objects".

The branch, master has been updated
       via  c9e9f10930e0bc4009782b484dc04901dd920943 (commit)
      from  bbdec6603b0edd90929e1c35921ea15bbc6f8296 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9e9f10930e0bc4009782b484dc04901dd920943
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat May 1 11:46:25 2010 +0200

    cleanup patch 03

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/03runtestsagainstsyslibs |   19 ++++++++++++++
 debian/patches/03runtestswithsyslibs    |   41 -------------------------------
 debian/patches/series                   |    2 +-
 3 files changed, 20 insertions(+), 42 deletions(-)

diff --git a/debian/patches/03runtestsagainstsyslibs b/debian/patches/03runtestsagainstsyslibs
new file mode 100644
index 0000000..6e75041
--- /dev/null
+++ b/debian/patches/03runtestsagainstsyslibs
@@ -0,0 +1,19 @@
+Description: Runs tests against system libraries
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+
+--- jmock2-2.5.1+dfsg.orig/build.xml
++++ jmock2-2.5.1+dfsg/build.xml
+@@ -226,6 +226,13 @@
+ 			<classpath>
+ 				<path refid="build.classpath"/>
+ 				<fileset dir="${distdir}" includes="*.jar"/>
++				<fileset dir="/usr/share/java" includes="hamcrest-core.jar"/>
++				<fileset dir="/usr/share/java" includes="hamcrest-library.jar"/>
++				<fileset dir="/usr/share/java" includes="cglib.jar"/>
++				<fileset dir="/usr/share/java" includes="objenesis.jar"/>
++				<fileset dir="/usr/share/java" includes="asm3.jar"/>
++				<fileset dir="/usr/share/java" includes="junit4.jar"/>
++				<fileset dir="/usr/share/java" includes="bsh.jar"/>
+ 			</classpath>
+ 			
+ 			<formatter type="brief" usefile="no"/>
diff --git a/debian/patches/03runtestswithsyslibs b/debian/patches/03runtestswithsyslibs
deleted file mode 100644
index fcf0751..0000000
--- a/debian/patches/03runtestswithsyslibs
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Upstream changes introduced in version 2.5.1+dfsg-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- jmock2 (2.5.1+dfsg-1) unstable; urgency=low
- .
-   * Initial release. (Closes: #573803)
- .
- The person named in the Author field signed this changelog entry.
-Author: Gabriele Giacone <1o5g4r8o at gmail.com>
-Bug-Debian: http://bugs.debian.org/573803
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- jmock2-2.5.1+dfsg.orig/build.xml
-+++ jmock2-2.5.1+dfsg/build.xml
-@@ -226,6 +226,13 @@
- 			<classpath>
- 				<path refid="build.classpath"/>
- 				<fileset dir="${distdir}" includes="*.jar"/>
-+				<fileset dir="/usr/share/java" includes="hamcrest-core.jar"/>
-+				<fileset dir="/usr/share/java" includes="hamcrest-library.jar"/>
-+				<fileset dir="/usr/share/java" includes="cglib.jar"/>
-+				<fileset dir="/usr/share/java" includes="objenesis.jar"/>
-+				<fileset dir="/usr/share/java" includes="asm3.jar"/>
-+				<fileset dir="/usr/share/java" includes="junit4.jar"/>
-+				<fileset dir="/usr/share/java" includes="bsh.jar"/>
- 			</classpath>
- 			
- 			<formatter type="brief" usefile="no"/>
diff --git a/debian/patches/series b/debian/patches/series
index 165b97a..c522eeb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
 00ignore.pc
 01buildwithjdk1.6only
 02buildwithcglib2.2
-03runtestswithsyslibs
+03runtestsagainstsyslibs
 04javadoc


hooks/post-receive
-- 
jmock2 - Java library for testing code with mock objects



More information about the pkg-java-commits mailing list