[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.4.3-4-14-gddc696f

Jordi Gutiérrez Herm?==?UTF-8?Q?oso jordigh at octave.org
Wed Feb 29 15:29:36 UTC 2012


The following commit has been merged in the master branch:
commit ddc696fd267a8178d217b1095eb3e3d5991e028c
Author: Jordi Gutiérrez Hermoso <jordigh at octave.org>
Date:   Wed Feb 29 11:34:37 2012 +0100

    Style fixes: untabify and use [~, foo] = bar() idiom

diff --git a/debian/octave.conf b/debian/octave.conf
index 94b7c42..687659a 100644
--- a/debian/octave.conf
+++ b/debian/octave.conf
@@ -9,8 +9,8 @@
 ## directory.
 
 read_readline_init_file (sprintf ("%s%s%s",
-				  octave_config_info ("startupfiledir"),
-				  filesep, "inputrc"));
+                                  octave_config_info ("startupfiledir"),
+                                  filesep, "inputrc"));
 
 if (strcmp (PAGER (), "less") && isempty (getenv ("LESS")))
   PAGER_FLAGS ('-e -X -P"-- less ?pB(%pB\\%):--. (f)orward, (b)ack, (q)uit$"');
@@ -22,9 +22,9 @@ pkg global_list /usr/share/octave/octave_packages;
 
 ## Adjust pkg prefix
 
-[junk, target] = system("dpkg-architecture -qDEB_HOST_MULTIARCH");
+[~, target] = system("dpkg-architecture -qDEB_HOST_MULTIARCH");
 pkg ("prefix", "/usr/share/octave/packages", [ "/usr/lib/" strtrim(target) "/octave/packages/"]);
-clear junk target
+clear target
 
 ## This appears here instead of in the pkg/PKG_ADD file so that --norc
 ## will also skip automatic loading of packages.

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list