[opencv] 07/11: d/rules: whitespace changes
Mattia Rizzolo
mattia at debian.org
Mon Oct 16 22:03:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository opencv.
commit c4dcc8edc025b2e73d0b011c0d77781720532e83
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Oct 16 22:32:27 2017 +0200
d/rules: whitespace changes
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index d6622a5..92bdcbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,24 +74,23 @@ override_dh_auto_clean:
dh_auto_clean -B $(BUILDDIR)
dh_auto_clean -B $(BUILDDIR)-static
+
override_dh_auto_configure: configure_dyn configure_static
configure_dyn:
dh_auto_configure -B $(BUILDDIR) \
-- $(CMAKE_FLAGS) \
-DCMAKE_SHARED_LINKER_FLAGS_RELEASE="$(LDFLAGS)" \
-DBUILD_SHARED_LIBS=ON -DBUILD_DOCS=ON
-
configure_static:
dh_auto_configure -B $(BUILDDIR)-static \
-- $(CMAKE_FLAGS) \
-DBUILD_SHARED_LIBS=OFF -DBUILD_DOCS=OFF
+
override_dh_auto_build: build_dyn build_static
-
build_dyn:
dh_auto_build -B $(BUILDDIR)
dh_auto_build -B $(BUILDDIR) -- doxygen
-
build_static:
dh_auto_build -B $(BUILDDIR)-static
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list