2006
kaffe (2:1.1.7-4) unstable; urgency=low
* Use default gcc again for ia64 * Added 04_gcc4.1_amd64.patch: patch by Kurt Roeckx <kurt@roeckx.be> to fix kaffe with gcc-4.1 on amd64 (Closes: #374689, might also fix: #375835): + kaffe/kaffevm/systems/unix-{p,j}threads/signal.c: Add more volatile modifiers to remove optimizations. * Added 05_gcc4.1_x86.patch: patch by Dalibor Topic <robilad@kaffe.org> to fix kaffe for gcc 4.1 (Closes: #376336): + config/i386/jit.h (FIRSTFRAME): Don't use __builtin_frame_address, as that behaves differently under -O0 and -O1 under gcc 4.1.x. Use a small bit of assembler instead. + configure.ac: Ensure that -fno-strict-aliasing and -fno-omit-frame-pointer are set for gcc. * Added 06_atomic_ia64.patch: Fix compilation on ia64 by updating atomic.h to glibc 2.4.0 version, thanks to Dalibor Topic <robilad@kaffe.org> for the fix, and thanks to Bill Allombert for reporting (Closes: #369877)
-- Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Wed, 16 Aug 2006 03:25:31 +0200
kaffe (2:1.1.7-3) unstable; urgency=low
* Build-Depend on gcc-4.0 on ia64 and build with it (Closes: #369877) * Fixed typo in debian/control (Closes: #363990) * Updated Standards-Version to 3.7.2
-- Michael Koch <konqueror@gmx.de> Tue, 20 Jun 2006 15:22:27 +0000
kaffe (2:1.1.7-2) unstable; urgency=low
* added libice-dev, libxt-dev, libasound2-dev, to the build-dependencies.
-- Arnaud Vandyck <avdyk@debian.org> Tue, 25 Apr 2006 22:11:05 +0200
kaffe (2:1.1.7-1) unstable; urgency=low
* New upstream release
+ Adds new 1.5 String.replace method (closes: #357427)
+ Https support out of the box (closes: #351666)
+ Fixes wrong special character handling (closes: #255418)
+ Fixes deserialization error (closes: #328760)
+ Now checks for default encoding (closes: #338938)
+ kaffeh understands -force now (closes: #304927)
+ Works with eclipse (closes: #334012)
* Use a wrapper script for javac to compile against kaffe's runtime
classes (closes: #350091)
* Move comments out of iteration in debian/rules (closes: #351053)
* Updated debian/man/javah.kaffe.1 to include new -force option
* Configure to use system zlib instead internal one
* Dropped 00_ECJ_Configure.patch - applied upstream
* Link jni_md.h and jawt_md.h to include/linux
* New build-dependency added: fastjar
* Tighten dependency on ecj-bootstrap to force build with gcj-4.1
-- Wolfgang Baer <WBaer@gmx.de> Mon, 03 Apr 2006 09:51:43 +0200
kaffe (2:1.1.6.91-2) unstable; urgency=low
* Fix build-depends - I just learned that the autobuilders don't take
the alternatives. Use ecj-bootstrap-gcj only on available architectures.
* Adapt patch of charset provider patch to new upstream layout.
-- Wolfgang Baer <WBaer@gmx.de> Tue, 17 Jan 2006 17:13:49 +0100
kaffe (2:1.1.6.91-1) unstable; urgency=low
* New upstream release candidate 1 (1.1.7-rc1)
+ Dropped patches which are applied upstream
01_Tomcat4SecurityManager.patch, 02_JarCacheUse_Fix.patch
+ Updated patch 03_RegisterIconvCharsetProvider.patch
+ Fixes gui apps assertion failure (closes: #337560, #335649)
+ Fixes empty file handling causing a failure of rmic (closes: #335227)
+ Fixes xml handling leading to NPE in eclipse ant code (closes: #338599)
* Adjusted configure options and paths for upstream changes
+ Use --with-glibj-zip instead of --with-rt-jar configure option
+ Update glibj.zip location for pthreads configure option
+ debian/FileActions, debian/wrappers/jikes-kaffe
adjust for change of rt.jar into glibj.zip (added lintian override)
+ debian/kaffe.links, removed link Klasses.jar
+ Configure with --disable-fastjar - use system fastjar instead
* xorg build-deps transition (closes: #346714)
Removed xlibs-dev, added libxtst-dev, libx11-dev, libxext-dev
libxtst-dev and x-dev to Build-Dependencies
* Switch compiler to ecj by default
+ debian/control: build-depend on ecj-bootstrap-gcj | ecj-bootstrap,
kaffe-pthreads, kaffe-jthreads depend on ecj-bootstrap instead of jikes
+ Remove rules.arm, rules.mips - ecj is now default compiler
+ debian/rules: use /usr/bin/ecj alternative, adjust glibj.zip path
and make ecj default compiler
+ Removed hardcoded 'build.compiler=jikes' property in
VMsystemProperties.java to allow ecj usage
(01_RemoveJikesBuildCompilerSetting.patch).
+ Applied patches (02_IncludeEcjCompilerInToolsJar*.patch) shamelessly
stolen from java-gcj-compat upstream to supply a com/sun/ entrypoint
to ecj for usage by ant
+ Adjusted jikes-kaffe wrapper script, reworked dependencies
* Bumped debhelper version to 4
* Configure with --disable-rpath to fix tons of lintian warnings
* Rewritten and enhanced manpages - javah, javap, native2ascii, rmic,
rmiregistry, serialver (closes: #338628)
-- Wolfgang Baer <WBaer@gmx.de> Sun, 15 Jan 2006 14:23:52 +0100
2005
kaffe (2:1.1.6-3) unstable; urgency=low
* Fix configure options for sparc build (closes: #330110) * Fix typo for ecj-bootstrap-gcj to fix arm ftbs * Use jikes on mips as it works currently * Apply patch from upstream to fix jar cache issues with tomcat5 (02_JarCacheUse_Fix.patch) * Apply patch to register the Iconv Charset provider for additional charsets like EUC_JP (03_RegisterIconvCharsetProvider.patch)
-- Wolfgang Baer <WBaer@gmx.de> Sat, 24 Sep 2005 09:49:31 +0200
kaffe (2:1.1.6-2) unstable; urgency=low
* ecj replaces jikes on mips and mipsel * upload to unstable
-- Arnaud Vandyck <avdyk@debian.org> Sat, 24 Sep 2005 00:47:14 +0200
kaffe (2:1.1.6-1) experimental; urgency=low
* Final new upstream release
* Fixed minor packaging bug due to upstream move of tools.jar
* Switched to fastjar as jar program - as requested by upstream
(closes: #329229, #328328)
+ Updated debian/control to depend on fastjar
+ Removed current wrapper scripts and link to fastjar
* Fixing the arm build (closes: #227741)
+ Added conditional build-dep for ecj-bootstrap on arm
+ Introduced overridable decision for compiler selection in debian/rules
+ Added rules.arm to override default compiler decision to ecj
* Added some more information about the scope of kaffe as a JDK
replacement to the description (closes: #328648)
* Fixed javadoc.kaffe manpage to make lintian happy
* Added patch from upstream to fix tomcat5 with security manager
-- Wolfgang Baer <WBaer@gmx.de> Tue, 20 Sep 2005 21:57:17 +0200
kaffe (2:1.1.5-pre2-1.1.6-1) experimental; urgency=low
* New upstream prerelease fixing bugs:
+ Upstream now uses nio libs instead of KaffeEncoder (closes: #308256)
+ Incorrect computation results resolved upstream (closes: #255502)
+ getMethodSignatureClass: Assertion `class->state >= CSTATE_DOING_LINK'
does no longer fail - tested with the provided testcase (closes: #308532)
+ Tomcat4 / kaffe SecurityManager issues resolved (closes: #308745)
+ java.nio.FileChannelImpl.lock() implemented (closes: #305623)
+ setting java.util.logging.Logger handlers works now (closes: #307983)
+ Un/compress contentlenght problem with HttpURLConnection
fixed upstream (closes: #317162)
+ java/lang/Runtime.availableProcessors() implemented (closes: #305258)
* Updated copyright to reflect newly included stuff in kaffe
* Dropped pthreads-profile on i386 as profiling over JVMPI
is now supported on all platforms - updated everything
* Updated FileActions to reflect the recent move of tools.jar
* Added lintian override for kaffe: binary-without-manpage as the
manpage is available in another package which depends on kaffe
* Reworked configure options for pthreads system
+ --enable-jvmpi for profiling
+ --enable-gtk-cairo for building against cairo, added
libcairo2-dev as build depends to debian/control
* Reworked engine options
+ Use interpreter by default
+ JIT is enabled in the arch-specific rule files (only i386, sparc atm)
-- Wolfgang Baer <WBaer@gmx.de> Mon, 19 Sep 2005 20:57:09 +0200
kaffe (2:1.1.5-cvs20050808-2) unstable; urgency=low
* Upload to unstable. This upload is not perfect but please, be patient,
a new upstream release is coming...
-- Arnaud Vandyck <avdyk@debian.org> Fri, 26 Aug 2005 23:33:23 +0200
kaffe (2:1.1.5-cvs20050808-1) experimental; urgency=low
* Experimental snapshot hopefully fixing some arch-specific issues
* Dropped all-but-one Debian-specific patches, the remaining one not being
related to the code
-- Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Mon, 8 Aug 2005 18:09:41 +0200
kaffe (2:1.1.5-5) unstable; urgency=low
* rebuilt with libc6 from unstable, not experimental (sorry)
-- Arnaud Vandyck <avdyk@debian.org> Wed, 3 Aug 2005 22:27:46 +0200
kaffe (2:1.1.5-4) unstable; urgency=low
* C++ transition (closes: #318511, #318785) + rebuilt against libgmp3-dev + debian/control + rules: removed gcc-3.4/g++-3.4 as compiler * Changed libpng3-dev (transitional package) to libpng12-dev * Removed shlibs.local - not needed anymore * Cleaned debian directory - removed unused files (still available in our cvs) * Added and installed lintian overrides file for pthreads-profile to fix lintian error unstripped-binary (which is explicitly excluded in dh_strip) * Build pthreads-profile only on specific systems (closes: #305608) + Define SYSTEMS to include pthreads-profile in rules.i386 only + Reworked install target to iterate over defined systems in SYSTEMS * Kaffe specific changes: + Reworked kaffe commands linking in alternatives system to reduce needed link dereferences - fixes too many levels of symbolic links (closes: #317513) + Only link (not copy) tools.jar/gmpjavamath.jar to the runtimes + Enabled --with-profiling --enable-xprofiling for pthreads-profile build + Removed duplicated --with-jikes flages in configure + Cleaned up debian/rules * Standards-Version 3.6.2 - no changes * Added myself to uploaders * Upload sponsored by Arnaud Vandyck
-- Wolfgang Baer <WBaer@gmx.de> Sat, 16 Jul 2005 13:32:59 +0200
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
* Added amd64 patch by Kurt to fix a 64bit issue in FileChannel (avdyk)
-- 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
-- Arnaud Vandyck <avdyk@debian.org> Mon, 18 Apr 2005 10:58:15 +0200
kaffe (2:1.1.5-1) experimental; urgency=low
* New upstream release. * Removed javakey, kopi and nm2as.awk from the symlinks (closes: #302782). * Added a dummy jdb script to simulate a correct JAVA_HOME for tomcat4: - patch from the kaffe mailing list (closes: #298314, #300468) - 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 problem (closes: #262595). - patch to include awt-gtk headers in kaffe-dev (closes: #295703). - debian/kaffe.preinst: added to remove old appletviewer, javakey alternative entries on upgrade, which are no longer supported. - debian/README.Debian: added to explain the kaffe systems setup via the alternative system (closes: #281520) - WHATSNEW file included in kaffe-doc package
-- Arnaud Vandyck <avdyk@debian.org> Tue, 12 Apr 2005 11:33:07 +0200
kaffe (2:1.1.4.RC1-1) unstable; urgency=low
* New upstream release candidate (I upload it in unstable and not in
experimental because a good release is already in testing and this
release passes all the tests on ppc! It was only the case with x86).
* kaffe-jthreads and kaffe-pthreads pre-depends on kaffe-common to solve
the alternative problem.
* Changed maintainer to Debian Java Maintainers.
-- Arnaud Vandyck <avdyk@debian.org> Sun, 3 Apr 2005 20:32:48 +0200
kaffe (2:1.1.4.PRECVS12-1) unstable; urgency=high
* New upstream snapshot.
* Changed maintainer to Debian Kaffe Maintainers
<pkg-kaffe-maintainers@lists.alioth.debian.org>, Ean is of course one
of the uploaders. Michael Koch has been added to the uploaders too.
-- 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.
-- Arnaud Vandyck <avdyk@debian.org> Wed, 23 Mar 2005 10:39:31 +0100
kaffe (2:1.1.4.PRECVS10-1) unstable; urgency=low
* New upstream snapshot.
-- Arnaud Vandyck <avdyk@debian.org> Tue, 22 Mar 2005 21:24:31 +0100
kaffe (2:1.1.4.PRECVS9-1) unstable; urgency=low
* new upstream snapshot.
* debian/rules.mips(el)-linux: added to switch JIT to INTRP_ENGINE
* debian/kaffe.install: removed usr/lib/kaffe/share (which is not used)
(closes: #290232)
* appletviewer alternative disapear (not maintained upstream and broken
at the moment) (closes: #287329)
* debian/kaffe.postinst: first remove the alternative, then reinstall
them. Dangling symlink should disapear or re-open the bug, thanks
(closes: #291510)
* s390 should build again, it was a typo introduced upstream (closes:
#297116)
-- Arnaud Vandyck <avdyk@debian.org> Mon, 21 Mar 2005 21:47:16 +0100
kaffe (2:1.1.4.PRECVS8-2) unstable; urgency=low
* removed antlr build-dep, not needed because we don't build gjdoc
anymore
-- Arnaud Vandyck <avdyk@debian.org> Wed, 16 Feb 2005 23:56:08 +0100
kaffe (2:1.1.4.PRECVS8-1) unstable; urgency=low
* new upstream snapshot. * removed gjdoc build but added a dependency on gjdoc * removed the javac patch (not needed anymore)
-- Arnaud Vandyck <avdyk@debian.org> Tue, 15 Feb 2005 15:40:19 +0100
kaffe (2:1.1.4.PRECVS7-1) unstable; urgency=low
* new upstream snapshot
* added a ${Source-Version} to all the dependencies of the generated
package
* no more build statically (jthreads and pthreads)
* sound should work with kaffe-pthreads (closes: #253755)
* debian/kaffe-common.manpages: added debian/man/javah.kaffe.1 (closes:
#281182)
* removed generation of kjc and kjc is no more used to build kaffe
(closes: #291427). kjc has been removed from kaffe at the moment for
license issue
* debian/control: kaffe-common: removed depends kjc
* added --with-engine=intrp for powerpc because jit3 is not in a very
good state on powerpc
-- Arnaud Vandyck <avdyk@debian.org> Mon, 7 Feb 2005 17:13:37 +0100
2004
kaffe (2:1.1.4.PRECVS6-1) unstable; urgency=low
* New upstream release (gjdoc fix and swing improvements and more)
-- Arnaud Vandyck <avdyk@debian.org> Tue, 14 Dec 2004 15:48:51 +0100
kaffe (2:1.1.4.PRECVS5-1) unstable; urgency=low
* New upstream release (CVS HEAD):
* patch from Casey Marshall make it possible to run tomcat5 with kaffe
(closes: #281717), new upstream should also work with Linux kernel
2.6.9 (closes: #280664).
* Dalibor Topic fixed the build on IA64 (closes: #284177)
* debian/patches/main.c.patch: removed (applied upstream)
* debian/old-patches: removed because 00JNIPatch, 03SparcPatch, do not
apply no more.
* debian/unpatches: removed because 01Unix-JThread-_Signal_cPatch,
02SoundPatch, do not apply no more.
* debian/man/javah.kaffe.1: added (closes: #284034).
-- Arnaud Vandyck <avdyk@debian.org> Sun, 12 Dec 2004 23:13:46 +0100
kaffe (2:1.1.4.PRECVS4-2) unstable; urgency=low
* get rid of the alternative message (closes: #281666), thanks to Ken Bloom. * removed libffi3-dev dependency because it's not used anymore to build kaffe * applied a patch from Konstantinos Margaritis <markos@debian.gr> to solve the cryptic error message in kaffe (closes: #269816).
-- Arnaud Vandyck <avdyk@debian.org> Wed, 17 Nov 2004 23:30:26 +0100
kaffe (2:1.1.4.PRECVS4-1) unstable; urgency=low
* New upstream snapshot. * built with gcc/g++ 3.4 but without libffi3-dev
-- Arnaud Vandyck <avdyk@debian.org> Mon, 15 Nov 2004 17:42:47 +0100
kaffe (2:1.1.4.PRECVS3-20041030) unstable; urgency=low
* New snapshot (CVS HEAD): October 30, 04:24 pm
* corrected the typo in kaffe-jthread description, thanks to Tomas
Pospisek (closes: #269178).
* added kaffeh as an alternative (closes: #261188).
* javadoc is now removed from alternatives (closes: Bug#276389).
-- Arnaud Vandyck <avdyk@debian.org> Sat, 30 Oct 2004 21:57:42 +0200
kaffe (2:1.1.4.PRECVS2-20040907) unstable; urgency=low
* New upstream release
* not added --enable-libxmlj at the moment, added libxml2-dev and
libxslt-dev to the build-dep
* added libgtk2.0-dev to build because kaffe now uses Classpath
AWT/Swing
-- Arnaud Vandyck <avdyk@debian.org> Tue, 7 Sep 2004 21:15:39 +0200
kaffe (2:1.1.4.PRECVS-20040812) experimental; urgency=low
* update with latest cvs head (see package version)
-- Arnaud Vandyck <avdyk@debian.org> Thu, 12 Aug 2004 23:34:56 +0200
kaffe (2:1.1.4.PRECVS-20040721) experimental; urgency=low
* update with latest cvs head (see package version)
-- Arnaud Vandyck <avdyk@debian.org> Wed, 21 Jul 2004 23:42:49 +0200
kaffe (2:1.1.4.PRECVS-20040718) experimental; urgency=low
* update with latest cvs head (see package version)
-- Arnaud Vandyck <avdyk@debian.org> Sun, 18 Jul 2004 09:15:42 +0200
kaffe (2:1.1.4.PRECVS-4) experimental; urgency=low
* update with latest cvs head
-- Arnaud Vandyck <avdyk@debian.org> Fri, 16 Jul 2004 13:53:39 +0200
kaffe (2:1.1.4.PRECVS-3) experimental; urgency=low
* update with latest cvs head
-- Arnaud Vandyck <avdyk@debian.org> Fri, 16 Jul 2004 13:53:02 +0200
kaffe (2:1.1.4.PRECVS-2) experimental; urgency=low
* removed libffi version in debian/control * update with latest cvs head
-- Arnaud Vandyck <avdyk@debian.org> Thu, 15 Jul 2004 09:47:27 +0200
kaffe (2:1.1.4.PRE1.1.5-11) unstable; urgency=low
* removed the libffi2-dev versionning in debian/control (first time, it
was only in debian/shlibs.local)
-- Arnaud Vandyck <avdyk@debian.org> Thu, 15 Jul 2004 09:39:56 +0200
kaffe (2:1.1.4.PRECVS-1) experimental; urgency=low
* New upstream release
-- Arnaud Vandyck <avdyk@debian.org> Wed, 14 Jul 2004 19:29:01 +0200
kaffe (2:1.1.4.PRE1.1.5-10) unstable; urgency=low
* this time, install the manpages!
-- Arnaud Vandyck <avdyk@debian.org> Wed, 14 Jul 2004 12:12:04 +0200
kaffe (2:1.1.4.PRE1.1.5-9) unstable; urgency=low
* added manpages for serialver and appletviewer. (Closes: #259254) * removed the libffi2-dev versionning to let s390 build
-- Arnaud Vandyck <avdyk@debian.org> Wed, 14 Jul 2004 11:20:24 +0200
kaffe (2:1.1.4.PRE1.1.5-8) unstable; urgency=low
* rebuild against new libffi and removed the 'not mipsel' libffi
condition (libffi should work on mipsel). (Closes: #256978, #257066,
#257152, #257173, #258208, #258448)
* added manpages for all the scripts. (Closes: #169229, #245155)
* corrected the update-alternatives script, thanks to Vincent
Lefevre. (Closes: #255510)
-- Arnaud Vandyck <avdyk@debian.org> Sat, 10 Jul 2004 18:03:10 +0200
kaffe (2:1.1.4.PRE1.1.5-7) unstable; urgency=low
* revert the debian/kaffe-common.install! easier to have something in
kaffe-common. (Closes: #256996)
-- Arnaud Vandyck <avdyk@debian.org> Wed, 30 Jun 2004 14:19:57 +0200
kaffe (2:1.1.4.PRE1.1.5-6) unstable; urgency=low
* better sparc patch. * corrected the dependency line typo. (Closes: #255136) * removed libaudiofile-dev (libasound2-dev, libesd0 and libesd0-dev still removed). configure --disable-sound. Sound support is broken ATM, sorry.
-- Arnaud Vandyck <avdyk@debian.org> Wed, 30 Jun 2004 13:38:27 +0200
kaffe (2:1.1.4.PRE1.1.5-5) unstable; urgency=low
* added a work around about libffi (does not exist on mipsel) by Andreas
Metzler.
* added some patches for sparc. (Closes: #227746)
-- Arnaud Vandyck <avdyk@debian.org> Mon, 14 Jun 2004 17:04:57 +0200
kaffe (2:1.1.4.PRE1.1.5-4) unstable; urgency=low
* added jikes to build the classlibs (build-dep and CONFFLAG+=
--with-jikes). It's not the way we'd like kaffe to build, but at the
moment, kjc is not able to build the classlibs. This is just a
workaround!
-- Arnaud Vandyck <avdyk@debian.org> Sun, 13 Jun 2004 16:07:28 +0200
kaffe (2:1.1.4.PRE1.1.5-3) unstable; urgency=low
* Install kaffe-pthread by default, thanks to Daniel Schepler. (Closes:
#253552)
* Added Replaces field for kaffe-common to avoid a problem when
upgrading from an old kaffe package (overriding kaffe manpage), thanks
to Cesar Eduardo Barros. (Closes: #253559)
* Added libaudiofile-dev and reenabled sound support, requested by
Martin Cameron. (Closes: #253755)
* Removed libesd0 [i386 powerpc], libesd0-dev, libasound2-dev, I don't
think it's needed to build sound support
* debian/control: kaffe-pthreads-profile only available on i386
* Added a patch to signal.c from cvs head to fix the sparc build, thanks
to Dalibor Topic. (Closes: #227746)
* Added libffi2-dev to the build-dep and --with-libffi to the configure
flag
* Added zip to the build-dep not to hang when building rt.jar
-- Arnaud Vandyck <avdyk@debian.org> Sat, 12 Jun 2004 23:36:10 +0200
kaffe (2:1.1.4.PRE1.1.5-2) unstable; urgency=low
* Pass proper --host and --build arguments to configure, patch by
Bastian Blank <waldi@debian.org>. (Closes: #253500)
-- Arnaud Vandyck <avdyk@debian.org> Thu, 10 Jun 2004 00:46:53 +0200
kaffe (2:1.1.4.PRE1.1.5-1) unstable; urgency=low
* New upstream pre-release
* debian/patches/01class.forName.patch: no more needed, applied upstream
* debian/rules: removed --enable-xprofiling --with-profiling (because
it fails on powerpc)
* debian/rules: added --disable-debug --disable-sound
-- Arnaud Vandyck <avdyk@debian.org> Sat, 22 May 2004 17:12:09 +0200
kaffe (2:1.1.4-4) unstable; urgency=low
* Adam Heath (doogie@brainfood.com): * Apply minor class.forName patch from upstream(Dalibor). * Provide kaffe-jthread, kaffe-pthread, and kaffe-pthread-profile. kaffe is now a wrapper, that contains the standard pre-split helper files and binaries. By default, kaffe-pthread will be installed when upgrading, which will give pre-split semantics. * kaffe-pthread-profile is compiled for java and kaffevm profiling, with gprof output. It is compiled with staticvm and staticlib, as this is required when enabling this feature. * Split out kjc.jar into a separate package. * Successfully builds from source on Alpha, by using Jikes instead of KJC. Does not yet run java bytecode. May build on other architectures as well. (Closes: #227739) * Ean Schuessler (ean@brainfood.com): * Fixed lintian errors on package descriptions. * Added Adam Heath to Uploaders. * Improved descriptions of new packages. * Created kaffe-doc package. * Moved FAQs into /usr/share/doc/kaffe
-- Ean R. Schuessler <ean@novare.net> Thu, 26 Apr 2004 13:58:30 -0500
kaffe (2:1.1.4-3) unstable; urgency=low
* Fixed copyright description. (Closes: #235937) * Error message typo corrected upstream. (Closes: #229740) * Man pages are now properly located. (Closes: #208025) * ESD is now a dependency. (Closes: #223956) * Kaffe provides Java compiler. (Closes: #225262)
-- Ean R. Schuessler <ean@novare.net> Mon, 08 Mar 2004 17:09:40 -0600
kaffe (2:1.1.4-2) unstable; urgency=low
* only build on i386 and powerpc at the moment
-- Arnaud Vandyck <avdyk@debian.org> Tue, 2 Mar 2004 15:01:21 +0100
kaffe (2:1.1.4-1) unstable; urgency=low
* New upstream release * added my self as an uploader
-- Arnaud Vandyck <avdyk@debian.org> Wed, 25 Feb 2004 23:43:52 +0100
kaffe (2:1.1.3-0.3) unstable; urgency=low
* debian/control:
- autotools-dev, autoconf, automake, m4, libtool has been removed
because they are not needed when building the package.
- Suggests jikes
- added jikes-kaffe package description
- debhelper now versionned >= 4.1
* debian/jikes-kaffe.*: files for the jikes-kaffe package.
* debian/wrappers/jikes-kaffe: added.
* epoch version changed to upgrade the jikes-kaffe package.
* debian/rules:
- added the arch-indep part to build jikes-kaffe
- kaffe is now built with unix-pthreads
* debian/patches: removed all the patches but the JNIPatch because it's
Debian specific.
-- Arnaud Vandyck <avdyk@debian.org> Fri, 23 Jan 2004 00:33:13 +0100
kaffe (1:1.1.3-0.2) unstable; urgency=low
* debian/changelog: added the title of the closed bugs, thanks to Matt
Zimmerman and Ludovic Rousseau for their remarks.
-- Arnaud Vandyck <avdyk@debian.org> Sat, 10 Jan 2004 11:36:12 +0100
kaffe (1:1.1.3-0.1) unstable; urgency=low
* Non Maintainer Upload. * New upstream release (Closes: #215095). - Closes: #225702 kaffe FTBFS on m68k Already explained in the bug report, also, see kaffe changelog: 2003-08-28 Guilhem Lavaux <guilhem@kaffe.org> - Closes: #225691 kaffe FTBFS on alpha Already explained in the bug report, also, see kaffe changelog: 2003-09-01 Jim Pick <jim@kaffe.org> - Closes: #207998 Passing extra JNI directories breaks bootstrap classes Already explained in the bug report, also, see kaffe changelog: 2003-10-06 Dalibor Topic <robilad@kaffe.org> * debian/control (Provides): java-compiler (Closes: #225262). * debian/postinst, debian/prerm: added javac as an alternative (Closes: #206644).
-- Arnaud Vandyck <avdyk@debian.org> Tue, 6 Jan 2004 17:02:59 +0100
2003
kaffe (1:1.1.1-5.2) unstable; urgency=low
* Recompiled to fix bad depends. I need to remember to use pbuilder.
(Closes: #223956)
-- Scott M. Dier <sdier@debian.org> Sun, 14 Dec 2003 15:56:58 -0600
kaffe (1:1.1.1-5.1) unstable; urgency=low
* NMU from the Minneapolis BSP. * Applied patch to fix man dir. (Closes: #208025) * Fixed info dir.
-- Scott M. Dier <sdier@debian.org> Sat, 13 Dec 2003 15:03:06 -0600
kaffe (1:1.1.1-5) unstable; urgency=low
* Applied patches from Matt Kraai to fix problems with Adam Majer's missing
terminator patch, problems finding registers.h on S390 and PPC, va_copy
problems on alpha and signal_args problems on arm and sparc. (Closes: #205327)
-- Ean R. Schuessler <ean@novare.net> Mon, 06 Oct 2003 14:18:30 -0500
kkaffe (1:1.1.1-4) unstable; urgency=low
* Applied patched from Adam Majer to correct ia64 problems. (Closes: #205327)
-- Ean R. Schuessler <ean@novare.net> Sun, 21 Sep 2003 21:45:00 -0500
kaffe (1:1.1.1-3) unstable; urgency=low
* Corrected my screwed up .orig.tar.gz file. (Closes: #211370) * Removed PPC libffi dependecy. (Closes: #211357)
-- Ean R. Schuessler <ean@novare.net> Wed, 17 Sep 2003 12:39:52 -0500
kaffe (1:1.1.1-2) unstable; urgency=low
* Adam Heath took it upon himself to reopen all of the bugs closed
in the last upload because he did not like the format of my changelog
file. Arguably it was terse so I am extending it and reclosing the
bugs. I will still complain bitterly about his heavyhandedness. Oh,
and if anyone doesn't like the vaugeness of some of these changelog
entries then take it up with the person who filed the original bug.
I used their titles.
* No exception raised when an external program is not found.
(Closes: #51230)
* config.* in the libungif dir are too old for ARM port
(Closes: #61264)
* config.sub outdated (Closes: #75800)
* Upstream changelog and other docs missing (Closes: #77869)
* portability problem in kaffe/kaffevm/debug.h (Closes: #116802)
* FTBFS: tries to include non-existant headerfile on mips
(Closes: #141597)
* Math.round is broken (Closes: #158743)
* jar uf doesn't work (Closes: #170059)
* kaffe_1:1.0.7-3 hppa/unstable: FTBFS: syntax errors.
(Closes: #193263)
* FTBFS with gcc-3.3: Invalid preprocessor pasting. (Closes: #196254)
* Does not work on Alpha (Closes: #202779)
* GMP not included in build. (Closes: #81389)
* The build now configures kaffe to rebuild its class libraries from
scratch (well, bootstrap) so the JNI patch should be applied.
(Closes: #167936)
-- Ean R. Schuessler <ean@novare.net> Thu, 04 Sep 2003 01:22:03 -0500
kaffe (1:1.1.1-1) unstable; urgency=low
* New upstream release closes many bugs. (Closes: #51230, #61264, #75800, #77869, #116802, #141597, #158743, #170021, #170059, #193263, #196254, #197617, #202779, #81389, #200434, #196867) * /usr/lib/jni is now checked for JNI libraries. (Closes: #167936)
-- Ean R. Schuessler <ean@novare.net> Wed, 27 Aug 2003 17:18:37 -0500
kaffe (1:1.0.7-3) unstable; urgency=low
* A number of bugs have been validated fixed in 1.0.7 by Dalibor Topic.
(Closes: #51263, #42185, #77022, #142781)
* Removed the automatic setting of JIT as default introduced in NMU.
This should fix some of the platform specific compile problems
(Closes: #168048, #168960)
* Inconsistencies in postinst and prerm have been resolved to get rid
of dangling alternative problems and non-free Sun tools.
(Closes: #46409, #76108, #36715)
* GNU config automated update: config.sub (20020307 to 20030103)
* GNU config automated update: config.guess (20020320 to 20030110)
-- Ean R. Schuessler <ean@novare.net> Tue, 29 Apr 2003 17:39:58 -0500
2002
kaffe (1:1.0.7-2) unstable; urgency=low
* Disable JIT for HPPA and s390. (Closes: #142781, #168048)
-- Ean R. Schuessler <ean@novare.net> Mon, 11 Nov 2002 13:32:10 -0600
kaffe (1:1.0.7-1) unstable; urgency=low
* Moved to new 1.0.7 release. Build now produces a standard Kaffe layout
in /usr/lib/kaffe. All standard Debian file locations are fulfilled by
links. This build may wake up old bugs but will fix many new ones.
(Closes: #155443
* I provided a symlink for /usr/share/kaffe/Klasses.jar. (Closes: #142718)
* Upstream Kaffe does not provide a Javadoc implementation. The Kaffe
Javadoc script from upstream merely tries to call the Sun Javadoc.
Since we can't rely on the Sun Javadoc existing I am removing the
script. Therefore the Kaffe package no longer pretends to provide
Javadoc in any form. (Closes: #46409)
* The /usr/bin/java /usr/bin/kaffe confusion should be fixed by the new
Kaffe layout. (Closes: #55848)
* Applied advised patch with compensation for the new 1.0.7 layout to
aid building from source. (Closes: #147608)
* New file layout should take care of prefix confusion. (Closes: #55618)
* The s390 patch is now integrated into Kaffe. (Closes: #124104)
-- Ean R. Schuessler <ean@novare.net> Tue, 29 Oct 2002 16:05:58 -0600
kaffe (1:1.0.6-7+.cvs20020411-2) unstable; urgency=low
* Removed kjc.jar and moved all jars to /usr/share/kaffe/lib/.
(Closes: #143695, #143696)
* Applied s390 patch. (Closes: #124104, #143577)
* Removed useless call to ldconfig from postinst.
* Lintian 1.20.17 clean.
* Add build-depends on autotools-dev, and copy in uptodate
config.{sub,guess} at build time. (Closes: #75800, #141926, #142781)
* Apply patch to enable building on ia64. (Closes: #116805)
* It appears that kaffe/kaffevm/debug.h has been fixed upstream.
(Closes: #116802)
* Fix config/mips/linux/md.h, so that it includes asm/sigcontext.h,
instead of just sigcontext.h. (Closes: #141597)
* Enable jit3 engine on all archs except alpha. (Closes: #69663)
* GNU config automated update: config.sub (20010420 to 20020307),
config.guess (20010420 to 20020320)
-- Ean R. Schuessler <ean@novare.net> Wed, 24 Apr 2002 16:56:12 -0500
kaffe (1:1.0.6-7+.cvs20020411.1) unstable; urgency=low
* Created symlink to Klasses.jar for backwards compatiblity.
(Closes: #142718)
-- Ean R. Schuessler <ean@novare.net> Thu, 11 Apr 2002 18:03:19 -0500
kaffe (1:1.0.6-7+.cvs20020411) unstable; urgency=low
* Upgraded source to the most recent CVS to correct various porting
issues and improve the class library support. (Closes: #134868)
* Depends java-common provides java1-runtime as per policy.
(Closes: #121447)
-- Ean R. Schuessler <ean@novare.net> Thu, 11 Apr 2002 18:03:19 -0500
kaffe (1:1.0.6-6.1) unstable; urgency=low
* Non-maintainer upload * s390 kaffe patch applied. (Closes: #124104)
-- Gerhard Tonn <gt@debian.org> Sat, 16 Feb 2002 16:12:03 +0100
2001
kaffe (1:1.0.6-6) unstable; urgency=low
* add -f to rm config.cache in rules.
-- Ean R. Schuessler <ean@novare.net> Mon, 1 Oct 2001 17:12:03 -0500
kaffe (1:1.0.6-5) unstable; urgency=low
* set libffi2-dev Build-Depend to be powerpc only.
-- Ean R. Schuessler <ean@novare.net> Thu, 27 Sep 2001 22:27:19 -0500
kaffe (1:1.0.6-4) unstable; urgency=low
* Added a Build-Depend on libffi2-dev (Closes: #108930) * Remove config.cache in dh_clean (Closes: #111540) * Close fixed bugs. (Closes: #59420, #67749)
-- Ean R. Schuessler <ean@novare.net> Thu, 27 Sep 2001 16:00:57 -0500
kaffe (1:1.0.6-3) unstable; urgency=low
* Added --disable-gcj to the configure rules since it doesn't seem to
want to build with current gcj packages. (Closes: #94149)
* Removed the JDB script since Kaffe doesn't provide the neceesary
classes. (Closes: #58372)
* jar works fine now. (Closes: #55058, #85369, #55968)
* The URL in the copyright file looks fine. (Closes: #55961)
* Old NMU changes are still in place. (Closes: #66547, #59575,
#66547, #59575, #66540, #71226, #74589, #85336, #90294, #90296,
#36711, #51416, #66064, #71303, #78544)
-- Ean R. Schuessler <ean@novare.net> Tue, 7 Aug 2001 15:17:23 -0500
kaffe (1:1.0.6-2) unstable; urgency=low
* Added build-depends for debhelper (Closes: #106784) * NMU fixes checked (Closes: #32521, #34385, #36869, #49893, #52911)
-- Ean R. Schuessler <ean@novare.net> Fri, 27 Jul 2001 12:27:23 -0500
kaffe (1:1.0.6-1.2) unstable; urgency=low
* NMU for bugsquashing party.
* Apply patch from kaffe bug 758 to configure.in so that HAVE_TIME_H is
properly set. (Closes: #90296)
* Upgrade libungif build-dependency.
* Don't rely on libffi as this is optional, and not available on all
platforms. (Closes: #90294)
* Enable bignum support for the sake of freenet. (Closes: #66064,
#71303, #78544)
+ (Build-)Depend on libgmp3.
+ Apply fix to configure.in so that libgmp3 is detected correctly.
+ Fix BigInteger.toInt0 sign (see kaffe bug 677).
-- Robert Bihlmeyer <robbe@orcus.priv.at> Sat, 5 May 2001 16:48:06 +0200
kaffe (1:1.0.6-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fixed varius architecture bugs:
PowerPC (Closes: #66540, #66547)
Alpha (Closes: #71226)
Sparc (Closes: #59575)
m68k (Closes: #74589)
MIPS (Closes: #85336)
-- Peter Novodvorsky <nidd@debian.org> Sun, 25 Feb 2001 01:25:51 +0300
2000
kaffe (1:1.0.6-1) unstable; urgency=low
* Fixed prerm to remove javakey and appletviewer. Closes: #68689 * New upstream release. Closes: #67750, #68504
-- Ean R. Schuessler <ean@novare.net> Mon, 24 Jul 2000 17:04:10 -0500
1999
kaffe (1.0.5-1) unstable; urgency=low
* New upstream release. Closes: #49893, #52911. * Changed Standards-Version to 3.1.1. * FHS 2.1 compliant. * Added appletviewer to the list of programs managed by alternatives. Closes: #34385. * Removed README.Debian, as kjavac and kjavadoc are no longer provided. Closes: #36869.
-- Ean R. Schuessler <ean@novare.net> Wed, 22 Dec 1999 21:53:05 -0600
kaffe (1.0.b4-2) unstable; urgency=low
* Fixed dependency on old gmp. * Fixed for Alpha compiles
-- Ean R. Schuessler <ean@novare.net> Mon, 12 Apr 1999 11:45:33 -0500
kaffe (1.0.b4-1) unstable; urgency=low
* New upstream release.
-- Ean R. Schuessler <ean@novare.net> Mon, 12 Apr 1999 11:45:33 -0500
kaffe (1.0.b3-3) unstable; urgency=low
* Fixed prerm to properly remove alternatives. * Removed pizza binaries
-- Ean R. Schuessler <ean@novare.net> Tue, 16 Mar 1999 13:02:04 -0600
1997
kaffe (1.0.b3-2) unstable; urgency=low
* Fixed lintian errors. Moved to interpreters.
-- Ean R. Schuessler <ean@novare.net> Tue, 4 Feb 1997 02:51:11 +0100
kaffe (1.0.b3-1) unstable; urgency=low
* New upstream release. New maintainer.
-- Ean R. Schuessler <ean@novare.net> Tue, 4 Feb 1997 02:51:11 +0100
kaffe (0.7.1-2) unstable; urgency=low
* Moved to section 'contrib' since it depends on 'jdk-common' which is in 'non-free' (Fixes Bug #7029).
-- Vincent Renardias <vincent@waw.com> Tue, 4 Feb 1997 02:51:11 +0100
kaffe (0.7.1-1) unstable; urgency=low
* Upstream upgrade.
-- Vincent Renardias <vincent@waw.com> Fri, 24 Jan 1997 02:08:17 +0100
kaffe (0.7.0-1) unstable; urgency=low
* Upstream upgrade. * Modified 'j*-kaffe' scripts to use /etc/java-path.conf.
-- Vincent Renardias <vincent@waw.com> Sat, 18 Jan 1997 06:49:32 +0100
1996
kaffe (0.6.1-3) unstable; urgency=low
* Corrected script java-kaffe.
-- Vincent Renardias <vincent@waw.com> Sun, 29 Dec 1996 19:04:16 +0100
kaffe (0.6.1-2) unstable; urgency=low
* Added diversions to {java,javac,javadoc,jdb}.
* Added script 'jdb'.
-- Vincent Renardias <vincent@waw.com> Sun, 29 Dec 1996 06:22:42 +0100
kaffe (0.6.1-1) unstable; urgency=low
* Improved scripts 'kjavac' and 'kjavadoc'. * Upstream upgrade.
-- Vincent Renardias <vincent@waw.com> Mon, 23 Dec 1996 02:43:04 +0100
kaffe (0.6.0-1) unstable; urgency=low
* Initial Release.
-- Vincent Renardias <vincent@waw.com> Sat, 14 Dec 1996 04:36:00 +0100