[magics] 03/23: WIP: buildsystem=cmake
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Jun 24 09:33:10 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 9fc8e9c152befefbf9b42bfbe976605fc4738345
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri May 15 13:49:07 2015 +0100
WIP: buildsystem=cmake
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index f1145fb..87f797a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DEB_CFLAGS_MAINT_APPEND
export DH_VERBOSE=1
%:
- dh $@ --with python2,python3,cmake
+ dh $@ --with python2,python3 --buildsystem=cmake
CFLAGS += -fPIC
@@ -18,9 +18,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# Don't use emoslib on mips
WITH_EMOSLIB:= --with-emos-libraries=/usr/lib --enable-bufr
-ifeq ($(ARCH), mips)
- WITH_EMOSLIB:=
-endif
override_dh_auto_clean:
find . -type l -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