>
> Should we ask Craig Small <[EMAIL PROTECTED]> to sync those .ex files with
> Lintian ?
>
actually he should sync them with debhelper.
>
> Should we ask Craig Small <[EMAIL PROTECTED]> to sync those .ex files with
> Lintian ?
>
actually he should sync them with debhelper.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Fri, Nov 02, 2001 at 10:17:36AM -0800, Sean 'Shaleh' Perry wrote:
> >
> >> This is no different from working with a bunch of coders and everyone
> >> agreeing
> >> on a common code formatting.
> >
> > Talk to the maintainer of debhelper ?
> >
>
> dh_make is NOT maintained by Joey Hess, the d
On Fri, Nov 02, 2001 at 10:17:36AM -0800, Sean 'Shaleh' Perry wrote:
> >
> >> This is no different from working with a bunch of coders and everyone
> >> agreeing
> >> on a common code formatting.
> >
> > Talk to the maintainer of debhelper ?
> >
>
> dh_make is NOT maintained by Joey Hess, the
On Fri, Nov 02, 2001 at 10:17:36AM -0800, Sean 'Shaleh' Perry wrote:
> > Talk to the maintainer of debhelper ?
>
> dh_make is NOT maintained by Joey Hess, the debhelper maint. In fact he has
> nothing to do with it.
Write to [EMAIL PROTECTED] or file a bug against it.
--
Christian Surchi |
>
>> This is no different from working with a bunch of coders and everyone
>> agreeing
>> on a common code formatting.
>
> Talk to the maintainer of debhelper ?
>
dh_make is NOT maintained by Joey Hess, the debhelper maint. In fact he has
nothing to do with it.
On Fri, Nov 02, 2001 at 10:17:36AM -0800, Sean 'Shaleh' Perry wrote:
> > Talk to the maintainer of debhelper ?
>
> dh_make is NOT maintained by Joey Hess, the debhelper maint. In fact he has
> nothing to do with it.
Write to [EMAIL PROTECTED] or file a bug against it.
--
Christian Surchi |
>
>> This is no different from working with a bunch of coders and everyone
>> agreeing
>> on a common code formatting.
>
> Talk to the maintainer of debhelper ?
>
dh_make is NOT maintained by Joey Hess, the debhelper maint. In fact he has
nothing to do with it.
--
To UNSUBSCRIBE, email to
On Thu, Nov 01, 2001 at 10:56:25AM -0500, Steve M. Robbins wrote:
> On Thu, Nov 01, 2001 at 04:00:34PM +0100, Eric Van Buggenhaut wrote:
> > Hi,
> >
> > I'm building my first packages with shared library.
> >
> > This is what my postinst states:
> >
> >
> > case "$1" in
> > configure)
> >
On Thu, Nov 01, 2001 at 08:18:20PM -0800, Sean 'Shaleh' Perry wrote:
>
> On 01-Nov-2001 Eric Van Buggenhaut wrote:
> > Hi,
> >
> > I'm building my first packages with shared library.
> >
> > This is what my postinst states:
>
> Lintian is a collection of stupid shell scripts. It tries to catch
On Thu, Nov 01, 2001 at 10:56:25AM -0500, Steve M. Robbins wrote:
> On Thu, Nov 01, 2001 at 04:00:34PM +0100, Eric Van Buggenhaut wrote:
> > Hi,
> >
> > I'm building my first packages with shared library.
> >
> > This is what my postinst states:
> >
> >
> > case "$1" in
> > configure)
> >
On Thu, Nov 01, 2001 at 08:18:20PM -0800, Sean 'Shaleh' Perry wrote:
>
> On 01-Nov-2001 Eric Van Buggenhaut wrote:
> > Hi,
> >
> > I'm building my first packages with shared library.
> >
> > This is what my postinst states:
>
> Lintian is a collection of stupid shell scripts. It tries to catc
On 01-Nov-2001 Eric Van Buggenhaut wrote:
> Hi,
>
> I'm building my first packages with shared library.
>
> This is what my postinst states:
Lintian is a collection of stupid shell scripts. It tries to catch thr common
cases and does a pretty good job. My best suggestion is to write your code
On 01-Nov-2001 Eric Van Buggenhaut wrote:
> Hi,
>
> I'm building my first packages with shared library.
>
> This is what my postinst states:
Lintian is a collection of stupid shell scripts. It tries to catch thr common
cases and does a pretty good job. My best suggestion is to write your cod
On Thu, Nov 01, 2001 at 04:13:36PM +0100, Gergely Nagy wrote:
> > case "$1" in
> > configure)
> > ldconfig
>
>
> > W: iiwusynth: postinst-unsafe-ldconfig
>
> > Sorry, I don't get it !
>
> Lintian is cannot parse shell scripts, it checks for some common
> variants, and warns if your ver
> case "$1" in
> configure)
> ldconfig
> W: iiwusynth: postinst-unsafe-ldconfig
> Sorry, I don't get it !
Lintian is cannot parse shell scripts, it checks for some common
variants, and warns if your version didn't match what it expected.
Since you do the right thing, just ignore this
On Thu, Nov 01, 2001 at 04:18:46PM +0100, Christian Surchi wrote:
> On Thu, Nov 01, 2001 at 04:13:36PM +0100, Gergely Nagy wrote:
> > > case "$1" in
> > > configure)
> > > ldconfig
> >
> >
> > > W: iiwusynth: postinst-unsafe-ldconfig
> >
> > > Sorry, I don't get it !
> >
> > Lintian is
On Thu, Nov 01, 2001 at 04:00:34PM +0100, Eric Van Buggenhaut wrote:
> Hi,
>
> I'm building my first packages with shared library.
>
> This is what my postinst states:
>
>
> case "$1" in
> configure)
> ldconfig
> ;;
>
> abort-upgrade|abort-remove|abort-deconfigure)
>
> ;;
Hi,
I'm building my first packages with shared library.
This is what my postinst states:
case "$1" in
configure)
ldconfig
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
Still lintian complains ab
On Thu, Nov 01, 2001 at 04:00:34PM +0100, Eric Van Buggenhaut wrote:
> Hi,
>
> I'm building my first packages with shared library.
>
> This is what my postinst states:
>
>
> case "$1" in
> configure)
> ldconfig
> ;;
>
> abort-upgrade|abort-remove|abort-deconfigure)
>
> ;;
On Thu, Nov 01, 2001 at 04:18:46PM +0100, Christian Surchi wrote:
> On Thu, Nov 01, 2001 at 04:13:36PM +0100, Gergely Nagy wrote:
> > > case "$1" in
> > > configure)
> > > ldconfig
> >
> >
> > > W: iiwusynth: postinst-unsafe-ldconfig
> >
> > > Sorry, I don't get it !
> >
> > Lintian i
On Thu, Nov 01, 2001 at 04:13:36PM +0100, Gergely Nagy wrote:
> > case "$1" in
> > configure)
> > ldconfig
>
>
> > W: iiwusynth: postinst-unsafe-ldconfig
>
> > Sorry, I don't get it !
>
> Lintian is cannot parse shell scripts, it checks for some common
> variants, and warns if your ve
> case "$1" in
> configure)
> ldconfig
> W: iiwusynth: postinst-unsafe-ldconfig
> Sorry, I don't get it !
Lintian is cannot parse shell scripts, it checks for some common
variants, and warns if your version didn't match what it expected.
Since you do the right thing, just ignore this
Hi,
I'm building my first packages with shared library.
This is what my postinst states:
case "$1" in
configure)
ldconfig
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
Still lintian complains a
24 matches
Mail list logo