[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please review internal package using a lot of "new" tools



Hi,

On Mon, May 24, 2010 at 10:53:54AM +0200, Marc Haber wrote:
> Hi,
> 
> On Mon, May 24, 2010 at 09:27:29AM +0800, Paul Wise wrote:
> > On Mon, May 24, 2010 at 2:21 AM, Marc Haber
> > <mh+debian-mentors@zugschlus.de> wrote:
> > > On Sun, May 23, 2010 at 11:12:40AM +0800, Paul Wise wrote:
> I have uploaded a new package to 
> http://q.bofh.de/~mh/debian/nagios-plugin-check-multi/, and the git

I see
----
override_dh_auto_build:
        make all
----

Is not this better to do
----
override_dh_auto_build:
        dh_auto_build -- all
----
Then some extra features offered by dh_auto_build is preserved while
specifying build target.  DH_OPTIONS=-v, DH_VERBOSE=1 ...

Osamu


Reply to: