[gadap] 12/24: minor fix to script

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 14:35:33 UTC 2015


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

mckinstry pushed a commit to tag debian/2.0-4
in repository gadap.

commit 77d479451f811e168570733907a2116ac55c3007
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 25 13:02:41 2011 +0100

    minor fix to script
---
 debian/patches/pkg-config.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
index 6217af6..813fc1b 100644
--- a/debian/patches/pkg-config.patch
+++ b/debian/patches/pkg-config.patch
@@ -55,27 +55,27 @@ Index: gadap-2.0/gadap-config.in
  
      --cc)
 -	echo "@CC@"
-+	`pkg-config --variable=cc gadap`
++	pkg-config --variable=cc gadap
  	;;
  
      --cxx)
 -	echo "@CXX@"
-+	`pkg-config --variable=cxx gadap`
++	pkg-config --variable=cxx gadap
  	;;
  
      --cflags)
 -	echo "-I${includedir}/@PACKAGE_NAME@"
-+	`pkg-config --cflags gadap`
++	pkg-config --cflags gadap
  	;;
  
      --libs)
 -       	echo "-L${libdir} -lgadap @LIBS@"
-+       	`pkg-config --libs gadap`
++       	pkg-config --libs gadap
         	;;
  
      --prefix)
 -       	echo "${prefix}"
-+	`pkg-config --variable=prefix gadap`
++	pkg-config --variable=prefix gadap
         	;;
  
      --version)

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



More information about the debian-science-commits mailing list