Pass correct buildsystem to dh_auto_test, fixes FTBFS.

Closes: #818040
ci/unstable
Felix Geyer 9 years ago
parent a8f1f4046a
commit 603835610b

6
debian/changelog vendored

@ -1,3 +1,9 @@
cmake (3.4.1-3) UNRELEASED; urgency=medium
* Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040)
-- Felix Geyer <fgeyer@debian.org> Sun, 13 Mar 2016 13:32:32 +0100
cmake (3.4.1-2) unstable; urgency=medium cmake (3.4.1-2) unstable; urgency=medium
* Upload to unstable. * Upload to unstable.

2
debian/rules vendored

@ -46,7 +46,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE)
$(BOOTSTRAP_PARALLEL) --verbose $(BOOTSTRAP_PARALLEL) --verbose
override_dh_auto_test: override_dh_auto_test:
HOME="`pwd`/Build" dh_auto_test -- ARGS="-E CTestTestUpload" HOME="`pwd`/Build" dh_auto_test --buildsystem=cmake -- ARGS="-E CTestTestUpload"
override_dh_auto_clean: override_dh_auto_clean:
dh_auto_clean dh_auto_clean

Loading…
Cancel
Save