Package: src:exo
Version: 0.10.2-3
Severity: normal
Tags: patch

Dear Maintainer,

While trying to build exo on ppc64el, it failed, due to libtool and configuration files not being updated.
Please consider this patch, which uses dh-autoreconf to fulfill that need.

Thanks in advance,
Erwan.

-- 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

diff -Naur a/debian/control b/debian/control
--- a/debian/control	2014-07-25 14:43:06.281165396 +0200
+++ b/debian/control	2014-07-25 14:44:22.533161343 +0200
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 9), libxfce4util-dev (>= 4.10.0),
  dpkg-dev (>= 1.16.1), libxfce4ui-1-dev (>= 4.10.0), liburi-perl, chrpath,
  intltool, libglib2.0-dev (>= 2.30), xfce4-dev-tools (>= 4.10.0), libtool,
- gtk-doc-tools
+ gtk-doc-tools, dh-autoreconf
 Standards-Version: 3.9.5
 Homepage: http://www.xfce.org
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/exo/
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules	2014-07-25 14:43:06.289165395 +0200
+++ b/debian/rules	2014-07-25 14:46:52.677153363 +0200
@@ -10,7 +10,10 @@
 MSGFMT = /usr/bin/msgfmt --endianness little
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
+
+override_dh_autoreconf:
+	xdt-autogen
 
 override_dh_auto_configure:
 	MSGFMT="$(MSGFMT)" dh_auto_configure -- --disable-gtk-doc --disable-silent-rules

_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

Reply via email to