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

override_dh_auto_configure not called



Dear all,

  I am trying to only build doc as indep target. I have the following
rules file (copy/paste from dh(1)):

...
%:
	dh --parallel --with quilt --buildsystem=cmake $@

override_dh_auto_configure:
	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release
-DCMAKE_SKIP_RPATH:BOOL=ON

build: build-arch build-indep ;
build-indep:
	$(MAKE) doc

build-arch:
	$(MAKE) all
...

However it looks like the configure step is being skipped

...
No patches applied
   dh_clean -O--parallel -O--buildsystem=cmake
 dpkg-source -b flann-1.6.8
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: warning: patches have not been applied, applying them now
(use --no-preparation to override)
dpkg-source: info: applying remove_tests.patch
dpkg-source: info: applying remove_lib64.patch
dpkg-source: info: building flann using existing ./flann_1.6.8.orig.tar.gz
dpkg-source: info: building flann in flann_1.6.8-1.debian.tar.gz
dpkg-source: info: building flann in flann_1.6.8-1.dsc
 debian/rules build
/usr/bin/make all
make[1]: Entering directory
`/home/mathieu/debian/debian-science/packages/flann/trunk/flann-1.6.8'
...


How can I have the configure step being called and have a build-indep target

Thanks
-- 
Mathieu


Reply to: