CVS kaffe/debian

Jeroen van Wolffelaar jeroen@haydn.debian.org
Wed Apr 20 13:05:01 2005


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

Modified Files:
	changelog control rules 
Log Message:
* SIGKILL kaffe in testsuite when SIGTERM doesn't work, prevent timeouts
  during build. Also reduce timeout to 30 seconds to speed up build in case
  something is not working well
* Added myself to uploaders


--- /cvsroot/pkg-java/kaffe/debian/changelog	2005/04/18 09:40:15	1.7
+++ /cvsroot/pkg-java/kaffe/debian/changelog	2005/04/20 13:04:11	1.8
@@ -1,3 +1,12 @@
+kaffe (2:1.1.5-3) unstable; urgency=low
+
+  * Added myself to uploaders
+  * SIGKILL kaffe in testsuite when SIGTERM doesn't work, prevent timeouts
+    during build. Also reduce timeout to 30 seconds to speed up build in case
+    something is not working well
+
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Wed, 20 Apr 2005 14:56:13 +0200
+
 kaffe (2:1.1.5-2) unstable; urgency=low
 
   * Upload to unstable
@@ -48,6 +57,14 @@
 
  -- Arnaud Vandyck <avdyk@debian.org>  Thu, 24 Mar 2005 12:16:05 +0100
 
+kaffe (2:1.1.4.PRECVS11-2) unstable; urgency=high
+
+  * Apply sparc32 build fix, tested to work on sparc & i386, thanks to Dalibor
+    Topic for providing it
+  * Set maintainer to pkg-java team, and add myself as Uploader
+
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 24 Mar 2005 03:17:06 +0100
+
 kaffe (2:1.1.4.PRECVS11-1) unstable; urgency=low
 
   * New upstream snapshot.
--- /cvsroot/pkg-java/kaffe/debian/control	2005/04/03 21:03:03	1.1.1.1
+++ /cvsroot/pkg-java/kaffe/debian/control	2005/04/20 13:04:11	1.2
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Ean R. Schuessler <ean@novare.net>, Arnaud Vandyck <avdyk@debian.org>, Adam Heath <doogie@brainfood.com>, Michael Koch <konqueror@gmx.de>
+Uploaders: Ean R. Schuessler <ean@novare.net>, Arnaud Vandyck <avdyk@debian.org>, Adam Heath <doogie@brainfood.com>, Michael Koch <konqueror@gmx.de>, Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
 Build-Depends: debhelper (>= 4.1), xlibs-dev, libpng3-dev, libjpeg62-dev, libungif4-dev, zlib1g-dev, libgmp3-dev, xutils, dbs, zip, jikes, libgtk2.0-dev, libart-2.0-dev, libxml2-dev, libxslt1-dev, gcc-3.4, g++-3.4, libasound2-dev, libesd0-dev
 Standards-Version: 3.6.1
 
--- /cvsroot/pkg-java/kaffe/debian/rules	2005/04/12 10:14:53	1.4
+++ /cvsroot/pkg-java/kaffe/debian/rules	2005/04/20 13:04:11	1.5
@@ -126,8 +126,9 @@
 	dh_testdir
 
 	$(MAKE) -C build/$*
-	# uncomment this line to check the result
-	-$(MAKE) -C build/$* check
+	# Timeout changed 300->30, because some builds would otherwise take many
+	# hours due to bug in pthreads-enabled kaffe on some architectures
+	-$(MAKE) -C build/$* check TIMEOUT=30
 	#/usr/bin/docbook-to-man debian/kaffe.sgml > kaffe.1
 	mkdir -p $(@D)
 	touch $@