Re: create tarball of java maven

2017-05-29 Thread Geert Stappers
On Mon, May 29, 2017 at 12:05:41AM +0300, Nada Gh wrote:
> 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 +0300, Nada Gh wrote:
> > > > > Hi,
> > > > > I obtained an upstream source but doesn't provide tarball.
> > > > > How I can generate the tarball?
> > > >
> > > > Please elaborate the question. e.g. tell what upstream does provide.
> > >
> > > Here is the source .
> >
> > https://github.com/qupath/qupath/releases/tag/v0.1.2
> >
> > And this might be in debian/watch file
> } And this might go in debian/watch file
> > -
> > # uscan watch file
> > version=4
> > opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qupath-$1.tar.gz%" \
> > https://github.com/qupath/qupath/tags \
> > (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
> > -
> > however  *untested*, but https://github.com/qupath/qupath/tags shows
> > some versions.
> >
> 
> 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?

It is upstream that provides the tarball that is input
for Debian packaging. So there is no "problem".
The "problem" on getting a tarball is solved.

Neither there is the "problem" 'it is all new'.
Sure, it is all new, all new things are.
This time is it Debian packaging of Java that is new for you.

Just invest time in learning a "new" skill. Remember how you
learned walking: With falling and getting up again.

Have a closer look at mh_make, read it's documenation.
Then, if needed, start a new email thread.
Bonuspoints for making it possible that people can read
in the discussion order. Yes, I'm asking to reply below the text.


Groeten
Geert Stappers
-- 
Leven en laten leven



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  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 +0300, Nada Gh wrote:
>> > > > Hi,
>> > > > I obtained an upstream source but doesn't provide tarball.
>> > > >
>> > > > How I can generate the tarball?
>> > >
>> > > Please elaborate the question. e.g. tell what upstream does provide.
>> > >
>> >
>> > Here is the source .
>> >
>>
>> https://github.com/qupath/qupath/releases/tag/v0.1.2
>>
>>
>> And this might be in debian/watch file
>> -
>> # uscan watch file
>> version=4
>> opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qupath-$1.tar.gz%" \
>> https://github.com/qupath/qupath/tags \
>> (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
>> -
>> however  *untested*, but https://github.com/qupath/qupath/tags shows
>> some versions.
>>
>>
>> Regards
>> Geert Stappers
>> --
>> Leven en laten leven
>>
>>
>


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 +0300, Nada Gh wrote:
> > > > Hi,
> > > > I obtained an upstream source but doesn't provide tarball.
> > > >
> > > > How I can generate the tarball?
> > >
> > > Please elaborate the question. e.g. tell what upstream does provide.
> > >
> >
> > Here is the source .
> >
>
> https://github.com/qupath/qupath/releases/tag/v0.1.2
>
>
> And this might be in debian/watch file
> -
> # uscan watch file
> version=4
> opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qupath-$1.tar.gz%" \
> https://github.com/qupath/qupath/tags \
> (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
> -
> however  *untested*, but https://github.com/qupath/qupath/tags shows
> some versions.
>
>
> Regards
> Geert Stappers
> --
> Leven en laten leven
>
>


Re: create tarball of java maven

2017-05-28 Thread Geert Stappers
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 +0300, Nada Gh wrote:
> > > Hi,
> > > I obtained an upstream source but doesn't provide tarball.
> > >
> > > How I can generate the tarball?
> >
> > Please elaborate the question. e.g. tell what upstream does provide.
> >
> 
> Here is the source .
> 

https://github.com/qupath/qupath/releases/tag/v0.1.2


And this might be in debian/watch file
-
# uscan watch file
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%qupath-$1.tar.gz%" \
https://github.com/qupath/qupath/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-
however  *untested*, but https://github.com/qupath/qupath/tags shows
some versions.


Regards
Geert Stappers
-- 
Leven en laten leven



Re: create tarball of java maven

2017-05-28 Thread Nada Gh
Hi Groeten,

Here is the source .

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.
> >
> > How I can generate the tarball?
>
> Please elaborate the question. e.g. tell what upstream does provide.
>
>
> Groeten
> Geert Stappers
> --
> Leven en laten leven
>
>


Re: create tarball of java maven

2017-05-28 Thread Geert Stappers
On Sun, May 28, 2017 at 09:22:08PM +0300, Nada Gh wrote:
> Hi,
> I obtained an upstream source but doesn't provide tarball.
> 
> How I can generate the tarball?

Please elaborate the question. e.g. tell what upstream does provide.


Groeten
Geert Stappers
-- 
Leven en laten leven