diff -Nru gdal-1.10.1+dfsg/debian/changelog gdal-1.10.1+dfsg/debian/changelog --- gdal-1.10.1+dfsg/debian/changelog 2014-04-02 06:34:16.000000000 +0000 +++ gdal-1.10.1+dfsg/debian/changelog 2014-04-05 13:20:04.000000000 +0000 @@ -1,3 +1,10 @@ +gdal (1.10.1+dfsg-5ubuntu1) trusty; urgency=medium + + * Merge back lost changes from 1.10.1+dfsg-3ubuntu2 to fix ftbfs on + arm64 and ppc64el. + + -- Marc Deslauriers Sat, 05 Apr 2014 09:19:18 -0400 + gdal (1.10.1+dfsg-5) unstable; urgency=medium * Don't run dh for custom targets. diff -Nru gdal-1.10.1+dfsg/debian/control gdal-1.10.1+dfsg/debian/control --- gdal-1.10.1+dfsg/debian/control 2014-04-02 06:34:16.000000000 +0000 +++ gdal-1.10.1+dfsg/debian/control 2014-04-05 13:20:22.000000000 +0000 @@ -1,5 +1,6 @@ Source: gdal -Maintainer: Debian GIS Project +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GIS Project Uploaders: Francesco Paolo Lovergine , Bas Couwenberg Section: science @@ -14,7 +15,7 @@ libjpeg-dev, libgif-dev, libwebp-dev, - libhdf4-alt-dev, + libhdf4-alt-dev [!ppc64], libhdf5-dev (>= 1.8.8), libpq-dev, libxerces-c-dev, @@ -122,7 +123,7 @@ libjpeg-dev, libgif-dev, libwebp-dev, - libhdf4-alt-dev, + libhdf4-alt-dev [!arm64 !ppc64 !ppc64el], libhdf5-dev, libpq-dev, libxerces-c-dev, diff -Nru gdal-1.10.1+dfsg/debian/rules gdal-1.10.1+dfsg/debian/rules --- gdal-1.10.1+dfsg/debian/rules 2014-04-02 06:34:16.000000000 +0000 +++ gdal-1.10.1+dfsg/debian/rules 2014-04-05 13:18:46.000000000 +0000 @@ -54,7 +54,7 @@ %: if [ "$@" != "gdal-grass" -a "$@" != "gdal-ecw" -a "$@" != "gdal-mrsid" ]; then \ - dh $@ --with autoreconf,python2,python3 ; \ + dh $@ --with autotools_dev,autoreconf,python2,python3 ; \ fi override_dh_clean: