[Pkg-octave-commit] [octave] 01/01: d/rules: Avoid triggering the build of oct-gperf.h

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Jan 24 21:10:42 UTC 2016


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

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

commit d36e7048acc36359a6182c689a4244317792b595
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Jan 24 19:07:30 2016 -0200

    d/rules: Avoid triggering the build of oct-gperf.h
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b0ee5d2..2b8bc3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,9 +48,11 @@ endif
 clean:
 	dh clean --with autoreconf
 
-# override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
 override_dh_auto_configure:
+	# override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
 	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
 
 # 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