diff -Nru hypre-2.8.0b/debian/changelog hypre-2.8.0b/debian/changelog --- hypre-2.8.0b/debian/changelog 2016-02-06 19:48:52.000000000 +0000 +++ hypre-2.8.0b/debian/changelog 2016-02-29 12:20:37.000000000 +0000 @@ -1,14 +1,15 @@ -hypre (2.8.0b-2build2) xenial; urgency=medium +hypre (2.8.0b-3) unstable; urgency=medium - * No-change rebuild for openmpi on s390x. + * Team upload. + * Run wrap-and-sort. + * Bump debhelper compat level to 9 + * Drop useless build-dependency on quilt. + * Bump Standards-Version to 3.9.7, no changes needed. + * Use HTTPS in the Vcs-* fields. + * debian/control: fix weak-library-dev-dependency lintian error. + * Fix FTBFS by using libtoolize --force. Closes: #815781 - -- Matthias Klose Sat, 06 Feb 2016 19:48:52 +0000 - -hypre (2.8.0b-2build1) xenial; urgency=medium - - * No-change rebuild for openmpi transition. - - -- Matthias Klose Mon, 01 Feb 2016 11:29:35 +0000 + -- Mattia Rizzolo Mon, 29 Feb 2016 12:19:49 +0000 hypre (2.8.0b-2) unstable; urgency=medium diff -Nru hypre-2.8.0b/debian/compat hypre-2.8.0b/debian/compat --- hypre-2.8.0b/debian/compat 2014-02-27 19:53:54.000000000 +0000 +++ hypre-2.8.0b/debian/compat 2016-02-29 12:06:37.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru hypre-2.8.0b/debian/control hypre-2.8.0b/debian/control --- hypre-2.8.0b/debian/control 2014-02-27 20:13:24.000000000 +0000 +++ hypre-2.8.0b/debian/control 2016-02-29 12:08:46.000000000 +0000 @@ -3,18 +3,28 @@ Priority: extra Maintainer: Debian Science Maintainers Uploaders: "Adam C. Powell, IV" -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7), quilt, gfortran, autoconf, automake, libtool, - libltdl-dev, libblas-dev | libblas.so, liblapack-dev | liblapack.so, - libsuperlu-dev, mpi-default-dev -Vcs-Git: git://anonscm.debian.org/debian-science/packages/hypre.git -Vcs-Browser: http://anonscm.debian.org/?p=debian-science/packages/hypre.git +Standards-Version: 3.9.7 +Build-Depends: + autoconf, + automake, + debhelper (>= 9), + gfortran, + libblas-dev | libblas.so, + liblapack-dev | liblapack.so, + libltdl-dev, + libsuperlu-dev, + libtool, + mpi-default-dev, +Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/hypre.git +Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/hypre.git Homepage: http://acts.nersc.gov/hypre/ Package: libhypre-2.8.0b Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends}, Description: High Performance Matrix Preconditioners - Shared Library Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. @@ -24,8 +34,14 @@ Package: libhypre-dev Architecture: all Section: libdevel -Depends: libhypre-2.8.0b (>= ${source:Version}), libsuperlu-dev, mpi-default-dev, - libblas-dev | libblas.so, liblapack-dev | liblapack.so, ${misc:Depends} +Depends: + libblas-dev | libblas.so, + libhypre-2.8.0b (>= ${source:Version}), + libhypre-2.8.0b (<< ${source:Version}+1~), + liblapack-dev | liblapack.so, + libsuperlu-dev, + mpi-default-dev, + ${misc:Depends}, Description: High Performance Matrix Preconditioners - Development Files Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. diff -Nru hypre-2.8.0b/debian/copyright hypre-2.8.0b/debian/copyright --- hypre-2.8.0b/debian/copyright 2014-02-27 19:53:54.000000000 +0000 +++ hypre-2.8.0b/debian/copyright 2016-02-29 11:31:42.000000000 +0000 @@ -43,4 +43,3 @@ The HYPRE team can be contacted at hypre-support@llnl.gov. The software is released under UCRL_CODE_222953. Please see http://www.llnl.gov/CASC/hypre for more information and source code availability. - diff -Nru hypre-2.8.0b/debian/rules hypre-2.8.0b/debian/rules --- hypre-2.8.0b/debian/rules 2014-02-27 19:53:54.000000000 +0000 +++ hypre-2.8.0b/debian/rules 2016-02-29 12:07:41.000000000 +0000 @@ -1,11 +1,4 @@ #!/usr/bin/make -f -# Made with the aid of debmake, by Christoph Lameter, -# based on the sample debian/rules file for GNU hello by Ian Jackson. - -package=hypre - -# This tells us which MPI implementation is in use -HYPRE_MPI=$(shell readlink /etc/alternatives/mpi | sed s/usr//g | sed s/include//g | sed s/lib//g | sed s/\\///g) # Files removed by the clean target KEEP_FILES= \ @@ -48,7 +41,7 @@ (cd src && autoconf -I config config/configure.in > configure) chmod +x src/configure cp -f /usr/share/automake*/config.* src/config/ - (cd src/babel-runtime && libtoolize) + (cd src/babel-runtime && libtoolize --force) cp -f src/babel-runtime/libltdl/ltdl.* src/babel-runtime/sidl/ rm -f src/babel-runtime/config/config.* (cd src/babel-runtime && aclocal -I m4)