Source: pangox-compat
Version: 0.0.2-4
Severity: normal
Tags: patch
User: [email protected]
Usertags: autoreconf
User: [email protected]
Usertags: ppc64el
Dear Maintainer,
The package pangox-compat fails to build from source on ppc64el.
Including dh-autoreconf to debian/rules fixes that so the package
builds successfully.
The patch attached contains the modification aforementioned.
Thanks and regards.
Fernando
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pangox-compat-0.0.2/debian/control pangox-compat-0.0.2/debian/control
--- pangox-compat-0.0.2/debian/control 2013-05-23 14:20:12.000000000 +0000
+++ pangox-compat-0.0.2/debian/control 2014-07-24 13:02:21.000000000 +0000
@@ -11,7 +11,7 @@
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
gnome-pkg-tools (>= 0.11),
- autotools-dev,
+ dh-autoreconf,
libx11-dev,
libglib2.0-dev (>= 2.34.0),
libpango1.0-dev (>= 1.32.5-3~),
diff -Nru pangox-compat-0.0.2/debian/control.in pangox-compat-0.0.2/debian/control.in
--- pangox-compat-0.0.2/debian/control.in 2013-05-23 13:56:25.000000000 +0000
+++ pangox-compat-0.0.2/debian/control.in 2014-07-24 13:02:04.000000000 +0000
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 8.1.3),
cdbs (>= 0.4.93),
gnome-pkg-tools (>= 0.11),
- autotools-dev,
+ dh-autoreconf,
libx11-dev,
libglib2.0-dev (>= 2.34.0),
libpango1.0-dev (>= 1.32.5-3~),
diff -Nru pangox-compat-0.0.2/debian/rules pangox-compat-0.0.2/debian/rules
--- pangox-compat-0.0.2/debian/rules 2013-04-09 17:41:12.000000000 +0000
+++ pangox-compat-0.0.2/debian/rules 2014-07-24 13:01:43.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/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk