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

Gabriele Giacone gg0-guest at alioth.debian.org
Tue Mar 16 08:31:59 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 "Java library for testing code with mock objects".

The branch, master has been updated
       via  bbdec6603b0edd90929e1c35921ea15bbc6f8296 (commit)
      from  f3d0b3b3a86d8d6b7b01f683e053e60a7f1118e0 (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 bbdec6603b0edd90929e1c35921ea15bbc6f8296
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Tue Mar 16 09:31:43 2010 +0100

    some maven fixes

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

Summary of changes:
 debian/control     |    2 +-
 debian/maven.rules |    2 ++
 debian/rules       |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3907654..46838d9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Homepage: http://www.jmock.org/
 Package: libjmock2-java
 Architecture: all
 Depends: default-jre-headless | java2-runtime-headless, ${java:Depends},
- ${misc:Depends}
+ ${misc:Depends}, libcglib-java, libobjenesis-java
 Description: Java library for testing code with mock objects
  Mock objects help you design and test the interactions between the objects in
  your programs.
diff --git a/debian/maven.rules b/debian/maven.rules
index df4498a..ccdde36 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1 +1,3 @@
 s/org.jmock/jmock/ jmock* jar s/2\..*/2.x/
+junit s/junit-dep/junit/ jar s/.*/4.x/
+cglib s/cglib-nodep/cglib/ jar s/.*/debian/
diff --git a/debian/rules b/debian/rules
index f190bc3..427a2e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,11 @@ JARSUFFIXES := legacy script junit3 junit4
 common-install-prehook-indep::
 	jh_installjavadoc -plibjmock2-java-doc build/jmock-$(UVERSION)/doc
 
-	mh_installpom -v -p$(PKG) maven/jmock/pom.xml; \
+	mh_installpom -o -v -p$(PKG) maven/jmock/pom.xml; \
 	mh_installjar -p$(PKG) -l -njmock2 maven/jmock/pom.xml \
 		build/jmock-$(UVERSION)/jmock-$(UVERSION).jar; \
 	for SFX in $(JARSUFFIXES); do \
-	   mh_installpom -v -p$(PKG) maven/jmock-$$SFX/pom.xml; \
+	   mh_installpom -o -v -p$(PKG) maven/jmock-$$SFX/pom.xml; \
 	   mh_installjar -p$(PKG) -l -njmock2-$$SFX maven/jmock-$$SFX/pom.xml \
 	      build/jmock-$(UVERSION)/jmock-$$SFX-$(UVERSION).jar; \
 	done


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



More information about the pkg-java-commits mailing list