[Pkg-octave-commit] [octave-audio] 01/01: Remove .m files that are now in Octave 4.0.0

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Mon Apr 20 16:42:57 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-audio.

commit 57760ed88856b8968e0911073e0b204313ea0c3f
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Apr 20 13:41:55 2015 -0300

    Remove .m files that are now in Octave 4.0.0
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 71fb86c..8035fc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+install/octave-audio::
+	# Remove .m files that are now in Octave 4.0.0
+	# https://savannah.gnu.org/bugs/?func=detailitem&item_id=38395
+	@echo "************************************************************************"
+	@echo "Warning: check whether this fix is still needed:"
+	find debian/octave-audio \( -name sound.m -o -name soundsc.m \) -exec rm \{} \;
+	@echo "************************************************************************"

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



More information about the Pkg-octave-commit mailing list