[Pkg-octave-commit] [SCM] dynare branch, master, updated. 10ceb7a615ed34ab07825ae17f39ee2242ee859b

Sébastien Villemot sebastien.villemot at ens.fr
Thu Sep 24 14:31:21 UTC 2009


The following commit has been merged in the master branch:
commit b5612703fa0a0eb7689e9562219396db09da539b
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Mon Sep 14 14:49:15 2009 +0200

    No longer install rcond.m

diff --git a/debian/changelog b/debian/changelog
index 46d149c..75ff0ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ dynare (4.0.4-4) unstable; urgency=low
     Update Standards-Version to 3.8.3, no additional changes needed.
   * debian/copyright:
     Updated e-mail address of Marco Ratto.
+  * debian/rules:
+    No longer install rcond.m (rcond is now a primitive in Octave 3.2).
 
  -- Sébastien Villemot <sebastien.villemot at ens.fr>  Mon, 14 Sep 2009 14:10:42 +0200
 
diff --git a/debian/rules b/debian/rules
index b5ad6e7..521947f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,7 @@ binary-arch: build
 	dh binary-arch
 
 binary-indep: build
-	dh binary-indep --until dh_install
-	dh_install --package=dynare-common mex/octave/rcond.m $(MDIR)
-	dh binary-indep --after dh_install --before dh_link
+	dh binary-indep --before dh_link
 	dh_link --package=dynare-common /usr/share/dynare/matlab/dynare.m $(MDIR)/dynare.m
 	dh binary-indep --after dh_link
 

-- 
dynare



More information about the Pkg-octave-commit mailing list