[Pkg-octave-commit] [octave-general] 02/02: Drop the inputParser function, which is now in Octave 4.0 core

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Apr 28 15:08:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-general.

commit 1f0e11f444b30ac176c981b74919b00abaa9884a
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Apr 28 12:07:06 2015 -0300

    Drop the inputParser function, which is now in Octave 4.0 core
---
 debian/rules | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/rules b/debian/rules
index 71fb86c..3340aa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,14 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+install/octave-general::
+	# Remove the inputParser function, which is now in Octave 4.0 core.
+	# This is a temporary hack, while waiting for a new upstream version
+	# of the general package.  (N.B.: inputParser has been removed in the
+	# upstream VCS: http://sourceforge.net/p/octave/general/ci/9d0fe96)
+	@echo "******************************************************************"
+	@echo "Warning: check whether this fix is still needed:"
+	-find debian/octave-general -name @inputParser -type d -exec rm -rf \{} \;
+	find debian/octave-general -name INDEX | xargs sed -i '/input/d;/Input/d'
+	@echo "******************************************************************"

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-general.git



More information about the Pkg-octave-commit mailing list