[SCM] Extract bibliographic references from various sources branch, debian, updated. 0359f89b3603cf97870474d5c1fd572d415cd9e7

Filippo Rusconi (Debian Maintainer) rusconi-debian at laposte.net
Mon Jul 6 12:01:22 UTC 2009


The following commit has been merged in the debian branch:
commit ec9bf617168b4f5a383e5d69efd01167ed93f555
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date:   Sun Jul 5 21:13:22 2009 +0200

    Fixes with missed replacements in configure script.

diff --git a/configure b/configure
index 5bf4f52..e99aa3d 100755
--- a/configure
+++ b/configure
@@ -8,11 +8,11 @@
 # - Runs qmake
 #
 #
-# Modifications for the Debian distribution package (june 2009)
+# Modifications for the cb2Bib Debian distribution package (June 2009)
 # by Filippo Rusconi
 # Copyright 2009 Filippo Rusconi
 #
-# - Replace ' ' with ':' along with use of "IFS=:" as word-splitting
+# - Replace ' ' with ':' along with use of IFS=: as word-splitting
 #   delimiter for PATH-related tasks (Thanks Lionel Mamane).
 #
 # - Comment out code setting the absolute path to utilities on the
@@ -29,7 +29,6 @@
 # See the GNU General Public License for more details
 #------------------------------------------------------------------------------
 
-# bin_dirs=`echo $PATH | sed -e "s/:/ /g"`
 platform=`uname -s`
 
 echo
@@ -199,7 +198,11 @@ echo "Checking for Qt/qmake:"
   $f_qmake -v
 
 
+#------------------------------------------------------------------------------
+# Set directories for binaries search
+#------------------------------------------------------------------------------
 bin_dirs="/usr/bin:/usr/local/bin:/bin:/sbin:$PATH"
+#------------------------------------------------------------------------------
 
 
 # - check for make ------------------------------------------------------------
@@ -263,7 +266,7 @@ fi
 #  pdftotext_name="pdftotext"
 #  pdftotext_prog=NO
 #  IFS=:
-#  for j in $pdftotext_dirs; do
+#  for j in $bin_dirs; do
 #    if test -x "$j/$pdftotext_name"; then
 #        pdftotext_prog="$j/$pdftotext_name"
 #        break 1
@@ -286,7 +289,7 @@ fi
 #  exiftool_name="exiftool"
 #  exiftool_prog=NO
 #  IFS=:
-#  for j in $exiftool_dirs; do
+#  for j in $bin_dirs; do
 #    if test -x "$j/$exiftool_name"; then
 #        exiftool_prog="$j/$exiftool_name"
 #        break 1

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list