[Pkg-octave-commit] [SCM] octave-communications branch, master, updated. 7bf41716574c87c551c1f9ef7f3556248d72a5a4

Thomas Weber thomas.weber.mail at gmail.com
Sun Dec 27 23:46:03 UTC 2009


The following commit has been merged in the master branch:
commit c5af4e079b9af9051229904853121c079e8a6e07
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Sun Dec 27 22:01:04 2009 +0100

    Remove patch call-mlock-with-arg.diff

diff --git a/debian/changelog b/debian/changelog
index 03352f3..a080b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ octave-communications (1.0.9-3) UNRELEASED; urgency=low
   * New upstream release
   * Bump dependency on octave-signal to (>= 1.0.10-1), to get the version for
     Octave 3.2
+  * Remove patch: call-mlock-with-arg.diff, it was only necessary for
+    octave3.0
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:07:42 +0200
 
diff --git a/debian/patches/call-mlock-with-arg.diff b/debian/patches/call-mlock-with-arg.diff
deleted file mode 100644
index a68e7bd..0000000
--- a/debian/patches/call-mlock-with-arg.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Call the mmlock() function using a string argument, otherwise
-compilation fails against Octave 3.0.5.
-
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 14:06:11 +0200
-
---- a/src/gf.cc
-+++ b/src/gf.cc
-@@ -128,7 +128,7 @@
-       install_s_gm_ops ();
-       install_gm_s_ops ();
-       galois_type_loaded = true;
--      mlock ();
-+      mlock ("gf");
-   }
- 
-   retval = new octave_galois(data, m, primpoly);
diff --git a/debian/patches/series b/debian/patches/series
index faef61f..8d1c8b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-call-mlock-with-arg.diff
+ 

-- 
octave-communications



More information about the Pkg-octave-commit mailing list