Hi, I've just uploaded mpi-default with the following changes:
diff --git a/debian/changelog b/debian/changelog index 16e8518..6a59dc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mpi-defaults (1.11) unstable; urgency=medium + + * Team upload. + * Remove "Adam C. Powell, IV" <[email protected]> from uploaders since + he is not active in Debian Science team since 5 years. + Closes: #547460 + * Standards-Version: 4.1.4 + + -- Andreas Tille <[email protected]> Thu, 19 Apr 2018 13:31:37 +0200 + mpi-defaults (1.10) unstable; urgency=medium [ James Clarke ] diff --git a/debian/control b/debian/control index 9c0964d..bc0fffa 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Source: mpi-defaults Section: devel Priority: optional Maintainer: Debian Science Team <[email protected]> -Uploaders: "Adam C. Powell, IV" <[email protected]>, Manuel Prinz <[email protected]>, +Uploaders: Manuel Prinz <[email protected]>, Alastair McKinstry <[email protected]> -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 Build-Depends: debhelper (>= 11~), libopenmpi-dev (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32], openmpi-bin (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32], diff --git a/debian/control.in b/debian/control.in index e57c641..0e0a091 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,9 +2,9 @@ Source: mpi-defaults Section: devel Priority: optional Maintainer: Debian Science Team <[email protected]> -Uploaders: "Adam C. Powell, IV" <[email protected]>, Manuel Prinz <[email protected]>, +Uploaders: Manuel Prinz <[email protected]>, Alastair McKinstry <[email protected]> -Standards-Version: 4.1.3 +Standards-Version: 4.1.4 Build-Depends: debhelper (>= 11~), libopenmpi-dev (>= 1.4.3-2.1) [%OPENMPI_ARCHITECTURES%], openmpi-bin (>= 1.4.3-2.1) [%OPENMPI_ARCHITECTURES%], Unfortunately this ends up in build failures on any architecture that tried to build: https://buildd.debian.org/status/package.php?p=mpi-defaults The error is: if [ "" = "openmpi" ]; then \ echo "mpi=openmpi-bin" > debian/mpi-default-bin.substvars; \ echo "mpi-dev=libopenmpi-dev" > debian/mpi-default-dev.substvars; \ elif [ "" = "mpich" ]; then \ echo "mpi=mpich" > debian/mpi-default-bin.substvars; \ echo "mpi-dev=libmpich-dev" > debian/mpi-default-dev.substvars; \ else \ echo "Unknown MPI implementation, stopping"; \ exit 1; \ fi Unknown MPI implementation, stopping debian/rules:109: recipe for target 'override_dh_gencontrol' failed Any idea what might went wrong here? Sorry for the mess - I assumed it would be a real trivial change Andreas. -- http://fam-tille.de

