Source: gconf Version: 3.2.6-2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64e
Dear Maintainer, While working on building gconf on ppc64el it fails to complete. Would you please consider using dh-autoreconf in order to build gconf in new arhitectures? The patch includes cdbs autoreconf integration from dh-autoreconf. 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: gconf-3.2.6/debian/control =================================================================== --- gconf-3.2.6.orig/debian/control 2014-05-02 14:16:02.080000379 +0000 +++ gconf-3.2.6/debian/control 2014-05-02 14:26:07.649982422 +0000 @@ -10,6 +10,7 @@ Uploaders: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org>, Jordi Mallach <jo...@debian.org>, Michael Biebl <bi...@debian.org> Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), + dh-autoreconf, gnome-pkg-tools (>= 0.14), gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.31.0), @@ -23,7 +24,6 @@ libxml-parser-perl, gettext, python (>= 2.6.6-3~), - autotools-dev, libglib2.0-doc, gobject-introspection (>= 0.9.12-4~), libgirepository1.0-dev (>= 0.10.7-1~), Index: gconf-3.2.6/debian/control.in =================================================================== --- gconf-3.2.6.orig/debian/control.in 2013-11-06 10:30:38.000000000 +0000 +++ gconf-3.2.6/debian/control.in 2014-05-02 14:25:51.439996516 +0000 @@ -5,6 +5,7 @@ Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), + dh-autoreconf, gnome-pkg-tools (>= 0.14), gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.31.0), @@ -18,7 +19,6 @@ libxml-parser-perl, gettext, python (>= 2.6.6-3~), - autotools-dev, libglib2.0-doc, gobject-introspection (>= 0.9.12-4~), libgirepository1.0-dev (>= 0.10.7-1~), Index: gconf-3.2.6/debian/rules =================================================================== --- gconf-3.2.6.orig/debian/rules 2012-02-23 20:56:44.000000000 +0000 +++ gconf-3.2.6/debian/rules 2014-05-02 14:28:14.689992524 +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/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk