Re: trying to make a new .deb

2003-08-14 Thread Egon Willighagen
On Thursday 07 August 2003 12:54, Paolo Ariano wrote: > Il gio, 2003-08-07 alle 11:43, Egon Willighagen ha scritto: > > I would suggest to apt-get source of some Java application and check how > > that does it... e.g. Jmol on mentors.debian.net, which is not in Debian > > itself yet (not sponsored)

Re: trying to make a new .deb

2003-08-14 Thread Arnaud Vandyck
On 11 Aug 2003 15:34:54 +0200 Paolo Ariano <[EMAIL PROTECTED]> wrote: > so you used Ant to make the build.xml and than you obtained the > Makefile...? mmm i've an original build.xml wrote by the upstream > author, how do i use it ? There are some explanations on http://pkg-java.aliot

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
Il lun, 2003-08-11 alle 15:06, [EMAIL PROTECTED] ha scritto: > No, Ant is the program that compiles the software based on the build.xml... > Ant is to build.xml, what make is to Makefile... ok perfect, i have understood but as dh_make use the Makefile to write the debian/rules and i've only a buil

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
Il lun, 2003-08-11 alle 12:41, [EMAIL PROTECTED] ha scritto: > Yes, it would indeed be nice to have a dh_make that would generate > a debian/ directory that uses Ant instead of Makefile... All, is this one > of the new program in the works? yes it would be really nice ;) i don't understand the que

Re: trying to make a new .deb

2003-08-14 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > > The Jmol program uses a Makefile wrapper around the Ant build.xml file... > > so you used Ant to make the build.xml and than you obtained the > Makefile...? No, Ant is the program that compiles the software based on the build.xml... Ant is to build.x

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > skeleton to give more sense hi * i used (as suggested) dh_make --single -c blank -e [EMAIL PROTECTED] i obtained the new directory debian/ with the skeleton but

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
Il gio, 2003-08-07 alle 14:27, Arnaud Vandyck ha scritto: > $ cd your_package_directory-java-X.Y/ > $ dh_make --single -c license thanks Arnaud and Egon, i've now created the debian dirctory with the skeleton of the new packet imagej-1.30s now i'll read http://pkg-java.alioth.debian.org/ and st

trying to make a new .deb

2003-08-14 Thread Paolo Ariano
hi * i've downloaded so much documentation (debian-policy,dev-ref,maint-guide,java-policy) that i'm a little bit confused :) i'd like to make a .deb of ImageJ (a java based imaging software) i've downloaded the source (all java files) and the ij.jar. reading the debian-new-maint-guide the first

Re: trying to make a new .deb

2003-08-11 Thread Paolo Ariano
Il lun, 2003-08-11 alle 15:06, [EMAIL PROTECTED] ha scritto: > No, Ant is the program that compiles the software based on the build.xml... > Ant is to build.xml, what make is to Makefile... ok perfect, i have understood but as dh_make use the Makefile to write the debian/rules and i've only a buil

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > > The Jmol program uses a Makefile wrapper around the Ant build.xml file... > > so you used Ant to make the build.xml and than you obtained the > Makefile...? No, Ant is the program that compiles the software based on the build.xml... Ant is to build.x

Re: trying to make a new .deb

2003-08-11 Thread Arnaud Vandyck
On 11 Aug 2003 15:34:54 +0200 Paolo Ariano <[EMAIL PROTECTED]> wrote: > so you used Ant to make the build.xml and than you obtained the > Makefile...? mmm i've an original build.xml wrote by the upstream > author, how do i use it ? There are some explanations on http://pkg-java.aliot

Re: trying to make a new .deb

2003-08-11 Thread Paolo Ariano
Il lun, 2003-08-11 alle 12:41, [EMAIL PROTECTED] ha scritto: > Yes, it would indeed be nice to have a dh_make that would generate > a debian/ directory that uses Ant instead of Makefile... All, is this one > of the new program in the works? yes it would be really nice ;) i don't understand the que

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > > skeleton to give more sense > > hi * > > i used (as suggested) > > dh_make --single -c blank -e [EMAIL PROTECTED]

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > > skeleton to give more sense > > hi * > > i used (as suggested) > > dh_make --single -c blank -e [EMAIL PROTECTED]

Re: trying to make a new .deb

2003-08-11 Thread Paolo Ariano
Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > skeleton to give more sense hi * i used (as suggested) dh_make --single -c blank -e [EMAIL PROTECTED] i obtained the new directory debian/ with the skeleton but

