diff -Nru libmthca-1.0.6/debian/changelog libmthca-1.0.6/debian/changelog --- libmthca-1.0.6/debian/changelog 2014-01-03 08:21:26.000000000 +0000 +++ libmthca-1.0.6/debian/changelog 2017-03-05 19:22:15.000000000 +0000 @@ -1,10 +1,10 @@ -libmthca (1.0.6-1ubuntu1) trusty; urgency=medium +libmthca (1.0.6-1.1) unstable; urgency=medium - * Use dh-autoreconf to get new libtool macros for ppc64el and update - config.{sub,guess} for new arches. - * Use automake's "foreign" option to fix FTBFS while autoreconfing. + * Non-maintainer upload. + * Use autotools_dev to fix FTBFS on arm64. (Closes: #727417) + * Remove the obsolete DM-Upload-Allowed field. - -- Logan Rosen Fri, 03 Jan 2014 03:20:46 -0500 + -- Adrian Bunk Sun, 05 Mar 2017 21:22:15 +0200 libmthca (1.0.6-1) unstable; urgency=low diff -Nru libmthca-1.0.6/debian/control libmthca-1.0.6/debian/control --- libmthca-1.0.6/debian/control 2014-01-03 08:21:28.000000000 +0000 +++ libmthca-1.0.6/debian/control 2017-03-05 19:22:10.000000000 +0000 @@ -1,9 +1,7 @@ Source: libmthca Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Roland Dreier -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1), dh-autoreconf +Maintainer: Roland Dreier +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1), autotools-dev Standards-Version: 3.9.2 Section: libs Homepage: http://www.openfabrics.org/ diff -Nru libmthca-1.0.6/debian/patches/automake-foreign.patch libmthca-1.0.6/debian/patches/automake-foreign.patch --- libmthca-1.0.6/debian/patches/automake-foreign.patch 2014-01-03 08:23:46.000000000 +0000 +++ libmthca-1.0.6/debian/patches/automake-foreign.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -5,7 +5,7 @@ - AC_CONFIG_SRCDIR([src/mthca.h]) - AC_CONFIG_AUX_DIR(config) - AC_CONFIG_HEADER(config.h) --AM_INIT_AUTOMAKE(libmthca, 1.0.6) -+AM_INIT_AUTOMAKE([foreign]) - m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - - AC_PROG_LIBTOOL diff -Nru libmthca-1.0.6/debian/patches/series libmthca-1.0.6/debian/patches/series --- libmthca-1.0.6/debian/patches/series 2014-01-03 08:20:24.000000000 +0000 +++ libmthca-1.0.6/debian/patches/series 2011-07-06 20:13:54.000000000 +0000 @@ -1,2 +1 @@ driver-plugin-directory.patch -automake-foreign.patch diff -Nru libmthca-1.0.6/debian/rules libmthca-1.0.6/debian/rules --- libmthca-1.0.6/debian/rules 2014-01-03 08:20:10.000000000 +0000 +++ libmthca-1.0.6/debian/rules 2017-03-05 19:22:15.000000000 +0000 @@ -2,7 +2,7 @@ # -*- mode: makefile; coding: utf-8 -*- %: - dh $@ --with autoreconf + dh $@ --with autotools_dev override_dh_strip: dh_strip --dbg-package=libmthca1-dbg