diff -Nru openmolcas-19.11/debian/changelog openmolcas-19.11/debian/changelog --- openmolcas-19.11/debian/changelog 2020-03-06 12:19:44.000000000 +0000 +++ openmolcas-19.11/debian/changelog 2020-05-18 20:01:21.000000000 +0000 @@ -1,3 +1,11 @@ +openmolcas (19.11-5) unstable; urgency=medium + + * Reuploading from the git repository, the 19.11-4 source package in the + Debian archive has additional changes which makes it FTFBS, Closes: + #960820. + + -- Michael Banck Mon, 18 May 2020 22:01:21 +0200 + openmolcas (19.11-4) unstable; urgency=medium * debian/tests/testsuite.sh: Include test 001, as it failed on the arm64 diff -Nru openmolcas-19.11/debian/control openmolcas-19.11/debian/control --- openmolcas-19.11/debian/control 2020-03-06 07:14:18.000000000 +0000 +++ openmolcas-19.11/debian/control 2020-03-06 12:21:05.000000000 +0000 @@ -6,11 +6,9 @@ Build-Depends: debhelper (>= 10), cmake (>= 3.0.2), gfortran, - libhdf5-mpi-dev, libopenblas64-openmp-dev, libjs-jquery, libjs-underscore, - mpi-default-dev, python3-pyparsing, python3-six, python3-sphinx, diff -Nru openmolcas-19.11/debian/rules openmolcas-19.11/debian/rules --- openmolcas-19.11/debian/rules 2020-03-06 07:15:55.000000000 +0000 +++ openmolcas-19.11/debian/rules 2020-03-06 12:21:05.000000000 +0000 @@ -4,8 +4,6 @@ # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -include /usr/share/mpi-default-dev/debian_defaults - DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: @@ -15,8 +13,6 @@ dh_auto_configure -- \ -DTOOLS=ON \ -DOPENMP=ON \ - -DMPI=ON \ - -DHDF5=ON \ -DLINALG=OpenBLAS \ -DOPENBLASROOT=/usr/include/${DEB_HOST_MULTIARCH}/openblas64-openmp \ -DCMAKE_SKIP_RPATH=ON