Re: create tarball of java maven

2017-05-28 Thread Nada Gh
Hi Geert, I can download a tarball but it includes files from maven. I just want to include the minimum dependencies required for debian packaging. I found mh_make from maven debian helper command, have you tried it? Thanks On Sun, May 28, 2017 at 11:51 PM, Nada Gh wrote: > Thanks Ge

Re: create tarball of java maven

2017-05-28 Thread Nada Gh
Thanks Geert, I will check that!. Regards, N.G On Sun, May 28, 2017 at 10:16 PM, Geert Stappers wrote: > On Sun, May 28, 2017 at 10:02:54PM +0300, Nada Gh wrote: > > On Sun, May 28, 2017 at 9:41 PM, Geert Stappers wrote: > > > On Sun, May 28, 2017 at 09:22:08PM +0

Re: create tarball of java maven

2017-05-28 Thread Nada Gh
Hi Groeten, Here is the source <https://github.com/qupath/qupath>. Thanks N.G On Sun, May 28, 2017 at 9:41 PM, Geert Stappers wrote: > On Sun, May 28, 2017 at 09:22:08PM +0300, Nada Gh wrote: > > Hi, > > I obtained an upstream source but doesn't provide tarball. >

create tarball of java maven

2017-05-28 Thread Nada Gh
Hi, I obtained an upstream source but doesn't provide tarball. How I can generate the tarball? Thanks N.G

packaging from java maven

2017-05-25 Thread Nada Gh
Hi, I have a java source that was built using maven without debian source. How can I generate debian source with all necessary tarballs for building? *I found two options, but couldn't implement them:* 1- Using (get-orig-source ) target in debian/rules. What specific code to insert, how to mak