[Forensics-changes] [SCM] debian-forensics/afflib branch, debian, updated. debian/3.5.0+dfsg-1-4-g6c1c223

Christophe Monniez christophe.monniez at fccu.be
Sun Oct 25 20:36:28 UTC 2009


The following commit has been merged in the debian branch:
commit 1e28b1f7a9ab737b738c43671d225c01b4b97d60
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Sun Oct 25 21:25:46 2009 +0100

    Fixing one more bashism.

diff --git a/debian/patches/03-bashism.patch b/debian/patches/03-bashism.patch
index 3f7b574..0512ec8 100644
--- a/debian/patches/03-bashism.patch
+++ b/debian/patches/03-bashism.patch
@@ -1,7 +1,7 @@
 Index: afflib/tools/test_afsegment.sh
 ===================================================================
---- afflib.orig/tools/test_afsegment.sh	2009-10-25 11:15:41.464031184 +0100
-+++ afflib/tools/test_afsegment.sh	2009-10-25 11:38:45.382878537 +0100
+--- afflib.orig/tools/test_afsegment.sh	2009-10-25 21:23:02.531878876 +0100
++++ afflib/tools/test_afsegment.sh	2009-10-25 21:23:22.399879368 +0100
 @@ -7,7 +7,7 @@
  /bin/rm -f blank.aff
  ./afcopy /dev/null blank.aff
@@ -13,8 +13,8 @@ Index: afflib/tools/test_afsegment.sh
    echo afsegment does not work properly
 Index: afflib/tools/test_passphrase.sh
 ===================================================================
---- afflib.orig/tools/test_passphrase.sh	2009-10-25 11:15:41.464031184 +0100
-+++ afflib/tools/test_passphrase.sh	2009-10-25 11:38:45.382878537 +0100
+--- afflib.orig/tools/test_passphrase.sh	2009-10-25 21:23:02.535926812 +0100
++++ afflib/tools/test_passphrase.sh	2009-10-25 21:23:22.403911729 +0100
 @@ -33,7 +33,7 @@
  echo "doc" >> words
  echo "passphrase" >> words
@@ -26,14 +26,14 @@ Index: afflib/tools/test_passphrase.sh
  else 
 Index: afflib/tools/test_crypto.sh
 ===================================================================
---- afflib.orig/tools/test_crypto.sh	2009-10-25 11:15:41.464031184 +0100
-+++ afflib/tools/test_crypto.sh	2009-10-25 11:38:45.382878537 +0100
+--- afflib.orig/tools/test_crypto.sh	2009-10-25 21:23:02.531878876 +0100
++++ afflib/tools/test_crypto.sh	2009-10-25 21:25:09.164289835 +0100
 @@ -4,11 +4,11 @@
  
  unset AFFLIB_PASSPHRASE
  
 -if [ x${srcdir} == "x" ] ; 
-+if test "x${srcdir}" = "x"  ; 
++if test "x${srcdir}" = "x"  ;
    then 
       TDIR="../tests/"
    else 
@@ -42,3 +42,16 @@ Index: afflib/tools/test_crypto.sh
  fi
  
  if ! ./afcompare $TDIR/encrypted.iso file://:password@/$TDIR/encrypted.aff ; then exit 1 ; fi
+Index: afflib/tools/test_make_random_iso.sh
+===================================================================
+--- afflib.orig/tools/test_make_random_iso.sh	2009-10-25 21:24:09.211886620 +0100
++++ afflib/tools/test_make_random_iso.sh	2009-10-25 21:24:42.745546208 +0100
+@@ -5,7 +5,7 @@
+ 
+ unset AFFLIB_PASSPHRASE
+ 
+-if [ x"" == x$1 ] ; 
++if test "x" = "x$1" ;
+   then echo usage: $0 filename
+   exit 1
+ fi

-- 
debian-forensics/afflib



More information about the forensics-changes mailing list