Package: src:parole
Version: 0.5.4-1
Severity: normal
Tags: patch
Dear Maintainer,
While trying to build the package 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-08-21 14:13:01.465275083 +0200
+++ b/debian/control 2014-08-21 14:56:17.273137119 +0200
@@ -8,7 +8,8 @@
libgtk2.0-dev (>= 2.20), libgstreamer0.10-dev,
libgstreamer-plugins-base0.10-dev, libdbus-1-dev, libdbus-glib-1-dev,
libxfce4ui-1-dev, libxfconf-0-dev (>= 4.10),
- libnotify-dev, libtagc0-dev
+ libnotify-dev, libtagc0-dev,
+ dh-autoreconf, xfce4-dev-tools, gtk-doc-tools
Standards-Version: 3.9.4
Homepage: http://goodies.xfce.org/projects/applications/parole
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/parole/
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules 2014-08-21 14:13:01.565275078 +0200
+++ b/debian/rules 2014-08-21 14:16:32.993263841 +0200
@@ -5,7 +5,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallell
+ dh $@ --parallell --with autoreconf
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
@@ -15,4 +15,5 @@
dh_install --fail-missing
override_dh_auto_configure:
+ xdt-autogen
dh_auto_configure -- --disable-silent-rules
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel