On Sat, Feb 24, 2001 at 03:42:26PM +0100, Eric VB wrote:
> When I run debhelper on pristine source tree, *.debhelper files are created.
> Are they examples, or should they be included in the final package ?
You mean when you build the package?
They're created and are merged in with your existing maintainer
scripts where #DEBHELPER# is
e.g.
postinst
#!/bin/sh -e
echo -n foo
#DEBHELPER
postinst.debhelper
echo bar
the postinst in the package will be
#!/bin/sh -e
echo -n foo
echo bar
>
> Thanks.
>
> --
> Eric VAN BUGGENHAUT
>
> [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
--
Brian Russo <[EMAIL PROTECTED]>
Debian/GNU Linux <[EMAIL PROTECTED]> http://www.debian.org
LPSG "member" <[EMAIL PROTECTED]> http://www.lpsg.org
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]