Bug#295703: Patch for debian/FileActions

Wolfgang Baer Wolfgang Baer <WBaer@gmx.de>, 295703@bugs.debian.org
Tue Apr 5 20:27:04 2005


This is a multi-part message in MIME format.
--------------070203020506040102080305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

tags 295703 patch
thanks

Hi,

well it takes sometime to find yourself at home in the
kaffe package - but here is it: my first kaffe patch :-)

As jthreads is build without awt-gtk the awt header stuff
is not included in its include directory.

Therefore the move action for Target: usr/lib/kaffe/include
must be based on pthreads to get the header files included
in the resulting kaffe-dev package. For the two changes
see the patch.

Regards,

Wolfgang

--------------070203020506040102080305
Content-Type: text/x-patch;
 name="kaffe_include_jawt_header_stuff.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kaffe_include_jawt_header_stuff.patch"

Index: kaffe/debian/FileActions
===================================================================
RCS file: /cvsroot/pkg-java/kaffe/debian/FileActions,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 FileActions
--- kaffe/debian/FileActions	3 Apr 2005 21:03:05 -0000	1.1.1.1
+++ kaffe/debian/FileActions	5 Apr 2005 19:54:21 -0000
@@ -1,4 +1,4 @@
-File: usr/lib/kaffe/jthreads/include
+File: usr/lib/kaffe/pthreads/include
 Target: usr/lib/kaffe/include
 Action: move-link
 
@@ -18,7 +18,7 @@
 #Target: usr/share/kaffe-common/jre/bin
 #Action: move-link
 
-File: usr/lib/kaffe/pthreads/include
+File: usr/lib/kaffe/jthreads/include
 Target: usr/lib/kaffe/include
 Action: link
 

--------------070203020506040102080305--