Bug#736887: trickle: use dh-autoreconf to fix FTBFS on ppc64el and update config.{sub, guess} for new arches

2017-01-10 Thread Chris Lamb
Hi,

> trickle: use dh-autoreconf to fix FTBFS on ppc64el and update
> config.{sub, guess} for new arches

Any update on this? This is needed for arm64 too.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#736887: trickle: use dh-autoreconf to fix FTBFS on ppc64el and update config.{sub, guess} for new arches

2014-01-27 Thread Logan Rosen
Package: trickle
Version: 1.07-10
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf. This is because we need new libtool macros for ppc64el. We also
need config.{sub,guess} updates for arm64 and ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
and update config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-5-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u trickle-1.07/debian/control trickle-1.07/debian/control
--- trickle-1.07/debian/control
+++ trickle-1.07/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Robert Lemmen rober...@semistable.com
 Build-Depends: debhelper (= 7.0.0), libevent-dev (= 0.7b), autoconf,
- libbsd-dev, autotools-dev
+ libbsd-dev, dh-autoreconf
 Standards-Version: 3.9.4
 
 Package: trickle
diff -u trickle-1.07/debian/rules trickle-1.07/debian/rules
--- trickle-1.07/debian/rules
+++ trickle-1.07/debian/rules
@@ -7,6 +7,7 @@
 
 config.status: configure
 	dh_testdir
+	dh_autoreconf
 	CPPFLAGS=$(CPPFLAGS) CFLAGS=$(CFLAGS) CXXFLAGS=$(CXXFLAGS) \
 LDFLAGS=$(LDFLAGS) ./configure --prefix=/usr \
 --mandir=/usr/share/man --sysconfdir=/etc --with-pic
@@ -27,6 +28,7 @@
 	dh_testroot
 	rm -f build-arch-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_autoreconf_clean
 	dh_clean
 
 install: build