r2207 - trunk/kaffe/debian
Michael Koch
mkoch at costa.debian.org
Tue Jun 20 15:55:08 UTC 2006
Author: mkoch
Date: 2006-06-20 15:55:08 +0000 (Tue, 20 Jun 2006)
New Revision: 2207
Added:
trunk/kaffe/debian/rules.ia64
Modified:
trunk/kaffe/debian/
trunk/kaffe/debian/changelog
trunk/kaffe/debian/control
trunk/kaffe/debian/rules
Log:
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 at gmx.de> Tue, 20 Jun 2006 15:22:27 +0000
Property changes on: trunk/kaffe/debian
___________________________________________________________________
Name: svn:ignore
+ jikes-kaffe
kaffe
kaffe-common
kaffe-dev
kaffe-doc
kaffe-jthreads
kaffe-pthreads
files
install
kaffe-jthreads.postinst
kaffe-jthreads.prerm
kaffe-jthreads.substvars
kaffe-pthreads.postinst
kaffe-pthreads.prerm
kaffe-pthreads.substvars
Modified: trunk/kaffe/debian/changelog
===================================================================
--- trunk/kaffe/debian/changelog 2006-06-19 19:52:21 UTC (rev 2206)
+++ trunk/kaffe/debian/changelog 2006-06-20 15:55:08 UTC (rev 2207)
@@ -1,3 +1,11 @@
+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 at 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.
Modified: trunk/kaffe/debian/control
===================================================================
--- trunk/kaffe/debian/control 2006-06-19 19:52:21 UTC (rev 2206)
+++ trunk/kaffe/debian/control 2006-06-20 15:55:08 UTC (rev 2207)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ean R. Schuessler <ean at novare.net>, Arnaud Vandyck <avdyk at debian.org>, Adam Heath <doogie at brainfood.com>, Michael Koch <konqueror at gmx.de>, Jeroen van Wolffelaar <jeroen at wolffelaar.nl>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends: debhelper (>= 4.1), libpng12-dev, libjpeg62-dev, libungif4-dev, zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj-bootstrap (>= 3.1.2-4), ecj-bootstrap-gcj (>= 3.1.2-4) [alpha arm hppa i386 ia64 powerpc s390 sparc], libgtk2.0-dev, libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev, libesd0-dev, libcairo2-dev, libxtst-dev, libx11-dev, libxext-dev, x-dev, libice-dev, libxt-dev, libasound2-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1), libpng12-dev, libjpeg62-dev, libungif4-dev, zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj-bootstrap (>= 3.1.2-4), ecj-bootstrap-gcj (>= 3.1.2-4) [alpha arm hppa i386 ia64 powerpc s390 sparc], libgtk2.0-dev, libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev, libesd0-dev, libcairo2-dev, libxtst-dev, libx11-dev, libxext-dev, x-dev, libice-dev, libxt-dev, libasound2-dev, gcc-4.0 [ia64]
+Standards-Version: 3.7.2
Package: kaffe
Architecture: all
@@ -29,7 +29,7 @@
Provides: java-virtual-machine, java-runtime, java1-runtime, java-compiler, kaffe
Description: A green threads enabled version of the Kaffe VM
Green threads enabled compiler for the Kaffe VM for situations where native
- POSIX threads are problematic, less performant or unavailable.
+ POSIX threads are problematic, less efficient or unavailable.
Package: kaffe-pthreads
Architecture: any
Modified: trunk/kaffe/debian/rules
===================================================================
--- trunk/kaffe/debian/rules 2006-06-19 19:52:21 UTC (rev 2206)
+++ trunk/kaffe/debian/rules 2006-06-20 15:55:08 UTC (rev 2207)
@@ -16,6 +16,7 @@
# these values can be overwritten in the rules.$(DEB_BUILD_GNU_TYPE) files
+CC := gcc
COMPILER_JIKES :=
COMPILER_ECJ := 1
ENABLE_SOUND := yes
@@ -104,7 +105,7 @@
$(patsubst %,$(STAMP_DIR)/configure-%,$(SYSTEMS)): $(STAMP_DIR)/configure-%: $(patched)
dh_testdir
mkdir -p build/$*
- cd build/$* && $(CURDIR)/$(BUILD_TREE)/configure $(CONFFLAGS) --with-threads=unix-$(word 1,$(subst -,$(space),$*)) --prefix=/usr/lib/kaffe/$* --sharedstatedir=/var/lib/kaffe/$*
+ cd build/$* && CC="$(CC)" $(CURDIR)/$(BUILD_TREE)/configure $(CONFFLAGS) --with-threads=unix-$(word 1,$(subst -,$(space),$*)) --prefix=/usr/lib/kaffe/$* --sharedstatedir=/var/lib/kaffe/$*
touch $@
build: $(patsubst %,$(STAMP_DIR)/build-%,$(SYSTEMS))
Added: trunk/kaffe/debian/rules.ia64
===================================================================
--- trunk/kaffe/debian/rules.ia64 2006-06-19 19:52:21 UTC (rev 2206)
+++ trunk/kaffe/debian/rules.ia64 2006-06-20 15:55:08 UTC (rev 2207)
@@ -0,0 +1 @@
+CC = gcc-4.0
More information about the pkg-java-commits
mailing list