Package: gpredict Version: 1.3-2 Severity: important Dear Maintainer,
citadel fails to build from source on new architectures like arm64 and ppc64el as the config.{sub,guess} files are outdated and therefore needs to be updated. You will find a patch below to fix this issue. An upload with this patch would be appreciated. Aurelien --- gpredict-1.3/debian/control +++ gpredict-1.3/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian Hamradio Maintainers <debian-h...@lists.debian.org> Uploaders: Hamish Moffatt <ham...@debian.org>, Fernando M. Maresca <fmare...@gmail.com> Standards-Version: 3.9.1 -Build-Depends: debhelper (>= 7), libhamlib-dev | hamlib-dev (>= 1.2.4), libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libcurl4-gnutls-dev | libcurl-dev, libgoocanvas-dev, intltool (>>0.21.0) +Build-Depends: debhelper (>= 7), libhamlib-dev | hamlib-dev (>= 1.2.4), libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libcurl4-gnutls-dev | libcurl-dev, libgoocanvas-dev, intltool (>>0.21.0), autotools-dev Package: gpredict Architecture: any --- gpredict-1.3/debian/rules +++ gpredict-1.3/debian/rules @@ -2,6 +2,7 @@ build: dh_testdir + dh_autotools-dev_updateconfig ./configure --prefix=/usr --datarootdir=/usr/share $(MAKE) @@ -10,6 +11,7 @@ dh_testdir [ ! -f Makefile ] || $(MAKE) distclean rm -f build intltool-merge intltool-extract intltool-update config.log + dh_autotools-dev_restoreconfig dh_clean binary-indep: build -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-2-powerpc64le (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org