[Pkg-octave-commit] [SCM] Debian packaging for octave-pkg-dev branch, master, updated. debian/1.0.1-5-g446fdec

Rafael Laboissiere rafael at laboissiere.net
Sun Mar 18 16:38:01 UTC 2012


The following commit has been merged in the master branch:
commit ee3412456bddb27b9e70729c5b4158a35c8dd052
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 18 15:41:39 2012 +0100

    Use the right operator for comparing strings
    
    Git-Dch: Ignore

diff --git a/make-octave-forge-debpkg.in b/make-octave-forge-debpkg.in
index 5851847..ebb59c6 100755
--- a/make-octave-forge-debpkg.in
+++ b/make-octave-forge-debpkg.in
@@ -180,7 +180,8 @@ DM-Upload-Allowed: yes
 }
 
 my $shlibs = "";
-if ($architecture == "any") {
+if ($architecture eq "any") {
+    print "$architecture\n";
     $shlibs = ", \${shlibs:Depends}";
 }
 

-- 
Debian packaging for octave-pkg-dev



More information about the Pkg-octave-commit mailing list