Re: Binary depends

2002-05-24 Thread Sean 'Shaleh' Perry
On 25-May-2002 Junichi Uekawa wrote: > On Fri, 24 May 2002 11:27:59 -0700 (PDT) > "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > >> > >> >> auto-apt only detects "file not found" and does a look up in the file list >> for >> the package which owns it. It is not of much help during the pac

Re: Binary depends

2002-05-24 Thread Junichi Uekawa
On Fri, 24 May 2002 11:27:59 -0700 (PDT) "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > > > > auto-apt only detects "file not found" and does a look up in the file list for > the package which owns it. It is not of much help during the package build. It installs the package. -- [EMAIL

Re: gcc-3.0 problem on ARM

2002-05-24 Thread Othmar Pasteka
Hi, On Thu, May 09, 2002 at 04:51:43PM +0100, Phil Brooke wrote: > > > Assuming that an uploaded gcc-3.0 can compile searchandrescue on the arm > > > okay, would the buildd eventually revisit it? > > I think they do ... but if you are desperate, and don't have a new > > upload scheduled soon, you

Re: where to place a .xsl file ?

2002-05-24 Thread Stefano Zacchiroli
On Fri, May 24, 2002 at 02:06:13PM -0400, Colin Walters wrote: > I put the xml-resume-library's .xsl files in > /usr/share/sgml/xml-resume-library/xsl. > > Maybe a better place is /usr/share/xml-resume-library/xsl, though. Any > other opinions? Probably you meant /usr/share/xml/xml-resume-libra

Re: Binary depends

2002-05-24 Thread David Caldwell
On 05/24/02 11:37:42 -0500 Steve Langasek wrote: > On Fri, May 24, 2002 at 05:18:13PM +0200, Sven Luther wrote: >> Well, you could try running the program through strace, and then look at >> all the opened files (with the proper strace flag) and then run dpkg -S >> on them. > > Sounds like a good

Re: where to place a .xsl file ?

2002-05-24 Thread Eric Gentilini
> Le Fri, May 24, 2002 at 02:06:13PM -0400, Colin Walters a écrit : > I put the xml-resume-library's .xsl files in > /usr/share/sgml/xml-resume-library/xsl. > > Maybe a better place is /usr/share/xml-resume-library/xsl, though. Any > other opinions? ok, that's more or less where I thought to pla

Re: Binary depends

2002-05-24 Thread Sean 'Shaleh' Perry
On 24-May-2002 Matt Zimmerman wrote: > On Fri, May 24, 2002 at 11:37:42AM -0500, Steve Langasek wrote: > >> Sounds like a good enough heuristic to be worth implementing, if someone >> has the interest. > > Someone already had the interest, and implemented it: auto-apt. > auto-apt only detects

Re: where to place a .xsl file ?

2002-05-24 Thread Colin Walters
On Fri, 2002-05-24 at 18:55, Eric Gentilini wrote: > Hi all, > > I m starting to package a few things and wondered where .xsl files should go ? > These files, in the context I use them, are used to produce different outputs > used externally to the program. There are also ways to produce this out

Re: Binary depends

2002-05-24 Thread Matt Zimmerman
On Fri, May 24, 2002 at 11:37:42AM -0500, Steve Langasek wrote: > Sounds like a good enough heuristic to be worth implementing, if someone > has the interest. Someone already had the interest, and implemented it: auto-apt. -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: Binary depends

2002-05-24 Thread Steve Langasek
On Fri, May 24, 2002 at 05:18:13PM +0200, Sven Luther wrote: > On Thu, May 23, 2002 at 06:45:47PM -0500, Steve Langasek wrote: > > On Thu, May 23, 2002 at 06:39:16PM -0400, Bob Hilliard wrote: > > > I have just discovered (via a bug report) that dict and dictd > > > depend on netbase. (dict

Re: advocate for gween

2002-05-24 Thread Jonas Meurer
On Mon, May 20, 2002 at 10:23:22PM +0200, Jonas Meurer wrote: > I have build a debian-package of gween (gween.freesources.org). > Would anyone be advocate for me? I don't have a signed key at the moment (I > [...] I found a sponsor. Now gween is in debian and I will start my nm-process in the ne

Re: Binary depends

2002-05-24 Thread Sean 'Shaleh' Perry
> > Well, you could try running the program through strace, and then look at > all the opened files (with the proper strace flag) and then run dpkg -S > on them. > > Same as for autodetecting build depends. > you still miss programs called from maintainer scripts (or any script for that matter

Re: Files in /usr/sbin

2002-05-24 Thread Steve Langasek
On Fri, May 24, 2002 at 02:10:18PM +0100, [EMAIL PROTECTED] wrote: > I have a package which installs a programme in /usr/sbin but lintian gives > the following warning on the package: > W: libpam-mount: file-in-unusual-dir usr/sbin > There are plenty of other Debian packages which put a file in

Re: Binary depends

2002-05-24 Thread Sven Luther
On Thu, May 23, 2002 at 06:45:47PM -0500, Steve Langasek wrote: > On Thu, May 23, 2002 at 06:39:16PM -0400, Bob Hilliard wrote: > > I have just discovered (via a bug report) that dict and dictd > > depend on netbase. (dict and dictd communicate with each other using > > the TCP/IP protocol.)

Re: Files in /usr/sbin

2002-05-24 Thread Martin Loschwitz
On Fri, May 24, 2002 at 02:10:18PM +0100, [EMAIL PROTECTED] wrote: > Hi all, > > I have a package which installs a programme in /usr/sbin but lintian gives > the following warning on the package: > W: libpam-mount: file-in-unusual-dir usr/sbin > Try "lintian -i" instead of just "lintian". -- *

where to place a .xsl file ?

2002-05-24 Thread Eric Gentilini
Hi all, I m starting to package a few things and wondered where .xsl files should go ? These files, in the context I use them, are used to produce different outputs used externally to the program. There are also ways to produce this output without using the program, since the dtd & xml files are

Re: looking for sponsor

2002-05-24 Thread Andreas Metzler
[EMAIL PROTECTED] wrote: [...] > It's not entirely ready for Debian - currently the pmhelper binary has > no manpage and I'm not sure if /usr/bin is the correct place for it to > be (It's not intended to be run from the commandline). [...] Hello, If it is not intended to be called from the comand

Re: Files in /usr/sbin

2002-05-24 Thread Bastian Kleineidam
On Fri, May 24, 2002 at 02:10:18PM +0100, [EMAIL PROTECTED] wrote: > I have a package which installs a programme in /usr/sbin but lintian gives > the following warning on the package: > W: libpam-mount: file-in-unusual-dir usr/sbin > > There are plenty of other Debian packages which put a file in

Files in /usr/sbin

2002-05-24 Thread martin
Hi all, I have a package which installs a programme in /usr/sbin but lintian gives the following warning on the package: W: libpam-mount: file-in-unusual-dir usr/sbin There are plenty of other Debian packages which put a file in /usr/sbin and lintian doesn't complain about them; why does it do t

Help fixing non-i386 bugs

2002-05-24 Thread Bastian Kleineidam
Hi, On Fri, May 24, 2002 at 06:00:02AM -0500, BugScan reporter wrote: > Bug stamp-out list for May 24 00:03 (CST) > > Total number of release-critical bugs: 112 Some bugs in this list affect architectures I dont have (have only i386) How am I supposed to use Debian machines to test/fix these b