Your message dated Sun, 03 May 2015 09:52:27 +0000
with message-id <[email protected]>
and subject line Bug#734543: fixed in libxsettings-client 0.17-7
has caused the Debian Bug report #734543,
regarding libxsettings-client: use dh-autoreconf instead of autotools-dev to 
fix FTBFS on ppc64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
734543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734543
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxsettings-client
Version: 0.17-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full
autoreconf is necessary instead of just config.{sub,guess} updates with
autotools-dev. This is because we need new libtool macros for ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0-7-generic (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 -Nru libxsettings-client-0.17/debian/control libxsettings-client-0.17/debian/control
--- libxsettings-client-0.17/debian/control	2011-11-06 06:59:36.000000000 -0500
+++ libxsettings-client-0.17/debian/control	2014-01-07 20:41:59.000000000 -0500
@@ -4,7 +4,7 @@
 Maintainer: Neil Williams <[email protected]>
 Uploaders:  Debian GPE team <[email protected]>, Moray Allan <[email protected]>,
  Phil Blundell <[email protected]>, Philippe De Swert <[email protected]>
-Build-Depends: autotools-dev, debhelper (>= 7),
+Build-Depends: dh-autoreconf, debhelper (>= 7),
  libgtk2.0-dev, libx11-dev, gtk-doc-tools
 Standards-Version: 3.9.2
 Homepage: http://standards.freedesktop.org/xsettings-spec/0.5/
diff -Nru libxsettings-client-0.17/debian/rules libxsettings-client-0.17/debian/rules
--- libxsettings-client-0.17/debian/rules	2011-11-06 07:44:44.000000000 -0500
+++ libxsettings-client-0.17/debian/rules	2014-01-06 02:31:23.000000000 -0500
@@ -29,12 +29,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
+	dh_autoreconf
 	CFLAGS="$(CFLAGS)" ./configure $(CROSS) --prefix=/usr \
 		--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gtk-doc
 	touch configure-stamp
@@ -52,10 +47,11 @@
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	$(RM) config.guess config.sub doc/html/* doc/libXsettings-client-decl-list.txt
+	$(RM) doc/html/* doc/libXsettings-client-decl-list.txt
 	$(RM) doc/libXsettings-client-decl.txt doc/libXsettings-client-undocumented.txt
 	$(RM) doc/tmpl/xsettings-common.sgml doc/xml/* doc/libXsettings-client-undeclared.txt
 	$(RM) doc/tmpl/xsettings-client.sgml doc/tmpl/config.sgml
+	dh_autoreconf_clean
 	dh_clean
 	# clean upstream debian/ files
 	$(RM) debian/libxsettings-client0.postrm debian/libxsettings-client-dev.files 

--- End Message ---
--- Begin Message ---
Source: libxsettings-client
Source-Version: 0.17-7

We believe that the bug you reported is fixed in the latest version of
libxsettings-client, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Williams <[email protected]> (supplier of updated libxsettings-client 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 03 May 2015 09:06:28 +0100
Source: libxsettings-client
Binary: libxsettings-client0 libxsettings-client-dev libxsettings-client0-dbg 
libxsettings-client-doc
Architecture: source amd64 all
Version: 0.17-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Neil Williams <[email protected]>
Description:
 libxsettings-client-dev - utility functions for the Xsettings protocol 
(Development files)
 libxsettings-client-doc - utility functions for the Xsettings protocol 
(Documentation)
 libxsettings-client0 - utility functions for the Xsettings protocol (GPE)
 libxsettings-client0-dbg - utility functions for the Xsettings protocol (Debug 
symbols)
Closes: 734543
Changes:
 libxsettings-client (0.17-7) unstable; urgency=medium
 .
   * QA upload.
   * Use dh-autoreconf instead of autotools-dev (Closes: #734543)
   * Drop previous team VCS.
Checksums-Sha1:
 70389ef11bc3e30cab5a5d6ab4ab8b4e748423f3 2106 libxsettings-client_0.17-7.dsc
 830ed40555554ee81eb246337cf4793dbf086994 4360 
libxsettings-client_0.17-7.debian.tar.xz
 b9203c9afd090d5d84a231aad7ee93a2ee3c483f 8742 
libxsettings-client0_0.17-7_amd64.deb
 b82831785b2c3e43cc283846db87d718d43d7330 8560 
libxsettings-client-dev_0.17-7_amd64.deb
 32f4fbaab3c1fe2aa8669a8d380a111d6a85674f 5786 
libxsettings-client0-dbg_0.17-7_amd64.deb
 2c6a008f62933b09c5e760c4bd6f153b01ebd9a1 14082 
libxsettings-client-doc_0.17-7_all.deb
Checksums-Sha256:
 f0a2621548dacb62b4dc9212e208554468095a71e8f89cb0eefa5e5244357aca 2106 
libxsettings-client_0.17-7.dsc
 7a329e092b1dc74e0eb9cfe15802d83a47951e2b45b96baf51801a75b51b1caa 4360 
libxsettings-client_0.17-7.debian.tar.xz
 aea36f9247e69d2679a039e059d9cfa3378acfd9b17d62de26757df869d46808 8742 
libxsettings-client0_0.17-7_amd64.deb
 893b2f5a29232a00b0ba56ff9800bc53749c015de4fd1aa64770e2216a3eef45 8560 
libxsettings-client-dev_0.17-7_amd64.deb
 b33025f3ef16d413476c3a16738c512c5356e2d4e298c78700cdef3cc8815607 5786 
libxsettings-client0-dbg_0.17-7_amd64.deb
 63b28e420106037a6c28e54993a9a57d25dcb3fc920a92ae07fb50740eb687be 14082 
libxsettings-client-doc_0.17-7_all.deb
Files:
 4cb18d9766698f48e3591e093db870bc 2106 libs optional 
libxsettings-client_0.17-7.dsc
 4d3b778478f69d4692640a97b7d384ad 4360 libs optional 
libxsettings-client_0.17-7.debian.tar.xz
 76fa8b5dfb2123c43a4b7ad05bd4c32a 8742 libs optional 
libxsettings-client0_0.17-7_amd64.deb
 355d5b4cef403812627d5628b07182b0 8560 libdevel optional 
libxsettings-client-dev_0.17-7_amd64.deb
 a974e1cc8195f3906ad45fddbb2f0f85 5786 debug extra 
libxsettings-client0-dbg_0.17-7_amd64.deb
 e642f8622d905833aed2ebfd7783c84e 14082 doc optional 
libxsettings-client-doc_0.17-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVRdvbAAoJEPFn5DyBQ7aCgYcQANHXwtyLnd+vO1iQuM8oh21G
OlPH0tSlXgA4Zdts2Iy/MadIkZg1HeyaBcyfgxjAGLFAP86E86ZYoKApKo+W//9G
cITc9A+6OHsQMn3NPDEf6oZHg8EyK+2SEBnCnRBC+b0Z6DEyVWPmwonMw43ZDSke
eHnDcAH3HxgNjN64z+fHtwEm+B66x2L24zzsqSc2LnZ2mPYZSUi8SauF2gyBkLpM
+r8t8L4WOYlBWem7tohejJK29YYXMPPYWNHeOnGVRp1KACkolFoFXMeoBDjSYJSU
3Mi/02ucQM8HdirL515oU1IUuvaBoCaSqIn7MIjyiZVnfEpL3LvHlvBOJa9o0Lv0
2oiZkR30q40UCgHZbioFYBE396HtDiv6DKLqWJGox06mHHyZYjKAT8i5Gmz+1cD4
Aw5ZgmIjkTcP4zHzu2Vl/zEI6m0kJJ6G6ScoMueY6mWDoEmraRcJLB60pVpm9dja
rTkrwSBsXDJ36drzeAwc1wkAOahOM2ab+sVWle38RjKR2KNoWu0qdDgRPOqoUIdV
Wvr2YORmds5CO7US0gnJtFdQORjjilrs7wezW3cz6XvoMh98EENF7yCurYiwqQZt
pc2YcXas3r4UetUn6LBn0b7jAnHX0VkBy+seo5bFrX+OOlPUJ/kfWEYUEqFhMMso
1cinaq4w4DJBb6q5U3C3
=Ku4C
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to