[adios] 191/207: Fix typo: pkgconfig -> pkg-config

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:58 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit a4ad72ecc227d4e46b9de3b7e97eeca4af84f69f
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun May 3 12:39:38 2015 +0100

    Fix typo: pkgconfig -> pkg-config
---
 debian/adios_config | 22 +++++++++++-----------
 debian/changelog    |  1 +
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/debian/adios_config b/debian/adios_config
index 689d719..3142af7 100755
--- a/debian/adios_config
+++ b/debian/adios_config
@@ -72,15 +72,15 @@ fi
 if [ "$PRINT_CFLAGS" == "yes" ]; then
     if [ "$OPT_READ" == "yes" ]; then
         if [ "$OPT_SEQ" == "yes" ]; then
-            CFLAGS=`pkgconfig adios --variable ADIOSREAD_SEQ_INC`
+            CFLAGS=`pkg-config adios --variable ADIOSREAD_SEQ_INC`
         else
-            CFLAGS=`pkgconfig adios --variable ADIOSREAD_INC`
+            CFLAGS=`pkg-config adios --variable ADIOSREAD_INC`
         fi 
     else
         if [ "$OPT_SEQ" == "yes" ]; then
-            CFLAGS=`pkgconfig adiso --variable ADIOS_SEQ_INC`
+            CFLAGS=`pkg-config adiso --variable ADIOS_SEQ_INC`
         else
-            CFLAGS=`pkgconfig adios --variable ADIOS_INC`
+            CFLAGS=`pkg-config adios --variable ADIOS_INC`
         fi 
     fi
     if [ $NFLAGS_ASKED -gt 1 ]; then
@@ -94,31 +94,31 @@ if [ "$PRINT_LDFLAGS" == "yes" ]; then
         if [ "$OPT_READ" == "yes" ]; then
             # ADIOSREAD + SEQ
             if [ "$OPT_FORTRAN" == "yes" ]; then
-                LDFLAGS=`pkgconfig adios --variable ADIOSREAD_SEQ_FLIB`
+                LDFLAGS=`pkg-config adios --variable ADIOSREAD_SEQ_FLIB`
             else
-                LDFLAGS=`pkgconfig adios --variable ADIOSREAD_SEQ_CLIB`
+                LDFLAGS=`pkg-config adios --variable ADIOSREAD_SEQ_CLIB`
             fi
         else  # ADIOS + SEQ
             if [ "$OPT_FORTRAN" == "yes" ]; then
                 #LDFLAGS="$ADIOS_SEQ_FLIB"
                 LDFLAGS="There is no Fortran library of ADIOS for sequential codes"
             else
-                LDFLAGS=`pkgconfig adios --variable ADIOS_SEQ_CLIB`
+                LDFLAGS=`pkg-config adios --variable ADIOS_SEQ_CLIB`
             fi
         fi
     elif [ "$OPT_READ" == "yes" ]; then
         # ADIOSREAD + parallel code
         if [ "$OPT_FORTRAN" == "yes" ]; then
-            LDFLAGS=`pkgconfig adios --variable ADIOSREAD_FLIB`
+            LDFLAGS=`pkg-config adios --variable ADIOSREAD_FLIB`
         else
-            LDFLAGS=`pkgconfig adios --variable ADIOSREAD_CLIB`
+            LDFLAGS=`pkg-config adios --variable ADIOSREAD_CLIB`
         fi
     else 
         # ADIOS + parallel code
         if [ "$OPT_FORTRAN" == "yes" ]; then
-            LDFLAGS=`pkgconfig adios --variable ADIOS_FLIB`
+            LDFLAGS=`pkg-config adios --variable ADIOS_FLIB`
         else
-            LDFLAGS=`pkgconfig adios --variable ADIOS_CLIB`
+            LDFLAGS=`pkg-config adios --variable ADIOS_CLIB`
         fi
     fi 
     if [ $NFLAGS_ASKED -gt 1 ]; then
diff --git a/debian/changelog b/debian/changelog
index 11f367e..ed5cf87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ adios (1.8.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Standards-Version: 3.9.6.	
+  * adios_config: Fix typo: pkgconfig -> pkg-config
 
  -- Alastair McKinstry <mckinstry at debian.org>  Thu, 08 Jan 2015 22:04:42 +0000
 

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



More information about the debian-science-commits mailing list