Re: svn-buildpackage with pbuilder

2010-11-17 Thread anatoly techtonik
On Wed, Nov 17, 2010 at 1:22 PM, Daniel Leidert wrote: > anatoly techtonik wrote: >> On Tue, Nov 16, 2010 at 7:30 PM, David Paleino wrote: >> > On Tue, 16 Nov 2010 19:07:04 +0200, anatoly techtonik wrote: >> > >> >> I am trying to use svn-buildpackage with

Re: svn-buildpackage with pbuilder

2010-11-17 Thread Daniel Leidert
anatoly techtonik wrote: > On Tue, Nov 16, 2010 at 7:30 PM, David Paleino wrote: > > On Tue, 16 Nov 2010 19:07:04 +0200, anatoly techtonik wrote: > > > >> I am trying to use svn-buildpackage with pbuilder to check my > >> dependencies. > >> pbuilder do

Re: svn-buildpackage with pbuilder

2010-11-16 Thread anatoly techtonik
On Tue, Nov 16, 2010 at 7:30 PM, David Paleino wrote: > On Tue, 16 Nov 2010 19:07:04 +0200, anatoly techtonik wrote: > >> I am trying to use svn-buildpackage with pbuilder to check my dependencies. >> pbuilder documentation mentions that it automatically satisfy the >> b

Re: svn-buildpackage with pbuilder

2010-11-16 Thread David Paleino
On Tue, 16 Nov 2010 19:07:04 +0200, anatoly techtonik wrote: > I am trying to use svn-buildpackage with pbuilder to check my dependencies. > pbuilder documentation mentions that it automatically satisfy the > build-dependencies inside chroot, but this doesn't happen. > I e

svn-buildpackage with pbuilder

2010-11-16 Thread anatoly techtonik
Hi, I am trying to use svn-buildpackage with pbuilder to check my dependencies. pbuilder documentation mentions that it automatically satisfy the build-dependencies inside chroot, but this doesn't happen. I execute $ svn-buildpackage --svn-ignore-new --svn-builder='pdebuild' an

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-03 Thread Russ Allbery
W Borgert <[EMAIL PROTECTED]> writes: > On Tue, Aug 02, 2005 at 03:49:54PM -0400, Yaroslav Halchenko wrote: >> Look down the thread -- your question was answered: >> >> Date: Mon, 01 Aug 2005 16:03:03 +0200 >> From: Arjan Oosting <[EMAIL PROTECTED]> >> >> It is, the orig.tar.gz is created if you

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-03 Thread W. Borgert
On Tue, Aug 02, 2005 at 03:49:54PM -0400, Yaroslav Halchenko wrote: > Look down the thread -- your question was answered: > > Date: Mon, 01 Aug 2005 16:03:03 +0200 > From: Arjan Oosting <[EMAIL PROTECTED]> > > It is, the orig.tar.gz is created if you do a > FORCEEXPORT=yes svn-buildpackage Works

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-02 Thread Arjan Oosting
Op di, 02-08-2005 te 17:50 +, schreef W. Borgert: > On Sun, Jul 31, 2005 at 07:03:14AM -0400, Yaroslav Halchenko wrote: > > borrowed from a nice minimalistic HOWTO > > http://workaround.org/moin/SvnBuildpackage > > That is indeed a very helpful HOWTO. Thanks! > > > 3 and 5 just add them to -

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-02 Thread Yaroslav Halchenko
debian-mentors@lists.debian.org Subject: Re: How to use svn(-buildpackage) with pbuilder? X-Spam-Level: gpg: Signature made Mon Aug 1 10:03:03 2005 EDT using DSA key ID 962E3890 gpg: Can't check signature: public key not found [-- The following data is signed --] Op ma, 01-08-2005 te 13:44 +02

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-02 Thread W. Borgert
On Sun, Jul 31, 2005 at 07:03:14AM -0400, Yaroslav Halchenko wrote: > borrowed from a nice minimalistic HOWTO > http://workaround.org/moin/SvnBuildpackage That is indeed a very helpful HOWTO. Thanks! > 3 and 5 just add them to --svn-postbuild as IT IS SAID IN THE MAN PAGE: :-) OK, thanks. One

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-01 Thread Tyler Trafford
Florian Ragwitz wrote: > On Sun, Jul 31, 2005 at 07:03:14AM -0400, Yaroslav Halchenko wrote: > >>On Sun, Jul 31, 2005 at 09:59:04AM +, W. Borgert wrote: >> >>>- How do I have to arrange the repository, so that >> >>better use arrangement which svn-buildpackage creates >>branches trunk tags ups

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-01 Thread Arjan Oosting
Op ma, 01-08-2005 te 13:44 +0200, schreef Matthijs Mohlmann: > > I don't want to have all revisions of the package that ever existed on > > my filesystem. Is it possible to make svn-buildpackage create the > > tarballs on build-time? > > > AFAIK it isn't possible. It is, the orig.tar.gz is created

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-01 Thread Matthijs Mohlmann
Hi, Florian Ragwitz wrote: > On Sun, Jul 31, 2005 at 07:03:14AM -0400, Yaroslav Halchenko wrote: > >>On Sun, Jul 31, 2005 at 09:59:04AM +, W. Borgert wrote: >> >>>- How do I have to arrange the repository, so that >> >>better use arrangement which svn-buildpackage creates >>branches trunk tag

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-01 Thread Florian Ragwitz
On Sun, Jul 31, 2005 at 07:03:14AM -0400, Yaroslav Halchenko wrote: > On Sun, Jul 31, 2005 at 09:59:04AM +, W. Borgert wrote: > > - How do I have to arrange the repository, so that > > better use arrangement which svn-buildpackage creates > branches trunk tags upstream build-area and tarballs >

Re: How to use svn(-buildpackage) with pbuilder?

2005-07-31 Thread Yaroslav Halchenko
On Sun, Jul 31, 2005 at 09:59:04AM +, W. Borgert wrote: > - How do I have to arrange the repository, so that better use arrangement which svn-buildpackage creates branches trunk tags upstream build-area and tarballs > under pkg-greetings/hello/tags/1.0-1/? Or do I have to put > the upstrea

How to use svn(-buildpackage) with pbuilder?

2005-07-31 Thread W. Borgert
Hi, what is the right/best way to build packages from SVN using pbuilder? I am new to both, please be patient. Suppose, I have a package with complete upstream sources (no tarballs) under svn://svn.debian.org/svn/pkg-greetings/hello/ with the subdirectories branches/, tags/, and trunk/. - How d