[Pkg-octave-commit] [SCM] Debian packaging for octave-octcdf branch, master, updated. debian/1.1.4-2-5-g6867624

Rafael Laboissiere rafael at laboissiere.net
Fri Jul 6 05:07:20 UTC 2012


The following commit has been merged in the master branch:
commit 6867624a4f022c459c181b71cc3a339baa516270
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jul 6 07:06:36 2012 +0200

    Add patch no-print-command-result.patch

diff --git a/debian/patches/no-print-command-result.patch b/debian/patches/no-print-command-result.patch
new file mode 100644
index 0000000..2acf8ff
--- /dev/null
+++ b/debian/patches/no-print-command-result.patch
@@ -0,0 +1,12 @@
+Description: Avoid printing of the command result
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=29503004
+Last-Update: 2012-07-06
+
+--- octave-octcdf-1.1.5.orig/inst/@ncfile/name.m
++++ octave-octcdf-1.1.5/inst/@ncfile/name.m
+@@ -1,3 +1,3 @@
+ function n = name(self)
+- n = ncname(self)
++ n = ncname(self);
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 5333888..90cc1ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 do_not_pass_compiler_flags_to_mkoctfile
+no-print-command-result.patch

-- 
Debian packaging for octave-octcdf



More information about the Pkg-octave-commit mailing list