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

Re: dh --buildsystem=none?



On Mon, Jun 15, 2015 at 04:34:04PM +0200, Ole Streicher wrote:
> So, the debian/rules file is simple
> -------8<----------
> #!/usr/bin/make -f
> %:
> 	dh $@
> -------8<----------
> 
> However, for some reason dh tries to run "configure" etc., which
> ofcourse fails. How can I explicitely specify a build system that
> actually does nothing?

Do you have a "configure" lying around?  If it's not present, dh will not
try to run it.  Works for me, at least.

As detection of "configure" works by looking at the presence of "configure"
(duh), it feels odd to me to get a false positive.

-- 
// If you believe in so-called "intellectual property", please immediately
// cease using counterfeit alphabets.  Instead, contact the nearest temple
// of Amon, whose priests will provide you with scribal services for all
// your writing needs, for Reasonable and Non-Discriminatory prices.


Reply to: