[med-svn] [bowtie2] 01/02: Quote the content of variables passed to the Makefile.

Charles Plessy plessy at moszumanska.debian.org
Sun Dec 27 04:19:59 UTC 2015


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

plessy pushed a commit to branch master
in repository bowtie2.

commit 2db1e4d2ea013fefdb93e97985a8195d93b4857a
Author: Charles Plessy <plessy at debian.org>
Date:   Sun Dec 27 13:17:00 2015 +0900

    Quote the content of variables passed to the Makefile.
    
    Closes: #809076
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 15a869a..d7fb405 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export EXTRA_OPTIONS
 	dh $@ --parallel
 
 override_dh_auto_build:
-	dh_auto_build -- EXTRA_FLAGS=$(EXTRA_FLAGS) CPPFLAGS=$(CPPFLAGS) $(EXTRA_OPTIONS)
+	dh_auto_build -- EXTRA_FLAGS="$(EXTRA_FLAGS)" CPPFLAGS="$(CPPFLAGS)" $(EXTRA_OPTIONS)
 
 override_dh_installman:
 	mkdir -p $(CURDIR)/debian/$(pkg)/usr/share/man/man1/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git



More information about the debian-med-commit mailing list