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
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

