[magics] 14/31: Add cmake dependency to enable verbose building

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 11:09:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository magics.

commit 75e00a0ed55d4b46227c2e4b2314d263c3487d02
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Dec 8 07:33:42 2013 +0000

    Add cmake dependency to enable verbose building
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index a9022e6..d433169 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # To enable all, uncomment following line
-DEB_BUILD_MAINT_OPTIONS:= hardening=+allx
+DEB_BUILD_MAINT_OPTIONS:= hardening=+all
 DEB_CFLAGS_MAINT_APPEND:= -Wall -pedantic
 export DEB_BUILD_MAINT_OPTIONS
 export DEB_CFLAGS_MAINT_APPEND
@@ -10,7 +10,7 @@ export DEB_CFLAGS_MAINT_APPEND
 export DH_VERBOSE=1
 
 %:
-	dh $@  --with python2,python3,autoreconf
+	dh $@  --with python2,python3,autoreconf,cmake
 
 CFLAGS += -fPIC
 
@@ -22,8 +22,6 @@ ifeq ($(ARCH), mips)
   WITH_EMOSLIB:=
 endif
 
-# --enable-opengl can't be used as lesstif not supported - missing Motif functionality
-
 override_dh_auto_clean:
 	find . -type l -exec rm {} \;
 	find . \( -name '*.pyc' -o -name '*.o' -o -name '*.a' \)  -exec rm {} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/magics.git



More information about the debian-science-commits mailing list