CVS kaffe/debian

Arnaud Vandyck avdyk@haydn.debian.org
Tue Apr 12 10:50:12 2005


Update of /cvsroot/pkg-java/kaffe/debian
In directory haydn:/tmp/cvs-serv25454/debian

Modified Files:
	changelog rules 
Log Message:
enabled running the test at build time, upload to experimental

--- /cvsroot/pkg-java/kaffe/debian/changelog	2005/04/11 17:14:42	1.5
+++ /cvsroot/pkg-java/kaffe/debian/changelog	2005/04/12 10:14:52	1.6
@@ -1,4 +1,4 @@
-kaffe (2:1.1.5-1) unstable; urgency=low
+kaffe (2:1.1.5-1) experimental; urgency=low
 
   * New upstream release.
   * Removed javakey, kopi and nm2as.awk from the symlinks (closes: #302782).
@@ -7,6 +7,8 @@
     - patches for regenerated Makefile.in and configure file
       Attention: these two patches needs to be updated for 
       EACH new upstream release (Wolfgang)
+  * Running the tests at build time... but the package will not fail if
+    the tests fail
   * Wolfgang Baer:
     - added a manpage for native2ascii (closes: #301166, #303408).
     - debian/kaffe-dev.links: added. This will solve the include
@@ -18,7 +20,7 @@
       setup via the alternative system (closes: #281520)
     - WHATSNEW file included in kaffe-doc package
   
- -- Arnaud Vandyck <avdyk@debian.org>  Thu,  7 Apr 2005 00:39:08 +0200
+ -- Arnaud Vandyck <avdyk@debian.org>  Tue, 12 Apr 2005 11:33:07 +0200
 
 kaffe (2:1.1.4.RC1-1) unstable; urgency=low
 
--- /cvsroot/pkg-java/kaffe/debian/rules	2005/04/11 17:14:42	1.3
+++ /cvsroot/pkg-java/kaffe/debian/rules	2005/04/12 10:14:53	1.4
@@ -127,7 +127,7 @@
 
 	$(MAKE) -C build/$*
 	# uncomment this line to check the result
-	# $(MAKE) -C build/$* check
+	-$(MAKE) -C build/$* check
 	#/usr/bin/docbook-to-man debian/kaffe.sgml > kaffe.1
 	mkdir -p $(@D)
 	touch $@