From 8bbb2337e979d460fe15462fc11de38d3e64af72 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 3 Aug 2014 19:34:01 +0200 Subject: [PATCH] Drop some redundant build options from debian/rules. --- debian/changelog | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b88a56dc..a57bb0270 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ cmake (2.8.12.2-1) UNRELEASED; urgency=medium * Add lintian override for source-is-missing tags. These are just binary test files used by the test suite to verify that changing the RPATH works fine. + * Drop some redundant build options from debian/rules. -- Felix Geyer Sun, 03 Aug 2014 10:02:57 +0200 diff --git a/debian/rules b/debian/rules index 9c1a08985..29e8ac93a 100755 --- a/debian/rules +++ b/debian/rules @@ -27,8 +27,6 @@ $(BUILD_FLAGS_FILE) verify-build-flags: $(call $(flag_action),BUILD_CursesDialog,ON,"Build curses GUI") $(call $(flag_action),BUILD_QtDialog,ON,"Build Qt4 GUI") # $(call $(flag_action),BUILD_DOCUMENTATION,ON) - $(call $(flag_action),CMAKE_USE_SYSTEM_LIBARCHIVE,ON) - $(call $(flag_action),CMAKE_USE_SYSTEM_BZIP2,ON) $(BUILD_FLAGS_FILE): flag_action := set_build_flag verify-build-flags: flag_action := verify_build_flag @@ -37,7 +35,7 @@ verify-build-flags: flag_action := verify_build_flag override_dh_auto_configure: $(BUILD_FLAGS_FILE) rm -rf Build && mkdir -p Build cd Build && ../bootstrap --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man \ - --init=../$(BUILD_FLAGS_FILE) --system-libs $(CONFIGURE_PARALLEL) \ + --init=../$(BUILD_FLAGS_FILE) --system-libs \ $(BOOTSTRAP_PARALLEL) --verbose override_dh_auto_test: