Re: alternate make file for dh tiny rules

2012-04-04 Thread Gergely Nagy
Matt Zagrabelny writes: > Thanks for the hint, Gergely. Unfortunately the man page, in > particular the EXAMPLES section, does not address my *initial* > question (AFAIK): > > ---{original question}--- > Is there an easy way to tell "dh" that it should > use Makefile.linux instead of Makefile? >

Re: alternate make file for dh tiny rules

2012-04-04 Thread Matt Zagrabelny
On Wed, Apr 4, 2012 at 3:47 PM, Gergely Nagy wrote: > Matt Zagrabelny writes: > >> On Wed, Apr 4, 2012 at 9:49 AM, Matt Zagrabelny wrote: >>> Greetings, >>> >>> I am packaging up milter-regex. The upstream source has three makefiles: >>> >>> Makefile >>> Makefile.linux >>> Makefile.solaris >>> >

Re: alternate make file for dh tiny rules

2012-04-04 Thread Gergely Nagy
Matt Zagrabelny writes: > On Wed, Apr 4, 2012 at 9:49 AM, Matt Zagrabelny wrote: >> Greetings, >> >> I am packaging up milter-regex. The upstream source has three makefiles: >> >> Makefile >> Makefile.linux >> Makefile.solaris >> >> The file, "Makefile", is for building in a BSD environment. If

Re: alternate make file for dh tiny rules

2012-04-04 Thread Matt Zagrabelny
On Wed, Apr 4, 2012 at 9:49 AM, Matt Zagrabelny wrote: > Greetings, > > I am packaging up milter-regex. The upstream source has three makefiles: > > Makefile > Makefile.linux > Makefile.solaris > > The file, "Makefile", is for building in a BSD environment. If I specify > > make -f Makefile.linux

alternate make file for dh tiny rules

2012-04-04 Thread Matt Zagrabelny
Greetings, I am packaging up milter-regex. The upstream source has three makefiles: Makefile Makefile.linux Makefile.solaris The file, "Makefile", is for building in a BSD environment. If I specify make -f Makefile.linux things build nicely. Is there an easy way to tell "dh" that it should use