Author: mkoch
Date: 2009-09-29 07:31:58 +0000 (Tue, 29 Sep 2009)
New Revision: 10698

Modified:
   trunk/kaffe/debian/changelog
   trunk/kaffe/debian/control
   trunk/kaffe/debian/jikes-kaffe.prerm
   trunk/kaffe/debian/kaffe.preinst
   trunk/kaffe/debian/kaffe.prerm
   trunk/kaffe/debian/rules
Log:
kaffe (2:1.1.8-5.3) unstable; urgency=low

  * Non-maintainer upload.
  * Bump build-dep on gcj over 4.2 (no longer in unstable). Fix FTBFS.
    (Closes: #529872)

 -- Stefano Zacchiroli <[email protected]>  Wed, 16 Sep 2009 18:35:27 +0200

kaffe (2:1.1.8-5.2) unstable; urgency=high

  * Non-maintainer upload.
  * Avoid making kaffe the default java compiler upon configuration,
    overriding local choices. Thanks to Patrick Schoenfeld for the patch.
    Closes: #434647

 -- Stefano Zacchiroli <[email protected]>  Sun, 26 Oct 2008 19:25:03 +0100

kaffe (2:1.1.8-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use gcc-4.2 to avoid gcc using only lowest 8 bits and kaffe
    compiled code using all bits for truth value testing.
    Closes: #467486

 -- Thomas Viehmann <[email protected]>  Tue, 14 Oct 2008 17:54:35 +0200



Modified: trunk/kaffe/debian/changelog
===================================================================
--- trunk/kaffe/debian/changelog        2009-09-28 19:54:26 UTC (rev 10697)
+++ trunk/kaffe/debian/changelog        2009-09-29 07:31:58 UTC (rev 10698)
@@ -1,3 +1,29 @@
+kaffe (2:1.1.8-5.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bump build-dep on gcj over 4.2 (no longer in unstable). Fix FTBFS.
+    (Closes: #529872)
+
+ -- Stefano Zacchiroli <[email protected]>  Wed, 16 Sep 2009 18:35:27 +0200
+
+kaffe (2:1.1.8-5.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Avoid making kaffe the default java compiler upon configuration,
+    overriding local choices. Thanks to Patrick Schoenfeld for the patch.
+    Closes: #434647
+
+ -- Stefano Zacchiroli <[email protected]>  Sun, 26 Oct 2008 19:25:03 +0100
+
+kaffe (2:1.1.8-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use gcc-4.2 to avoid gcc using only lowest 8 bits and kaffe
+    compiled code using all bits for truth value testing.
+    Closes: #467486
+
+ -- Thomas Viehmann <[email protected]>  Tue, 14 Oct 2008 17:54:35 +0200
+
 kaffe (2:1.1.8-5) unstable; urgency=low
 
   * Build-Depends on default-jdk-builddep. Closes: #477868

Modified: trunk/kaffe/debian/control
===================================================================
--- trunk/kaffe/debian/control  2009-09-28 19:54:26 UTC (rev 10697)
+++ trunk/kaffe/debian/control  2009-09-29 07:31:58 UTC (rev 10698)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Ean R. Schuessler <[email protected]>, Arnaud Vandyck 
<[email protected]>, Adam Heath <[email protected]>, Michael Koch 
<[email protected]>, Jeroen van Wolffelaar <[email protected]>
-Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev, 
zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj-gcj (>= 3.3) [!alpha 
!arm !hppa !hurd-i386], gij-4.2 [!alpha !arm !hppa !hurd-i386], libgtk2.0-dev, 
libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], libesd0-dev, libcairo2-dev, libxtst-dev, 
libx11-dev, libxext-dev, libice-dev, libxt-dev, libgconf2-dev
+Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev, 
zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj-gcj (>= 3.3) [!alpha 
!arm !hppa !hurd-i386], gij [!alpha !arm !hppa !hurd-i386], libgtk2.0-dev, 
libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], libesd0-dev, libcairo2-dev, libxtst-dev, 
libx11-dev, libxext-dev, libice-dev, libxt-dev, libgconf2-dev, gcc-4.2
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kaffe
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kaffe

Modified: trunk/kaffe/debian/jikes-kaffe.prerm
===================================================================
--- trunk/kaffe/debian/jikes-kaffe.prerm        2009-09-28 19:54:26 UTC (rev 
10697)
+++ trunk/kaffe/debian/jikes-kaffe.prerm        2009-09-29 07:31:58 UTC (rev 
10698)
@@ -3,7 +3,6 @@
 case "$1" in
   upgrade | remove)
     update-alternatives --remove javac /usr/bin/jikes-kaffe || true
-    update-alternatives --auto javac || true
    ;;
 esac
 

Modified: trunk/kaffe/debian/kaffe.preinst
===================================================================
--- trunk/kaffe/debian/kaffe.preinst    2009-09-28 19:54:26 UTC (rev 10697)
+++ trunk/kaffe/debian/kaffe.preinst    2009-09-29 07:31:58 UTC (rev 10698)
@@ -5,7 +5,6 @@
 if [ "$1" = "upgrade" ] ; then
        for file in appletviewer jar java javac javadoc javah javakey javap jdb 
native2ascii rmic rmiregistry serialver ; do
                update-alternatives --remove $file /usr/lib/kaffe/bin/$file || 
true
-               update-alternatives --auto $file || true
        done
 fi
 

Modified: trunk/kaffe/debian/kaffe.prerm
===================================================================
--- trunk/kaffe/debian/kaffe.prerm      2009-09-28 19:54:26 UTC (rev 10697)
+++ trunk/kaffe/debian/kaffe.prerm      2009-09-29 07:31:58 UTC (rev 10698)
@@ -6,7 +6,6 @@
 if [ "$1" != "upgrade" ] ; then
        for file in appletviewer jar java javac javadoc javah javakey javap jdb 
native2ascii rmic rmiregistry serialver ; do
                update-alternatives --remove $file 
/etc/alternatives/kaffe-system/bin/$file || true
-               update-alternatives --auto $file || true
        done
 fi
 

Modified: trunk/kaffe/debian/rules
===================================================================
--- trunk/kaffe/debian/rules    2009-09-28 19:54:26 UTC (rev 10697)
+++ trunk/kaffe/debian/rules    2009-09-29 07:31:58 UTC (rev 10698)
@@ -16,7 +16,7 @@
 
 
 # these values can be overwritten in the rules.$(DEB_BUILD_GNU_TYPE) files
-CC             := gcc
+CC             := gcc-4.2
 COMPILER_JIKES := 
 COMPILER_ECJ   := 1
 ENABLE_SOUND   := yes


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to