diffstat of debian/ for gpsbabel_1.5.4-2 gpsbabel_1.5.4-2+rpi1 changelog | 12 ++++++++++++ control | 4 ++-- rules | 3 ++- 3 files changed, 16 insertions(+), 3 deletions(-) diff -u gpsbabel-1.5.4/debian/changelog gpsbabel-1.5.4/debian/changelog --- gpsbabel-1.5.4/debian/changelog +++ gpsbabel-1.5.4/debian/changelog @@ -1,3 +1,15 @@ +gpsbabel (1.5.4-2+rpi1) buster-staging; urgency=medium + + * Remove armhf from architecture list for qtwebengine build-dep, + we don't have (and may never have) it in Raspbian. + * Remove armhf from architecture list for gpsbabel-gui, it + needs the aforementioned build-dep. + * Try and fixup clean target in debian/rules it seems + that on systems where the gui can't be built the upstream + build process generates a broken gui/Makefile. + + -- Peter Michael Green Thu, 26 Oct 2017 12:10:21 +0000 + gpsbabel (1.5.4-2) unstable; urgency=medium * [cc58f71] Move git repository to github. diff -u gpsbabel-1.5.4/debian/control gpsbabel-1.5.4/debian/control --- gpsbabel-1.5.4/debian/control +++ gpsbabel-1.5.4/debian/control @@ -8,7 +8,7 @@ libxml2-utils, libusb-dev, zlib1g-dev, qtbase5-dev, - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], + qtwebengine5-dev [amd64 arm64 i386 mipsel], qttools5-dev-tools, imagemagick, locales-all @@ -69,7 +69,7 @@ This package contains the detailed documentation of gpsbabel. Package: gpsbabel-gui -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Depends: ${shlibs:Depends}, ${misc:Depends}, gpsbabel (= ${binary:Version}) Description: GPS file conversion plus transfer to/from GPS units - GUI GPSBabel converts waypoints, tracks, and routes from one format to diff -u gpsbabel-1.5.4/debian/rules gpsbabel-1.5.4/debian/rules --- gpsbabel-1.5.4/debian/rules +++ gpsbabel-1.5.4/debian/rules @@ -115,8 +115,9 @@ rm -f debian/gpsbabel.xpm # Add here commands to clean up after the build process. + [ ! -f gui/Makefile ] || $(MAKE) clean || true + rm -f gui/Makefile [ ! -f Makefile ] || $(MAKE) clean - [ ! -f gui/Makefile ] || $(MAKE) gui clean rm -rf debian/doctmp xmldoc/autogen/* rm -rf Makefile config.h config.log config.status \ gpsbabel.fo tools/mkcapabilities win32/gpsbabel.rc \