Package: gimp
Version: 2.8.10-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

While trying to build gimp on ppc64el, it fails, due to configuration
files out of date.
Using only autotools-dev will not do the whole work, but including
dh-autoreconf to the build will update the files accordingly.
Would you please consider this patch?

Thanks.
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
Index: gimp-2.8.10/debian/control
===================================================================
--- gimp-2.8.10.orig/debian/control     2014-04-15 17:13:06.000000000 +0000
+++ gimp-2.8.10/debian/control  2014-05-02 19:03:49.510001431 +0000
@@ -7,6 +7,7 @@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.97),
                autotools-dev,
+               dh-autoreconf,
                gettext,
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.0),
Index: gimp-2.8.10/debian/rules
===================================================================
--- gimp-2.8.10.orig/debian/rules       2014-04-15 16:51:49.000000000 +0000
+++ gimp-2.8.10/debian/rules    2014-05-02 19:04:44.120001580 +0000
@@ -9,6 +9,7 @@

 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 #include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk

Reply via email to