[Pkg-octave-commit] [dynare] 01/01: no-automake-werror.patch: new patch, removes -Werror from automake.

Sébastien Villemot sebastien at alioth.debian.org
Tue Oct 22 13:04:24 UTC 2013


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

sebastien pushed a commit to branch master
in repository dynare.

commit d4efc247acd762529c412c62cb09ea152138fd80
Author: Sébastien Villemot <sebastien at dynare.org>
Date:   Tue Oct 22 14:36:07 2013 +0200

    no-automake-werror.patch: new patch, removes -Werror from automake.
    
    Closes: #727045
---
 debian/changelog                        |    8 ++++++
 debian/patches/no-automake-werror.patch |   45 +++++++++++++++++++++++++++++++
 debian/patches/series                   |    1 +
 3 files changed, 54 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3279d64..00f999d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dynare (4.3.3-5) unstable; urgency=low
+
+  [ Peter Michael Green ]
+  * no-automake-werror.patch: new patch, removes -Werror from automake.
+    (Closes: #727045)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Tue, 22 Oct 2013 12:34:58 +0000
+
 dynare (4.3.3-4) unstable; urgency=low
 
   * gcc-4.8.patch: new patch, fixes compatibility with GCC 4.8 (Closes: #701270)
diff --git a/debian/patches/no-automake-werror.patch b/debian/patches/no-automake-werror.patch
new file mode 100644
index 0000000..867f18d
--- /dev/null
+++ b/debian/patches/no-automake-werror.patch
@@ -0,0 +1,45 @@
+Description: Remove -Werror from automake.
+  The new version of automake has new warnings which make this package fail to
+  build, remove -Werror so thhat the package builds again.
+Author: Peter Michael Green <plugwash at raspbian.org>
+Applied-Upstream: https://github.com/DynareTeam/dynare/commit/82edf48256843ac4c479f2df9ef03c229482a97f, 4.4.0
+
+Index: dynare-4.3.3/configure.ac
+===================================================================
+--- dynare-4.3.3.orig/configure.ac	2013-10-21 18:59:21.000000000 +0000
++++ dynare-4.3.3/configure.ac	2013-10-21 18:59:21.000000000 +0000
+@@ -20,7 +20,7 @@
+ AC_PREREQ([2.62])
+ AC_INIT([dynare], [4.3.3])
+ AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc])
+-AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability -Werror foreign no-dist-gzip dist-xz tar-pax])
++AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])
+ 
+ AC_PROG_CC
+ AC_PROG_CXX
+Index: dynare-4.3.3/mex/build/matlab/configure.ac
+===================================================================
+--- dynare-4.3.3.orig/mex/build/matlab/configure.ac	2013-04-12 10:25:59.000000000 +0000
++++ dynare-4.3.3/mex/build/matlab/configure.ac	2013-10-21 19:05:53.000000000 +0000
+@@ -20,7 +20,7 @@
+ AC_PREREQ([2.61])
+ AC_INIT([dynare], [4.3.3])
+ AC_CONFIG_SRCDIR([configure.ac])
+-AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign])
++AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
+ 
+ dnl The following must occur before we modify CFLAGS/CXXFLAGS
+ AC_CANONICAL_HOST
+Index: dynare-4.3.3/mex/build/octave/configure.ac
+===================================================================
+--- dynare-4.3.3.orig/mex/build/octave/configure.ac	2013-04-12 10:25:50.000000000 +0000
++++ dynare-4.3.3/mex/build/octave/configure.ac	2013-10-21 19:06:17.000000000 +0000
+@@ -20,7 +20,7 @@
+ AC_PREREQ([2.61])
+ AC_INIT([dynare], [4.3.3])
+ AC_CONFIG_SRCDIR([configure.ac])
+-AM_INIT_AUTOMAKE([-Wall -Wno-portability -Werror foreign])
++AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])
+ 
+ AC_CHECK_PROG([MKOCTFILE], [mkoctfile], [mkoctfile])
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 1658683..d77556c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ extra-addpatch.patch
 fhs-compliance.patch
 texlive-2013.patch
 gcc-4.8.patch
+no-automake-werror.patch

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



More information about the Pkg-octave-commit mailing list