Re: Arch-dependent Depends:

2000-11-28 Thread Adam C Powell IV
Adam C Powell IV wrote: > Okay, check out this freakiness... > > Here's the substvars file: > > linear-algebra=atlas2 > linear-algebra-dev=atlas2-dev > > I've attached the control file. So why do I get the following warning: > > dpkg-gencontrol: warning: unknown substitution variable > ${linear-a

Re: Now another question...

2000-11-28 Thread Ola Lundqvist
On Tue, Nov 28, 2000 at 05:31:38PM +0100, Josip Rodin wrote: > On Mon, Nov 27, 2000 at 10:54:53PM +0100, Ola Lundqvist wrote: > > E: libmstore0: pkg-without-shlibs-has-shlibs-control-file > > N: > > N: Though the package does not include any shared libraries, it does have > > N: a shlibs contro

Re: Arch-dependent Depends:

2000-11-28 Thread Adam C Powell IV
Adam C Powell IV wrote: > Okay, check out this freakiness... > > Here's the substvars file: > > linear-algebra=atlas2 > linear-algebra-dev=atlas2-dev > > I've attached the control file. So why do I get the following warning: > > dpkg-gencontrol: warning: unknown substitution variable > ${linear-

Re: Now another question...

2000-11-28 Thread Ola Lundqvist
On Tue, Nov 28, 2000 at 05:31:38PM +0100, Josip Rodin wrote: > On Mon, Nov 27, 2000 at 10:54:53PM +0100, Ola Lundqvist wrote: > > E: libmstore0: pkg-without-shlibs-has-shlibs-control-file > > N: > > N: Though the package does not include any shared libraries, it does have > > N: a shlibs contr

Re: What to do with optimization flags ?

2000-11-28 Thread Adam C Powell IV
Michel LESPINASSE wrote: > On Tue, Nov 28, 2000 at 06:11:47AM +0100, Samuel Hocevar wrote: > > On Mon, Nov 27, 2000, Ben Collins wrote: > > > IMO, the better way would be if the CPU intensive portions were in a > > > shared library (even if the library is only used for this application). > > > The

Re: Now another question...

2000-11-28 Thread Josip Rodin
On Mon, Nov 27, 2000 at 10:54:53PM +0100, Ola Lundqvist wrote: > E: libmstore0: pkg-without-shlibs-has-shlibs-control-file > N: > N: Though the package does not include any shared libraries, it does have > N: a shlibs control file. > N: > N: Processing binary package libicap0 (version 0.8-1) .

Re: What to do with optimization flags ?

2000-11-28 Thread Adam C Powell IV
Michel LESPINASSE wrote: > On Tue, Nov 28, 2000 at 06:11:47AM +0100, Samuel Hocevar wrote: > > On Mon, Nov 27, 2000, Ben Collins wrote: > > > IMO, the better way would be if the CPU intensive portions were in a > > > shared library (even if the library is only used for this application). > > > Th

Re: Now another question...

2000-11-28 Thread Josip Rodin
On Mon, Nov 27, 2000 at 10:54:53PM +0100, Ola Lundqvist wrote: > E: libmstore0: pkg-without-shlibs-has-shlibs-control-file > N: > N: Though the package does not include any shared libraries, it does have > N: a shlibs control file. > N: > N: Processing binary package libicap0 (version 0.8-1)

Re: What to do with optimization flags ?

2000-11-28 Thread Ben Collins
On Mon, Nov 27, 2000 at 09:32:46PM -0800, Michel LESPINASSE wrote: > On Tue, Nov 28, 2000 at 06:11:47AM +0100, Samuel Hocevar wrote: > > On Mon, Nov 27, 2000, Ben Collins wrote: > > > IMO, the better way would be if the CPU intensive portions were in a > > > shared library (even if the library is o

Re: Bug#77840: whatis problem in wml manpages

2000-11-28 Thread Josip Rodin
On Tue, Nov 28, 2000 at 12:32:46AM +0100, Denis Barbier wrote: > > > > > > mandb: warning: /usr/share/man/man1/wml_aux_linklint.1.gz: whatis > > > > > > parse for wml_aux_linklint(1) failed > > > > > > > > > > i am a new Debian developer, and have no idea how to fix this bug. > > > > > It appears

Re: What to do with optimization flags ?

2000-11-28 Thread Ben Collins
On Mon, Nov 27, 2000 at 09:32:46PM -0800, Michel LESPINASSE wrote: > On Tue, Nov 28, 2000 at 06:11:47AM +0100, Samuel Hocevar wrote: > > On Mon, Nov 27, 2000, Ben Collins wrote: > > > IMO, the better way would be if the CPU intensive portions were in a > > > shared library (even if the library is

Re: Bug#77840: whatis problem in wml manpages

2000-11-28 Thread Josip Rodin
On Tue, Nov 28, 2000 at 12:32:46AM +0100, Denis Barbier wrote: > > > > > > mandb: warning: /usr/share/man/man1/wml_aux_linklint.1.gz: whatis parse >for wml_aux_linklint(1) failed > > > > > > > > > > i am a new Debian developer, and have no idea how to fix this bug. > > > > > It appears that prev

Re: What to do with optimization flags ?

2000-11-28 Thread Michel LESPINASSE
On Tue, Nov 28, 2000 at 06:38:49AM +0100, Samuel Hocevar wrote: >I know it technically works, but Debian Policy requires PIC code for > shared libraries. Yes. I dont know if its OK to pretend that "its not a shared library, its just a plugin !" :) -- Michel "Walken" LESPINASSE Of course I th

Re: Build-depends: autoconf, automake ?

2000-11-28 Thread Matt Zimmerman
On Tue, Nov 28, 2000 at 01:00:41AM -0500, Steve Robbins wrote: > On Mon, 27 Nov 2000, Matt Zimmerman wrote: > > I ship the upstream sources with the original Makefile.in's to avoid a huge > > diff, and only patched Makefile.am's. I believe the automake-generated > > makefiles will automatically r

Re: Build-depends: autoconf, automake ?

2000-11-28 Thread Steve Robbins
On Mon, 27 Nov 2000, Matt Zimmerman wrote: > On Sun, Nov 26, 2000 at 02:40:51PM -0500, Steve Robbins wrote: > > > In light of the above, one solution that suggests itself is to just stick > > autoconf and automake in the Build-depends line, and > > > > 1. run "make maintainer-clean" in debian/ru