tags 733038 + pending
thanks
Dear maintainer,
I've prepared an NMU for check (versioned as 0.9.10-6.1) and
uploaded it. It fixes the config.{sub, guess} update issue so that the
arm64 port can progress:
http://buildd.debian-ports.org/status/architecture.php?a=arm64
Cheers,
Wookey
diff -Nru check-0.9.10/debian/changelog check-0.9.10/debian/changelog
--- check-0.9.10/debian/changelog 2013-11-25 20:11:08.000000000 +0000
+++ check-0.9.10/debian/changelog 2014-04-14 02:55:56.000000000 +0100
@@ -1,3 +1,10 @@
+check (0.9.10-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Ensure config.{sub,guess} are up to date using autotools-dev (closes: #733038)
+
+ -- Wookey <[email protected]> Mon, 14 Apr 2014 01:26:38 +0000
+
check (0.9.10-6) unstable; urgency=low
* add -pthread to both --libs and --cflags of check.pc (sigh)
diff -Nru check-0.9.10/debian/control check-0.9.10/debian/control
--- check-0.9.10/debian/control 2013-11-25 19:41:59.000000000 +0000
+++ check-0.9.10/debian/control 2014-04-14 02:56:10.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Robert Lemmen <[email protected]>
Uploaders: Thomas Bechtold <[email protected]>
-Build-Depends: debhelper (>= 8.0), mawk, texinfo
+Build-Depends: debhelper (>= 8.0), autotools-dev, mawk, texinfo
Build-Conflicts: gawk
Standards-Version: 3.9.4
Homepage: http://check.sourceforge.net/
diff -Nru check-0.9.10/debian/rules check-0.9.10/debian/rules
--- check-0.9.10/debian/rules 2013-11-25 19:41:59.000000000 +0000
+++ check-0.9.10/debian/rules 2014-04-14 02:56:41.000000000 +0100
@@ -16,6 +16,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autotools-dev_updateconfig
CFLAGS="$(CFLAGS_OPT)" ./configure --prefix=/usr \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--infodir=/usr/share/info --enable-plain-docdir
@@ -24,6 +25,7 @@
configure-pic: configure-stamp-pic
configure-stamp-pic:
dh_testdir
+ dh_autotools-dev_updateconfig
CFLAGS="-fPIC $(CFLAGS_OPT)" ./configure --prefix=/usr \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--infodir=/usr/share/info \
@@ -55,6 +57,7 @@
rm -f build-stamp configure-stamp build-stamp-pic configure-stamp-pic
[ ! -f Makefile ] || $(MAKE) distclean
rm -f src/libcheck_pic.a
+ dh_autotools-dev_restoreconfig
dh_clean
install: build