Re: Split a package, rename an init file

2008-05-13 Thread Bertrand Marc
I'm currently using fglrx without atieventsd (for testing pupose). Everything is working fine except for the acpi stuffs. Whenever I'm on battery, I have to manually configure aticonfig with --set-powerstate 1. Except for this, everything is fine. I have 3D acceleration, as usual. Adam Majer a

Re: Split a package, rename an init file

2008-05-13 Thread Adam Majer
Bertrand Marc wrote: > Thanks for your answers! > > So I guess the best way to do this is to split the package and use > dh_installinit --name=foo > > This way I can provide the buggy binary daemon in a seperate package > (recommended by foo), and keep the name of the conffiles. > > Do you think

Re: Split a package, rename an init file

2008-05-13 Thread Roberto C . Sánchez
On Tue, May 13, 2008 at 09:00:45PM +0200, Bertrand Marc wrote: > Thanks for your answers! > > So I guess the best way to do this is to split the package and use > dh_installinit --name=foo > > This way I can provide the buggy binary daemon in a seperate package > (recommended by foo), and keep

Re: Split a package, rename an init file

2008-05-13 Thread Andreas Metzler
In article <[EMAIL PROTECTED]> (gmane.linux.debian.devel.general) you wrote: > I'd like to split a package foo into 2 new packages : foo and > foo-daemon. To do that I moved the daemon and the other obvious files > with dh_install -pfoo-dameon. I used dh_installinit to install the > init.d file

Re: Split a package, rename an init file

2008-05-13 Thread Bertrand Marc
Thanks for your answers! So I guess the best way to do this is to split the package and use dh_installinit --name=foo This way I can provide the buggy binary daemon in a seperate package (recommended by foo), and keep the name of the conffiles. Do you think of something else? Regards, Bert

Re: Split a package, rename an init file

2008-05-13 Thread Adam Majer
Bertrand Marc wrote: > Hello, > > I'd like to split a package foo into 2 new packages : foo and > foo-daemon. To do that I moved the daemon and the other obvious files > with dh_install -pfoo-dameon. I used dh_installinit to install the > init.d file to the foo-daemon package. > > Here are my que

Split a package, rename an init file

2008-05-13 Thread Bertrand Marc
Hello, I'd like to split a package foo into 2 new packages : foo and foo-daemon. To do that I moved the daemon and the other obvious files with dh_install -pfoo-dameon. I used dh_installinit to install the init.d file to the foo-daemon package. Everything seems fine, but when I upgrade foo t