[Pkg-octave-commit] [octave] 01/01: d/rules: Avoid triggering the build of Bison-generated files

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Jul 6 22:17:33 UTC 2016


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

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

commit 7f620a23b57718e825de126223af12380a04e0b2
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Wed Jul 6 14:22:46 2016 -0300

    d/rules: Avoid triggering the build of Bison-generated files
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2b8bc3c..e74c9b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,11 @@ override_dh_auto_configure:
 	dh_auto_configure -- --enable-openmp $(WITH_JAVA_FLAGS) $(JIT_FLAG) $(HDF5_FLAGS)
 	# Avoid triggering the build of oct-gperf.h
 	touch libinterp/parse-tree/oct-gperf.h
+	# Avoid triggering the build of oct-parse.h oct-tex-parser.h
+	# FIXME: This is a temporary hack and should not be needed
+	# when the upstream tarball is properly generated.
+	touch libinterp/parse-tree/oct-parse.h
+	touch libinterp/corefcn/oct-tex-parser.h
 
 # dh_auto_test tries to run "make test", so override it
 override_dh_auto_test:

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



More information about the Pkg-octave-commit mailing list