Package: libidl
Version: 0.8.14
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf
Dear Maintainer,
The package libidl 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 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/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
--===============6149585621595035286==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dh-autoreconf.debpatch"
diff -ruN libidl-0.8.14.orig/debian/control libidl-0.8.14/debian/control
--- libidl-0.8.14.orig/debian/control 2014-07-28 17:04:14.000000000 +0000
+++ libidl-0.8.14/debian/control 2014-07-28 17:04:59.000000000 +0000
@@ -3,7 +3,7 @@
Maintainer: Sebastian Rittau <srit...@debian.org>
Standards-Version: 3.8.3
Section: libs
-Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs,
debhelper (>= 4.1.0)
+Build-Depends: dh-autoreconf, libglib2.0-dev, pkg-config, bison, flex,
texinfo, cdbs, debhelper (>= 4.1.0)
Package: libidl0
Architecture: any
diff -ruN libidl-0.8.14.orig/debian/rules libidl-0.8.14/debian/rules
--- libidl-0.8.14.orig/debian/rules 2014-07-28 17:04:23.000000000 +0000
+++ libidl-0.8.14/debian/rules 2014-07-28 17:05:10.000000000 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS +=
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
--===============6149585621595035286==--
diff -ruN libidl-0.8.14.orig/debian/control libidl-0.8.14/debian/control
--- libidl-0.8.14.orig/debian/control 2014-07-28 17:04:14.000000000 +0000
+++ libidl-0.8.14/debian/control 2014-07-28 17:04:59.000000000 +0000
@@ -3,7 +3,7 @@
Maintainer: Sebastian Rittau <srit...@debian.org>
Standards-Version: 3.8.3
Section: libs
-Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs,
debhelper (>= 4.1.0)
+Build-Depends: dh-autoreconf, libglib2.0-dev, pkg-config, bison, flex,
texinfo, cdbs, debhelper (>= 4.1.0)
Package: libidl0
Architecture: any
diff -ruN libidl-0.8.14.orig/debian/rules libidl-0.8.14/debian/rules
--- libidl-0.8.14.orig/debian/rules 2014-07-28 17:04:23.000000000 +0000
+++ libidl-0.8.14/debian/rules 2014-07-28 17:05:10.000000000 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)