[Pkg-octave-commit] [octave] 01/02: d/control: Build-Depends on bison, gperf, icoutils, librsvg2-bin.

Mike Miller mtmiller at moszumanska.debian.org
Tue Aug 8 15:56:42 UTC 2017


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

mtmiller pushed a commit to branch master
in repository octave.

commit 98ab5d34806b9a1726c3b09bd8c9f194c3aace6c
Author: Mike Miller <mtmiller at debian.org>
Date:   Tue Aug 8 08:03:16 2017 -0700

    d/control: Build-Depends on bison, gperf, icoutils, librsvg2-bin.
    
    These utilities are used for generating files that octave's source
    distribution ships.
---
 debian/control | 4 ++++
 debian/rules   | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fc301f4..0d26b70 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Sébastien Villemot <sebastien at debian.org>,
 Section: math
 Priority: optional
 Build-Depends: automake,
+               bison,
                debhelper (>= 10),
                default-jdk,
                desktop-file-utils,
@@ -15,6 +16,8 @@ Build-Depends: automake,
                gfortran,
                ghostscript,
                gnuplot-nox,
+               gperf,
+               icoutils,
                javahelper,
                less,
                libarpack2-dev,
@@ -37,6 +40,7 @@ Build-Depends: automake,
                libqt4-dev,
                libqt4-opengl-dev,
                libreadline-dev,
+               librsvg2-bin,
                libsndfile1-dev,
                libsuitesparse-dev,
                libxft-dev,
diff --git a/debian/rules b/debian/rules
index 377a69e..84316bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,8 +51,6 @@ endif
 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) $(DOC_FLAG)
-	# Avoid triggering the build of oct-gperf.h
-	touch libinterp/parse-tree/oct-gperf.h libinterp/parse-tree/oct-parse.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