[Pkg-lirc-maint] Bug#757124: lirc: use dh-autoreconf to fix FTBFS on ppc64el

Brahadambal Srinivasan latha at linux.vnet.ibm.com
Tue Aug 5 14:21:47 UTC 2014


Source: lirc
Version: 0.9.0~pre1-1
Severity: normal
User: debian-powerpc at lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package libdshconfig fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-------------- next part --------------
diff -ruN lirc-0.9.0~pre1.orig/debian/control lirc-0.9.0~pre1/debian/control
--- lirc-0.9.0~pre1.orig/debian/control	2014-08-05 14:09:54.000000000 +0000
+++ lirc-0.9.0~pre1/debian/control	2014-08-05 14:10:47.000000000 +0000
@@ -11,7 +11,7 @@
  libsm-dev,
  libx11-dev,
  libirman-dev,
- autotools-dev,
+ dh-autoreconf,
  devscripts,
  libxt-dev,
  python
diff -ruN lirc-0.9.0~pre1.orig/debian/rules lirc-0.9.0~pre1/debian/rules
--- lirc-0.9.0~pre1.orig/debian/rules	2014-08-05 14:10:04.000000000 +0000
+++ lirc-0.9.0~pre1/debian/rules	2014-08-05 14:10:58.000000000 +0000
@@ -40,6 +40,7 @@
 	fi
 	# avoid autofoo re-run
 	-touch -r aclocal.m4 configure.ac
+	dh_autoreconf_clean
 	dh_clean
 
 configure: configure-stamp
@@ -49,6 +50,7 @@
 		cp -f /usr/share/misc/config.sub config.sub
 	-test -r config.guess && test -r /usr/share/misc/config.guess && \
 		cp -f /usr/share/misc/config.guess config.guess
+	dh_autoreconf
 	./configure $(configure_flags)
 	touch $@
 



More information about the Pkg-lirc-maint mailing list