[Pkg-octave-commit] [SCM] octave branch, octave3.2, updated. 3d6b62c7f922a903159c00374a963dd9dbd3dda8

Rafael Laboissiere rafael at debian.org
Wed May 27 14:52:34 UTC 2009


The following commit has been merged in the octave3.2 branch:
commit 7a00f9bd10ebf3570d3efdcf770374471b16e05a
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Wed May 27 14:19:37 2009 +0200

    Fix syntax of ifeq/+else+endif in debian/rules

diff --git a/debian/rules b/debian/rules
index 1e28cfd..fb0c618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ priority	:= 70
 else
 ifeq ($(major),3.0)
 priority	:= 90
-else
+endif
 endif
 endif
 

-- 
octave



More information about the Pkg-octave-commit mailing list