dh_installinit and dh_installkpatches questions.

2001-05-22 Thread Viral
Hi, I am packaging mosix, which is a cluster computing tool which does fault tolerance, load balancing and process migration. It comes as 2 kernel patches. One is a standard kernel patch which I handle with dh_installkpatches. The other is a tar file, which has to be untarred in /usr/src/linux.

Re: 2 packages sharing the same config file.

2001-05-22 Thread Brett Cundal
On Wed, May 23, 2001 at 03:06:26AM +0200, Eric Van Buggenhaut wrote: > This is the message I got from A. Bunk who handed me the package : > > >It's your package. One thing you could do when you start working on it is > >to remove the conflict between xabacus and xmabacus - there are better > >sol

Re: What to do about old package left over from move to non-US?

2001-05-22 Thread Daniel Stone
On Tue, May 22, 2001 at 07:48:44PM -0400, Jimmy Kaplowitz wrote: > Hi all. I have moved my package althea to non-US because it now supports SSL. > The old package, version 0.4.4a, is still in main. Once the new version is > installed into non-US, should I file a bug (what severity?) against > ftp.d

Re: 2 packages sharing the same config file.

2001-05-22 Thread Eric Van Buggenhaut
On Mon, May 21, 2001 at 03:55:42PM +0200, Robert Bihlmeyer wrote: > Domenico Andreoli <[EMAIL PROTECTED]> writes: > > > maybe using an abacus-common package which owns that conffile... > > > > my question now is, is a file worth of a package on its own?!? > > Nope. Why not just leave the package

What to do about old package left over from move to non-US?

2001-05-22 Thread Jimmy Kaplowitz
Hi all. I have moved my package althea to non-US because it now supports SSL. The old package, version 0.4.4a, is still in main. Once the new version is installed into non-US, should I file a bug (what severity?) against ftp.debian.org requesting the old version's removal? Or, should I keep it arou

Re: Does debhelper handle build-indep ?

2001-05-22 Thread Colin Watson
Bill Allombert <[EMAIL PROTECTED]> wrote: >I have a multi-binary package which produce arch-dependant .deb (binaries) >and arch-independant (documentation). > >I would like >debian/rules binary-indep >create the arch-independant package >and >debian/rules binary-arch >create the arch dependant p

Re: What to do about old package left over from move to non-US?

2001-05-22 Thread Daniel Stone
On Tue, May 22, 2001 at 07:48:44PM -0400, Jimmy Kaplowitz wrote: > Hi all. I have moved my package althea to non-US because it now supports SSL. > The old package, version 0.4.4a, is still in main. Once the new version is > installed into non-US, should I file a bug (what severity?) against > ftp.

Re: 2 packages sharing the same config file.

2001-05-22 Thread Eric Van Buggenhaut
On Mon, May 21, 2001 at 03:55:42PM +0200, Robert Bihlmeyer wrote: > Domenico Andreoli <[EMAIL PROTECTED]> writes: > > > maybe using an abacus-common package which owns that conffile... > > > > my question now is, is a file worth of a package on its own?!? > > Nope. Why not just leave the packag

What to do about old package left over from move to non-US?

2001-05-22 Thread Jimmy Kaplowitz
Hi all. I have moved my package althea to non-US because it now supports SSL. The old package, version 0.4.4a, is still in main. Once the new version is installed into non-US, should I file a bug (what severity?) against ftp.debian.org requesting the old version's removal? Or, should I keep it aro

Re: Does debhelper handle build-indep ?

2001-05-22 Thread Colin Watson
Bill Allombert <[EMAIL PROTECTED]> wrote: >I have a multi-binary package which produce arch-dependant .deb (binaries) >and arch-independant (documentation). > >I would like >debian/rules binary-indep >create the arch-independant package >and >debian/rules binary-arch >create the arch dependant

Does debhelper handle build-indep ?

2001-05-22 Thread Bill Allombert
Hello, I have a multi-binary package which produce arch-dependant .deb (binaries) and arch-independant (documentation). I would like debian/rules binary-indep create the arch-independant package and debian/rules binary-arch create the arch dependant package Does the policy requires this ? (I

Does debhelper handle build-indep ?

2001-05-22 Thread Bill Allombert
Hello, I have a multi-binary package which produce arch-dependant .deb (binaries) and arch-independant (documentation). I would like debian/rules binary-indep create the arch-independant package and debian/rules binary-arch create the arch dependant package Does the policy requires this ? (I

Re: dpkg tries to remove a config file twice ...

2001-05-22 Thread Steve M. Robbins
On Mon, May 21, 2001 at 08:10:59PM +0200, Robert Bihlmeyer wrote: > Ben Collins <[EMAIL PROTECTED]> writes: > > > Change it to "rm -f ...". That way, you wont get an error. You should do > > it this way anyway, else your package becomes uninstallable if the user > > removes the file before removin

Re: dpkg tries to remove a config file twice ...

2001-05-22 Thread Steve M. Robbins
On Mon, May 21, 2001 at 08:10:59PM +0200, Robert Bihlmeyer wrote: > Ben Collins <[EMAIL PROTECTED]> writes: > > > Change it to "rm -f ...". That way, you wont get an error. You should do > > it this way anyway, else your package becomes uninstallable if the user > > removes the file before removi

[no subject]

2001-05-22 Thread John
Hey there, I found a great retail site with all kinds of products. Home decor, office decor, travel, outdoors, kitchen, etc... Take a look around at http://www.merchandisewholesale.com just click on the images of the product to enlarge it for a better view. Sincerely, John

No Subject

2001-05-22 Thread John
Hey there, I found a great retail site with all kinds of products. Home decor, office decor, travel, outdoors, kitchen, etc... Take a look around at http://www.merchandisewholesale.com just click on the images of the product to enlarge it for a better view. Sincerely, John --

Building on arm.

2001-05-22 Thread Viral
Hi, I have packaged a program, vcdimager. It doesn't build on arm because it uses bitfields, and gcc on arm doesn't seem to pack bitfields. I tried to use -mno-bit-align to force it, but the option is not recognised by gcc on arm. Is there a way to get around this ? The ideal way would be to get