[Pkg-octave-commit] [SCM] Debian packaging for octave-geometry branch, master, updated. upstream/1.4.0-12-g5bb43d9

Rafael Laboissiere rafael at laboissiere.net
Sun Mar 25 07:40:04 UTC 2012


The following commit has been merged in the master branch:
commit 5bb43d9ed40b55b50cf69646cc63f55b85b1f7ca
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 25 09:38:09 2012 +0200

    Add patch for cleaning variables in PKG_ADD
    
    Git-Dch: Ignore

diff --git a/debian/patches/clean-variables-in-pkg-add.patch b/debian/patches/clean-variables-in-pkg-add.patch
new file mode 100644
index 0000000..ed7c9be
--- /dev/null
+++ b/debian/patches/clean-variables-in-pkg-add.patch
@@ -0,0 +1,12 @@
+Dcription: Clean temporary variables in PKG_ADD
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2012-03-25
+
+--- octave-geometry-1.4.1.orig/PKG_ADD
++++ octave-geometry-1.4.1/PKG_ADD
+@@ -33,4 +33,4 @@ else
+ endif
+ 
+ warning('off', 'Octave:fopen-file-in-path');
+-clear dirlist dirname pp
++clear dirlist dirname pp arch pkg_folder dep_folder
diff --git a/debian/patches/series b/debian/patches/series
index 610dde9..7edb137 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 arch-indep-path-for-pkg-add.patch
+clean-variables-in-pkg-add.patch

-- 
Debian packaging for octave-geometry



More information about the Pkg-octave-commit mailing list