[Pkg-octave-commit] [SCM] Debian packaging for dynare branch, master, updated. debian/4.3.3-2-4-g3e9d61c

Sébastien Villemot sebastien at debian.org
Wed May 29 17:19:11 UTC 2013


The following commit has been merged in the master branch:
commit 99b93d4c37b8bd3fd3d19d47e9e3a963462bd68a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed May 29 17:39:41 2013 +0200

    Use dh-autoreconf to ensure recent autotools are used

diff --git a/debian/control b/debian/control
index d764fc1..01e8ba1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Sébastien Villemot <sebastien at debian.org>,
 Section: math
 Priority: optional
 Build-Depends: debhelper (>= 9), liboctave-dev, libboost-graph-dev (>= 1.36),
- libmatio-dev, libgsl0-dev, libslicot-dev
+ libmatio-dev, libgsl0-dev, libslicot-dev, dh-autoreconf
 Build-Depends-Indep: texlive, texlive-publishers, texlive-extra-utils,
  texlive-formats-extra, texlive-generic-recommended, texi2html, latex2html,
  latex-beamer, texlive-math-extra
diff --git a/debian/rules b/debian/rules
index a4a6369..02d254c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/octave/debian/defs.make
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_build-indep:
 	dh_auto_build --parallel -- pdf html

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list