Re: trying to make a new .deb

2003-08-10 Thread Arnaud Vandyck
On Thu, 7 Aug 2003 11:43:31 +0200 Egon Willighagen <[EMAIL PROTECTED]> wrote: > On Thursday 07 August 2003 11:28, Paolo Ariano wrote: > > reading the debian-new-maint-guide the first problem is to use: > > dh_make obviously ... there is no makefile :| > > > > so is there some document that i didn'

Re: trying to make a new .deb

2003-08-10 Thread Paolo Ariano
Il gio, 2003-08-07 alle 11:43, Egon Willighagen ha scritto: > I would suggest to apt-get source of some Java application and check how > that does it... e.g. Jmol on mentors.debian.net, which is not in Debian itself > yet (not sponsored), or a simple Java application in Debian itself... > > To al

Re: trying to make a new .deb

2003-08-07 Thread Arnaud Vandyck
On 07 Aug 2003 12:54:27 +0200 Paolo Ariano <[EMAIL PROTECTED]> wrote: [...] > that's right, i was starting with xnap but now apt-get source jmol and > i'm reading all files in debian/ > i'll start to change it by hand putting my data,directorys and son on. > did you used something like dh-make de

Re: trying to make a new .deb

2003-08-07 Thread Paolo Ariano
Il gio, 2003-08-07 alle 14:27, Arnaud Vandyck ha scritto: > $ cd your_package_directory-java-X.Y/ > $ dh_make --single -c license thanks Arnaud and Egon, i've now created the debian dirctory with the skeleton of the new packet imagej-1.30s now i'll read http://pkg-java.alioth.debian.org/ and st

Re: trying to make a new .deb

2003-08-07 Thread Arnaud Vandyck
On 07 Aug 2003 12:54:27 +0200 Paolo Ariano <[EMAIL PROTECTED]> wrote: [...] > that's right, i was starting with xnap but now apt-get source jmol and > i'm reading all files in debian/ > i'll start to change it by hand putting my data,directorys and son on. > did you used something like dh-make de

Re: trying to make a new .deb

2003-08-07 Thread Arnaud Vandyck
On Thu, 7 Aug 2003 11:43:31 +0200 Egon Willighagen <[EMAIL PROTECTED]> wrote: > On Thursday 07 August 2003 11:28, Paolo Ariano wrote: > > reading the debian-new-maint-guide the first problem is to use: > > dh_make obviously ... there is no makefile :| > > > > so is there some document that i didn'

Re: trying to make a new .deb

2003-08-07 Thread Egon Willighagen
On Thursday 07 August 2003 12:54, Paolo Ariano wrote: > Il gio, 2003-08-07 alle 11:43, Egon Willighagen ha scritto: > > I would suggest to apt-get source of some Java application and check how > > that does it... e.g. Jmol on mentors.debian.net, which is not in Debian > > itself yet (not sponsored)

Re: trying to make a new .deb

2003-08-07 Thread Paolo Ariano
Il gio, 2003-08-07 alle 11:43, Egon Willighagen ha scritto: > I would suggest to apt-get source of some Java application and check how > that does it... e.g. Jmol on mentors.debian.net, which is not in Debian > itself > yet (not sponsored), or a simple Java application in Debian itself... > > To

Re: trying to make a new .deb

2003-08-07 Thread Egon Willighagen
On Thursday 07 August 2003 11:28, Paolo Ariano wrote: > reading the debian-new-maint-guide the first problem is to use: > dh_make obviously ... there is no makefile :| > > so is there some document that i didn't find and i've to read it (or > probably i've not read very well the others) but: > > wh

Re: trying to make a new .deb

2003-08-07 Thread Egon Willighagen
On Thursday 07 August 2003 11:28, Paolo Ariano wrote: > reading the debian-new-maint-guide the first problem is to use: > dh_make obviously ... there is no makefile :| > > so is there some document that i didn't find and i've to read it (or > probably i've not read very well the others) but: > > wh

trying to make a new .deb

2003-08-07 Thread Paolo Ariano
hi * i've downloaded so much documentation (debian-policy,dev-ref,maint-guide,java-policy) that i'm a little bit confused :) i'd like to make a .deb of ImageJ (a java based imaging software) i've downloaded the source (all java files) and the ij.jar. reading the debian-new-maint-guide the first