CVS jmock/debian

Trygve Laugst??l trygvis-guest at haydn.debian.org
Tue Sep 20 15:57:59 UTC 2005


Update of /cvsroot/pkg-java/jmock/debian
In directory haydn:/tmp/cvs-serv12522/debian

Modified Files:
	.cvsignore control rules 
Added Files:
	ant.properties 
Log Message:
o Correcting Depends.

--- /cvsroot/pkg-java/jmock/debian/.cvsignore	2005/09/18 14:06:51	1.1
+++ /cvsroot/pkg-java/jmock/debian/.cvsignore	2005/09/20 15:57:59	1.2
@@ -1,3 +1,4 @@
-stamp*
-libjmock-java*
 files
+libjmock-java*
+patched
+stamp*
--- /cvsroot/pkg-java/jmock/debian/control	2005/09/18 14:06:51	1.1
+++ /cvsroot/pkg-java/jmock/debian/control	2005/09/20 15:57:59	1.2
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Trygve Laugstøl <trygvis at inamo.no>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, jamvm (>= 1.3.3), ant (>= 1.6.5), junit (>= 3.8.1)
+Build-Depends-Indep: ant (>= 1.6.5), classpath (>= 2:0.17), debhelper (>> 4.0.0), dpatch (>= 2.0.15), gjdoc (>= 0.7.5), junit (>= 3.8.1), kaffe (>= 2:1.1.5), libgcj6 (>= 4.0.1)
 Standards-Version: 3.6.2
 
 Package: libjmock-java
 Architecture: all
-Depends: jamvm | kaffe | java2-runtime
+Depends: kaffe (>= 2:1.1.5) | java2-runtime
 Suggests: libjmock-java-doc
 Description: Java library for testing code with mock objects
  Mock objects help you design and test the interactions between the objects in
--- /cvsroot/pkg-java/jmock/debian/rules	2005/09/18 14:06:51	1.1
+++ /cvsroot/pkg-java/jmock/debian/rules	2005/09/20 15:57:59	1.2
@@ -24,8 +24,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	$(ANT) debian-clean
-	rm -rf output
+	rm -rf build
 	dh_clean
 
 install: build



More information about the pkg-java-commits mailing list