Re: Svn-buildpakcage ignoring some directories.

2007-07-19 Thread Daniel Leidert
Am Donnerstag, den 19.07.2007, 13:50 +0900 schrieb Charles Plessy: > Le Thu, Jul 19, 2007 at 01:26:01AM +0200, Daniel Leidert a écrit : [..] > > [..] > > rm -rf debian/manpages/* > > [..] > > > > But this empties the whole directory. I guess, that's the reason, why > > it's missing in the diff. A

Re: Svn-buildpakcage ignoring some directories.

2007-07-19 Thread Charles Plessy
Le Thu, Jul 19, 2007 at 08:48:08AM -0500, Luis Rodrigo Gallardo Cruz a écrit : > On Thu, Jul 19, 2007 at 06:27:10PM +0900, Charles Plessy wrote: > > Le Thu, Jul 19, 2007 at 10:07:28AM +0100, Jon Dowland a écrit : > > > Why do you want the directory in the diff.gz? If you need it at build > > > time

Re: Svn-buildpakcage ignoring some directories.

2007-07-19 Thread Luis Rodrigo Gallardo Cruz
On Thu, Jul 19, 2007 at 06:27:10PM +0900, Charles Plessy wrote: > Le Thu, Jul 19, 2007 at 10:07:28AM +0100, Jon Dowland a écrit : > > Why do you want the directory in the diff.gz? If you need it at build > > time, create it in the build rules. > > I just thought it was simpler if there were no bui

Re: Svn-buildpakcage ignoring some directories.

2007-07-19 Thread Charles Plessy
Le Thu, Jul 19, 2007 at 10:07:28AM +0100, Jon Dowland a écrit : > On Thu, Jul 19, 2007 at 01:50:43PM +0900, Charles Plessy wrote: > > I was indeed wonering wether the fact that debian/manpage is empty > > would be a problem, so that is why I tried to transfer the manpage > > building script in it.

Re: Svn-buildpakcage ignoring some directories.#

2007-07-19 Thread Jon Dowland
On Thu, Jul 19, 2007 at 01:50:43PM +0900, Charles Plessy wrote: > I was indeed wonering wether the fact that debian/manpage is empty > would be a problem, so that is why I tried to transfer the manpage > building script in it. Why do you want the directory in the diff.gz? If you need it at build t

Re: Svn-buildpakcage ignoring some directories.

2007-07-18 Thread Charles Plessy
Le Thu, Jul 19, 2007 at 01:26:01AM +0200, Daniel Leidert a écrit : > > I'm not sure, that this is a svn-buildpackage issue. svn-buildpackage > exports the whole directory. What I can see is, that the clean target > runs: > > [..] > rm -rf debian/manpages/* > [..] > > But this empties the whole d

Re: Svn-buildpakcage ignoring some directories.

2007-07-18 Thread Daniel Leidert
Am Mittwoch, den 18.07.2007, 20:19 +0900 schrieb Charles Plessy: > I am using svn-buildpacakge to manage the debian directory of the emboss > pacakge, but at build time it ignores subdirectories - that is, > debian/manpages and debian/patches are not included in the .diff.gz. > > http://svn.debia

Re: Svn-buildpakcage ignoring some directories.

2007-07-18 Thread Bernd Zeimetz
Hi, > I am using svn-buildpacakge to manage the debian directory of the emboss > pacakge, but at build time it ignores subdirectories - that is, > debian/manpages and debian/patches are not included in the .diff.gz. > > http://svn.debian.org/wsvn/pkg-emboss/emboss/trunk/debian/?rev=0&sc=0 > > Do

Re: Svn-buildpakcage ignoring some directories.

2007-07-18 Thread George Danchev
On Wednesday 18 July 2007, Charles Plessy wrote: > Dear mentors, > > I am using svn-buildpacakge to manage the debian directory of the emboss > pacakge, but at build time it ignores subdirectories - that is, > debian/manpages and debian/patches are not included in the .diff.gz. > > http://svn.debia

Svn-buildpakcage ignoring some directories.

2007-07-18 Thread Charles Plessy
Dear mentors, I am using svn-buildpacakge to manage the debian directory of the emboss pacakge, but at build time it ignores subdirectories - that is, debian/manpages and debian/patches are not included in the .diff.gz. http://svn.debian.org/wsvn/pkg-emboss/emboss/trunk/debian/?rev=0&sc=0 Does a