shlibdeps

2002-04-22 Thread Nicolas SABOURET
Hi, I got a package which depends on Tcl/Tk. It can work with either Tcl/Tk 8.0, 8.2 or 8.3. If I simply put ${shlib:depends} in my control file, then the package depends on the version I have on the system I used to build the package. Is there a way to tell dh_shlibdeps to ignore a given lib

Bug#144036: penguineyes-gnome: uses debconf in preinst but does not pre-depends it

2002-04-22 Thread Oohara Yuuma
Package: penguineyes-gnome Version: 0.10-21 Severity: serious [Cc:ing to debian-mentors because I don't know how to fix this bug. Yes, I am the maintainer of penguineyes, and I want to prevent penguineyes from entering woody.] penguineyes and penguineyes-gnome uses debconf in their preinst:

Changing include directory

2002-04-22 Thread Leo Costela
Hi people I got a simple problem for anyone willing to help... I'm trying to pack a lib that insists in putting the -dev headers in /usr/include/lib-name/lib-name/files I suppose it should be only /usr/include/lib-name/files how can I change that ? I tried fidling with debian/rules and the

Re: Bug#144036: penguineyes-gnome: uses debconf in preinst but does not pre-depends it

2002-04-22 Thread Gustavo Noronha Silva
Em Mon, 22 Apr 2002 21:42:51 +0900 (JST), Oohara Yuuma [EMAIL PROTECTED] escreveu: penguineyes and penguineyes-gnome uses debconf in their preinst: that's probably because the previous maintainer was quite dumb (it was me =P) case $1 in upgrade|install) if [ -n $2 ]; then

Re: Changing include directory

2002-04-22 Thread Craig Small
On Mon, Apr 22, 2002 at 02:07:48PM -0300, Leo Costela wrote: I got a simple problem for anyone willing to help... I'm trying to pack a lib that insists in putting the -dev headers in /usr/include/lib-name/lib-name/files I suppose it should be only /usr/include/lib-name/files how can I

shlibdeps

2002-04-22 Thread Nicolas SABOURET
Hi, I got a package which depends on Tcl/Tk. It can work with either Tcl/Tk 8.0, 8.2 or 8.3. If I simply put ${shlib:depends} in my control file, then the package depends on the version I have on the system I used to build the package. Is there a way to tell dh_shlibdeps to ignore a given lib

Bug#144036: penguineyes-gnome: uses debconf in preinst but does not pre-depends it

2002-04-22 Thread Oohara Yuuma
Package: penguineyes-gnome Version: 0.10-21 Severity: serious [Cc:ing to debian-mentors because I don't know how to fix this bug. Yes, I am the maintainer of penguineyes, and I want to prevent penguineyes from entering woody.] penguineyes and penguineyes-gnome uses debconf in their preinst:

Changing include directory

2002-04-22 Thread Leo Costela
Hi people I got a simple problem for anyone willing to help... I'm trying to pack a lib that insists in putting the -dev headers in /usr/include/lib-name/lib-name/files I suppose it should be only /usr/include/lib-name/files how can I change that ? I tried fidling with debian/rules and the

Re: Bug#144036: penguineyes-gnome: uses debconf in preinst but does not pre-depends it

2002-04-22 Thread Gustavo Noronha Silva
Em Mon, 22 Apr 2002 21:42:51 +0900 (JST), Oohara Yuuma [EMAIL PROTECTED] escreveu: penguineyes and penguineyes-gnome uses debconf in their preinst: that's probably because the previous maintainer was quite dumb (it was me =P) case $1 in upgrade|install) if [ -n $2 ]; then

Re: Changing include directory

2002-04-22 Thread Craig Small
On Mon, Apr 22, 2002 at 02:07:48PM -0300, Leo Costela wrote: I got a simple problem for anyone willing to help... I'm trying to pack a lib that insists in putting the -dev headers in /usr/include/lib-name/lib-name/files I suppose it should be only /usr/include/lib-name/files how can I