Automatic tarball retreival

2007-08-21 Thread Charles Plessy
Le Tue, Aug 21, 2007 at 10:42:04AM +0200, Steffen Moeller a écrit : > > For the direct use of svn-buildpackage it is only the source that is missing, > isn't it? uscan should in most cases deliver that, probably move it to the > wrong directory, though, or does it inspect debian/.svn ? Hi Steff

Re: Automatic tarball retreival

2007-08-21 Thread Andreas Tille
On Tue, 21 Aug 2007, Charles Plessy wrote: # This is useful to download the orig.gz sources before running svn-buildpackage tarballs: [ -d ../tarballs ] || mkdir ../tarballs uscan --force-download mv ../melt* ../tarballs As you can see, code factorisation is not 100 %, but

Re: Automatic tarball retreival

2007-08-21 Thread Steffen Moeller
On Tuesday 21 August 2007 17:44:17 Andreas Tille wrote: > On Tue, 21 Aug 2007, Charles Plessy wrote: > > # This is useful to download the orig.gz sources before running > > svn-buildpackage tarballs: > >[ -d ../tarballs ] || mkdir ../tarballs > >uscan --force-download > >mv

Re: Automatic tarball retreival

2007-08-22 Thread Daniel Leidert
Am Dienstag, den 21.08.2007, 23:54 +0900 schrieb Charles Plessy: > Le Tue, Aug 21, 2007 at 10:42:04AM +0200, Steffen Moeller a écrit : > > > > For the direct use of svn-buildpackage it is only the source that is > > missing, > > isn't it? uscan should in most cases deliver that, probably move it