[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:36:45 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 3bd1921a61e4a27a19fa4b335b96f65f255a0c6e
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:22 2008 +0100

    Revert "Make dash happy with use of return (closes: #484170)"
    
    This reverts commit 8e32ba436641d59fbb72eb95265da25940d2c6f9.

diff --git a/debian/changelog b/debian/changelog
index 0bc2ba9..ef1cc00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-clamav (0.93~dfsg-3) unstable; urgency=low
-
-  * Make dash happy with use of return (closes: #484170)
-
- -- Stephen Gran <sgran at debian.org>  Mon, 02 Jun 2008 22:45:21 +0100
-
 clamav (0.93~dfsg-2) unstable; urgency=low
 
   * Remove dpatch dependency - we keep the code in a patch system.
diff --git a/debian/common_functions b/debian/common_functions
index 4df1163..446e2bb 100644
--- a/debian/common_functions
+++ b/debian/common_functions
@@ -18,8 +18,7 @@ is_true()
 {
   var="$1"
   lcvar=$(to_lower "$var")
-  [ 'true' = "$lcvar" ] || [ 'yes' = "$lcvar" ] || [ 1 = "$lcvar" ]
-  return $?
+  return $([ 'true' = "$lcvar" ] || [ 'yes' = "$lcvar" ] || [ 1 = "$lcvar" ])
 }
 
 ucf_cleanup()

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list