[pkg-java] r4175 - in trunk/classpath/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Fri Sep 14 18:13:28 UTC 2007


Author: mkoch
Date: 2007-09-14 18:13:28 +0000 (Fri, 14 Sep 2007)
New Revision: 4175

Added:
   trunk/classpath/debian/patches/20_gcc-4.2.dpatch
Modified:
   trunk/classpath/debian/changelog
   trunk/classpath/debian/control
   trunk/classpath/debian/patches/00list
Log:
classpath (2:0.95-3) unstable; urgency=low

  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #441513.
  * Make classpath build with GCC 4.2. Closes: #431889.

 -- Michael Koch <konqueror at gmx.de>  Fri, 14 Sep 2007 17:51:18 +0200



Modified: trunk/classpath/debian/changelog
===================================================================
--- trunk/classpath/debian/changelog	2007-09-14 18:11:44 UTC (rev 4174)
+++ trunk/classpath/debian/changelog	2007-09-14 18:13:28 UTC (rev 4175)
@@ -1,3 +1,10 @@
+classpath (2:0.95-3) unstable; urgency=low
+
+  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #441513.
+  * Make classpath build with GCC 4.2. Closes: #431889.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 14 Sep 2007 17:51:18 +0200
+
 classpath (2:0.95-2) unstable; urgency=low
 
   * Re-enable accidently disabled javadocs. Closes: #435324.

Modified: trunk/classpath/debian/control
===================================================================
--- trunk/classpath/debian/control	2007-09-14 18:11:44 UTC (rev 4174)
+++ trunk/classpath/debian/control	2007-09-14 18:13:28 UTC (rev 4175)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org> 
 Uploaders: Michael Koch <konqueror at gmx.de>, Arnaud Vandyck <avdyk at debian.org>, John Leuner <jewel at debian.org>
-Build-Depends: debhelper (>= 4.0.0), ecj-bootstrap, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev, libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev, ladspa-sdk, libjack0.100.0-dev, libxul-dev, libmagic-dev
+Build-Depends: debhelper (>= 4.0.0), ecj, zip, libgtk2.0-dev, libgconf2-dev, libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, libasound2-dev, libcairo2-dev, dpatch, libqt4-dev (>= 4.1.0), dssi-dev, ladspa-sdk, libjack0.100.0-dev, libxul-dev, libmagic-dev
 Build-Depends-Indep: gjdoc (>= 0.7.5-4)
 Standards-Version: 3.7.2
 

Modified: trunk/classpath/debian/patches/00list
===================================================================
--- trunk/classpath/debian/patches/00list	2007-09-14 18:11:44 UTC (rev 4174)
+++ trunk/classpath/debian/patches/00list	2007-09-14 18:13:28 UTC (rev 4175)
@@ -1 +1,2 @@
 10_appletviewer.dpatch
+20_gcc-4.2.dpatch

Added: trunk/classpath/debian/patches/20_gcc-4.2.dpatch
===================================================================
--- trunk/classpath/debian/patches/20_gcc-4.2.dpatch	                        (rev 0)
+++ trunk/classpath/debian/patches/20_gcc-4.2.dpatch	2007-09-14 18:13:28 UTC (rev 4175)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_test.dpatch by  <konqueror at gmx.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds runtime selection of the runtime to the appletviewer tool
+
+ at DPATCH@
+--- classpath/native/jni/midi-alsa/Makefile.in.orig	2007-09-14 17:49:14.000000000 +0200
++++ classpath/native/jni/midi-alsa/Makefile.in	2007-09-14 17:49:37.000000000 +0200
+@@ -274,7 +274,7 @@
+ libgjsmalsa_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version
+ AM_LDFLAGS = @CLASSPATH_MODULE@
+ AM_CPPFLAGS = @CLASSPATH_INCLUDES@ `pkg-config  --cflags-only-I alsa`
+-AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ @ERROR_CFLAGS@ `pkg-config --cflags-only-other alsa`
++AM_CFLAGS = @WARNING_CFLAGS@ @STRICT_WARNING_CFLAGS@ `pkg-config --cflags-only-other alsa`
+ all: all-am
+ 
+ .SUFFIXES:


Property changes on: trunk/classpath/debian/patches/20_gcc-4.2.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-java-commits mailing list