|
Home > Archive > Debian Developers > March 2005 > debhelper and debian/config.debhelper
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
debhelper and debian/config.debhelper
|
|
| Fabio Tranchitella 2005-03-26, 6:05 pm |
| Dear developers,
I'm writing a debhelper script for zope packaging and I need to
add very similar config script to the packages created with it.
Actually, I'm using a common package (zope-common) with common
templates which I'm using with db_register and db_subst, and a
debhelper package (dh-zope) which provides dh_installzopeinstance
and some autoscripts.
Everything works well, but I can't have debian/config.debhelper
handled neither by dh_installdeb or dh_installdebconf. The former
only handles {pre,post}{inst,rm}.debhelper and the latter just
copy debian/config into $tmp/DEBIAN/config.
Why #DEBHELPER# substitution isn't implemented for config file?
How can I handle this?
Thanks for your answers,
Fabio Tranchitella
| |
| Joey Hess 2005-03-26, 8:48 pm |
| Fabio Tranchitella wrote:
> Why #DEBHELPER# substitution isn't implemented for config file?
Because I had not seen a need for it yet.
> How can I handle this?
File a wishlist bug report. It's not particularly hard to write the
necessary patches, although not trivial enough for me to do before
replying to this email.
--
see shy jo
| |
| Fabio Tranchitella 2005-03-27, 5:55 pm |
| On Sat, Mar 26, 2005 at 09:30:45PM -0500, Joey Hess wrote:
> File a wishlist bug report. It's not particularly hard to write the
> necessary patches, although not trivial enough for me to do before
> replying to this email.
I have just done it (#301657).
Thanks,
Fabio
|
|
|
|
|