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

Re: override_dh_auto_configure not called



On Thu, Apr 28, 2011 at 10:04:37AM +0200, Mathieu Malaterre wrote:
> %:
> 	dh --parallel --with quilt --buildsystem=cmake $@
and
> dpkg-source: info: using source format `3.0 (quilt)'
look wrong as 3.0 (quilt) does the patching work for you.
Also the $@ is right after dh not after your options.


> override_dh_auto_configure:
> 	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release
> -DCMAKE_SKIP_RPATH:BOOL=ON
This is a little circular, you probably should replace it with
override_dh_auto_configure:
	./configure -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON
I'm not sure if you use configure or something else here.

The build targets look fine.

-- 
Craig Small VK2XLZ    http://www.enc.com.au/       csmall at : enc.com.au
Debian GNU/Linux      http://www.debian.org/       csmall at : debian.org
GPG fingerprint:       1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5


Reply to: