[ecflow] 07/11: Don't quote the line; empty quotes break the compile
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 11:03:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ecflow.
commit 50fff34c9176b39edf4f46d6b3965be6a5371bb1
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Oct 13 17:11:45 2017 +0100
Don't quote the line; empty quotes break the compile
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 73e1a60..4fce866 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DH_VERBOSE=1
# The magic debhelper rule
%:
- dh $@ --parallel --with python2,python3 --with-buildsystem=cmake
+ dh $@ --with python2,python3 --with-buildsystem=cmake
DESTDIR:=`pwd`/debian/tmp/
@@ -17,7 +17,7 @@ PY3:=$(shell py3versions -d)
PY3AB:=$(shell py3versions -d | sed -e 's/python3\./py3/' )
PY3VER:=$(shell py3versions -d | sed -e 's/python//' )
-FPIC:= ''
+FPIC:=
ifeq ($(TARGET_ARCH), hppa)
FPIC:= -fPIC
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git
More information about the debian-science-commits
mailing list