Re: Question about build dependencies.

2001-12-17 Thread Julian Gilbey
On Mon, Dec 17, 2001 at 01:27:04PM -0800, Sean 'Shaleh' Perry wrote: > > > > > Other checks can be build-dependencies of lynx, omt, ftp and other similar > > packages. Build dependencies of cvs is maybe a good check too. I've seen > > it before with other packages. > > > > lync could theoretica

Re: Question about build dependencies.

2001-12-17 Thread Sean 'Shaleh' Perry
On 17-Dec-2001 Gerhard Muntingh wrote: > On Mon, Dec 17, 2001 at 10:38:35AM -0800, Sean 'Shaleh' Perry wrote: >> slurps in Debian sources and builds off the network? Assuming constant >> network >> connectivity is absolute, pure evil. >> > > I remember I couldn't build a package a while ago (can

Re: Question about build dependencies.

2001-12-17 Thread Gerhard Muntingh
On Mon, Dec 17, 2001 at 10:38:35AM -0800, Sean 'Shaleh' Perry wrote: > slurps in Debian sources and builds off the network? Assuming constant > network > connectivity is absolute, pure evil. > I remember I couldn't build a package a while ago (can't remember which) because it had a sgml document

Re: Question about build dependencies.

2001-12-17 Thread Sean 'Shaleh' Perry
On 17-Dec-2001 Joey Hess wrote: > Sean 'Shaleh' Perry wrote: >> > Ok. Should this be a lintian check? Test for cvs -d :pserver:... >> > in the rules file? >> >> I can add it if I must. However I would like to trust our developers to not >> be >> that silly (-: >> >> Besides, it COULD be valid t

Re: Question about build dependencies.

2001-12-17 Thread Joey Hess
Sean 'Shaleh' Perry wrote: > > Ok. Should this be a lintian check? Test for cvs -d :pserver:... > > in the rules file? > > I can add it if I must. However I would like to trust our developers to not > be > that silly (-: > > Besides, it COULD be valid to do a cvs co via another make rule in the

Re: Question about build dependencies.

2001-12-17 Thread Ola Lundqvist
On Mon, Dec 17, 2001 at 01:27:04PM -0800, Sean 'Shaleh' Perry wrote: > > > > > Other checks can be build-dependencies of lynx, omt, ftp and other similar > > packages. Build dependencies of cvs is maybe a good check too. I've seen > > it before with other packages. > > > > lync could theoretica

Re: Question about build dependencies.

2001-12-17 Thread Ola Lundqvist
On Mon, Dec 17, 2001 at 10:28:18PM +0100, Marcus Brinkmann wrote: > On Mon, Dec 17, 2001 at 10:20:32PM +0100, Ola Lundqvist wrote: > > Other checks can be build-dependencies of lynx, omt, ftp and other similar > > packages. Build dependencies of cvs is maybe a good check too. I've seen > > it befor

Re: Question about build dependencies.

2001-12-17 Thread Marcus Brinkmann
On Mon, Dec 17, 2001 at 10:20:32PM +0100, Ola Lundqvist wrote: > Other checks can be build-dependencies of lynx, omt, ftp and other similar > packages. Build dependencies of cvs is maybe a good check too. I've seen > it before with other packages. lynx can be used in -dump mode to convert html to

Re: Question about build dependencies.

2001-12-17 Thread Sean 'Shaleh' Perry
> > Other checks can be build-dependencies of lynx, omt, ftp and other similar > packages. Build dependencies of cvs is maybe a good check too. I've seen > it before with other packages. > lync could theoretically be used to dump an html file as plain text during the build. Silly, but possible

Re: Question about build dependencies.

2001-12-17 Thread Ola Lundqvist
On Mon, Dec 17, 2001 at 11:48:15AM -0800, Sean 'Shaleh' Perry wrote: > > > > Ok. Should this be a lintian check? Test for cvs -d :pserver:... > > in the rules file? > > > > I can add it if I must. However I would like to trust our developers to not > be that silly (-: Hmm I took the idéa from

Re: Question about build dependencies.

2001-12-17 Thread Sean 'Shaleh' Perry
> > Ok. Should this be a lintian check? Test for cvs -d :pserver:... > in the rules file? > I can add it if I must. However I would like to trust our developers to not be that silly (-: Besides, it COULD be valid to do a cvs co via another make rule in the rules file, as long as it is not call

Re: Question about build dependencies.

2001-12-17 Thread Ola Lundqvist
On Mon, Dec 17, 2001 at 10:38:35AM -0800, Sean 'Shaleh' Perry wrote: > > On 17-Dec-2001 Ola Lundqvist wrote: > > Hi > > > > I have a question about build time dependencies for > > a package. The question was rized because I have now included > > (same way as java-common) imports from cvs.debian.o

Re: Question about build dependencies.

2001-12-17 Thread Sean 'Shaleh' Perry
On 17-Dec-2001 Ola Lundqvist wrote: > Hi > > I have a question about build time dependencies for > a package. The question was rized because I have now included > (same way as java-common) imports from cvs.debian.org in > the rules file. This means that to build the binary packages > you have to

Question about build dependencies.

2001-12-17 Thread Ola Lundqvist
Hi I have a question about build time dependencies for a package. The question was rized because I have now included (same way as java-common) imports from cvs.debian.org in the rules file. This means that to build the binary packages you have to have anonymous cvs access to cvs.debian.org. Is thi