Re: java dependency substvars and native compilation

2007-05-02 Thread Florian Weimer
* Matthew Johnson: > Two subjects to this mail. Firstly, I had a go at writing a dh_javadeps > which will search for jar files, find the classes they reference and > find the packages they are in. This can be found at > http://mjj29.matthew.ath.cx/dh_javadeps It updates $package.substvars so > you

Re: java dependency substvars and native compilation

2007-05-02 Thread Paul Cager
Matthew Johnson wrote: > On Wed May 02 16:54, Michael Koch wrote: >> On Wed, May 02, 2007 at 03:15:39PM +0100, Matthew Johnson wrote: >>> On Wed May 02 15:57, Michael Koch wrote: On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: > Two subjects to this mail. Firstly, I had a

Re: java dependency substvars and native compilation

2007-05-02 Thread Matthew Johnson
On Thu May 03 00:00, Paul Cager wrote: > Thanks for submitting this idea - you've reawakened my interest in > compiling a "Java Packagers Wishlist"! > > I think the idea of writing a program to determine Jar dependencies is a > good one, but I'm not sure it can ever be fully automatic, for the >

Re: java dependency substvars and native compilation

2007-05-02 Thread Michael Koch
On Wed, May 02, 2007 at 05:01:27PM +0100, Matthew Johnson wrote: > On Wed May 02 16:54, Michael Koch wrote: > > On Wed, May 02, 2007 at 03:15:39PM +0100, Matthew Johnson wrote: > > > On Wed May 02 15:57, Michael Koch wrote: > > > > On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: >

Re: java dependency substvars and native compilation

2007-05-02 Thread Matthew Johnson
On Wed May 02 16:54, Michael Koch wrote: > On Wed, May 02, 2007 at 03:15:39PM +0100, Matthew Johnson wrote: > > On Wed May 02 15:57, Michael Koch wrote: > > > On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: > > > > Two subjects to this mail. Firstly, I had a go at writing a dh_java

Re: java dependency substvars and native compilation

2007-05-02 Thread Michael Koch
On Wed, May 02, 2007 at 03:15:39PM +0100, Matthew Johnson wrote: > On Wed May 02 15:57, Michael Koch wrote: > > On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: > > > Two subjects to this mail. Firstly, I had a go at writing a dh_javadeps > > > which will search for jar files, find

Re: java dependency substvars and native compilation

2007-05-02 Thread Matthew Johnson
On Wed May 02 15:57, Michael Koch wrote: > On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: > > Two subjects to this mail. Firstly, I had a go at writing a dh_javadeps > > which will search for jar files, find the classes they reference and > > find the packages they are in. This ca

Re: java dependency substvars and native compilation

2007-05-02 Thread Michael Koch
On Wed, May 02, 2007 at 01:58:46PM +0100, Matthew Johnson wrote: > Two subjects to this mail. Firstly, I had a go at writing a dh_javadeps > which will search for jar files, find the classes they reference and > find the packages they are in. This can be found at > http://mjj29.matthew.ath.cx/dh_ja

java dependency substvars and native compilation

2007-05-02 Thread Matthew Johnson
Two subjects to this mail. Firstly, I had a go at writing a dh_javadeps which will search for jar files, find the classes they reference and find the packages they are in. This can be found at http://mjj29.matthew.ath.cx/dh_javadeps It updates $package.substvars so you can use ${java:Depends} in co