[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#748983: xcb-util: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4



Package: src:xcb-util
Version: 0.3.8-2
Tags: patch

Hi Cyril,

Thanks for looking at this.

> at Aurelien's request, I've tried applying your patch and triggering a
> build on amd64 in a sid chroot but it failed with:

The build with the patch worked for me, in a amd64 sid chroot.
It built successfully, producing identical package contents.

I am attaching a debdiff for your convenience.

Any chance something was missing on your environment? It doesn't hurt
to ask. :)

This is what I done:

$ sudo debootstrap --arch=amd64 --variant=buildd sid sid.amd64 http://ftp.br.debian.org/debian

(performed 2 package builds w/ dpkg-buildpackage: without and with the patch)

$ for deb in *.deb; do dpkg-deb -c $deb | cut -d. -f2- | sort > $deb.contents; done

	$ diff libxcb-util0_0.3.8-2{,ppc64el1}_amd64.deb.contents
	$ echo $?
	0

	$ diff libxcb-util0-dev_0.3.8-2{,ppc64el1}_amd64.deb.contents
	$ echo $?
	0

Cheers,

--
Mauricio Faria de Oliveira
IBM Linux Technology Center
diff -Nru xcb-util-0.3.8/debian/changelog xcb-util-0.3.8/debian/changelog
--- xcb-util-0.3.8/debian/changelog	2012-02-09 22:42:01.000000000 -0200
+++ xcb-util-0.3.8/debian/changelog	2014-08-21 15:05:41.000000000 -0300
@@ -1,3 +1,9 @@
+xcb-util (0.3.8-2ppc64el1) UNRELEASED; urgency=medium
+
+  * Build with dh-autoreconf. Thanks to Breno Henrique Leitao. (Closes: #748983)
+
+ -- Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>  Thu, 21 Aug 2014 14:57:24 -0300
+
 xcb-util (0.3.8-2) unstable; urgency=low
 
   * Convert to multi-arch.  Thanks to Tom Ellis <tom.ellis@canonical.com>
diff -Nru xcb-util-0.3.8/debian/control xcb-util-0.3.8/debian/control
--- xcb-util-0.3.8/debian/control	2012-02-08 17:40:41.000000000 -0200
+++ xcb-util-0.3.8/debian/control	2014-08-21 15:05:41.000000000 -0300
@@ -15,7 +15,8 @@
                autotools-dev,
                autoconf,
                automake,
-               xutils-dev
+               xutils-dev,
+               dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://xcb.freedesktop.org
 Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util.git
diff -Nru xcb-util-0.3.8/debian/rules xcb-util-0.3.8/debian/rules
--- xcb-util-0.3.8/debian/rules	2012-02-08 17:40:41.000000000 -0200
+++ xcb-util-0.3.8/debian/rules	2014-08-21 15:05:41.000000000 -0300
@@ -4,6 +4,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
 
 DEB_DH_MAKESHLIBS_ARGS=-V
 

Reply to: