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

Bug#733837: marked as done (liblouisxml: use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el)



Your message dated Fri, 03 Jan 2014 00:50:44 +0000
with message-id <E1VysyK-0001Qv-C7@franck.debian.org>
and subject line Bug#733837: fixed in liblouisxml 2.4.0-5
has caused the Debian Bug report #733837,
regarding liblouisxml: use dh-autoreconf instead of autotools-dev to also 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 owner@bugs.debian.org
immediately.)


-- 
733837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733837
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: liblouisxml
Version: 2.4.0-4
Severity: normal
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
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: wheezy/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 liblouisxml-2.4.0/debian/control liblouisxml-2.4.0/debian/control
--- liblouisxml-2.4.0/debian/control	2013-07-13 13:43:16.000000000 -0400
+++ liblouisxml-2.4.0/debian/control	2013-12-31 23:40:57.000000000 -0500
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
 Uploaders: Samuel Thibault <sthibault@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, liblouis-dev (>= 2.0.0), libxml2-dev, texinfo, chrpath, help2man, dpkg-dev (>= 1.16), hardening-wrapper
+Build-Depends: debhelper (>= 7), dh-autoreconf, pkg-config, liblouis-dev (>= 2.0.0), libxml2-dev, texinfo, chrpath, help2man, dpkg-dev (>= 1.16), hardening-wrapper
 Standards-Version: 3.9.4
 Section: libs
 Vcs-Git: git://git.debian.org/git/pkg-a11y/liblouisxml
diff -Nru liblouisxml-2.4.0/debian/rules liblouisxml-2.4.0/debian/rules
--- liblouisxml-2.4.0/debian/rules	2011-11-06 18:17:09.000000000 -0500
+++ liblouisxml-2.4.0/debian/rules	2013-12-31 18:25:06.000000000 -0500
@@ -20,8 +20,7 @@
 
 config.status: configure
 	dh_testdir
-	cp -f /usr/share/misc/config.sub build-aux/config.sub
-	cp -f /usr/share/misc/config.guess build-aux/config.guess
+	dh_autoreconf
 	./configure $(CROSS) --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 
@@ -39,8 +38,7 @@
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f doc/liblouisxml.info doc/stamp-vti doc/version.texi
-	rm -f build-aux/config.sub
-	rm -f build-aux/config.guess
+	dh_autoreconf_clean
 	dh_clean 
 
 install: build

--- End Message ---
--- Begin Message ---
Source: liblouisxml
Source-Version: 2.4.0-5

We believe that the bug you reported is fixed in the latest version of
liblouisxml, 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 733837@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthibault@debian.org> (supplier of updated liblouisxml 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 03 Jan 2014 01:31:40 +0100
Source: liblouisxml
Binary: liblouisxml-dev liblouisxml1 liblouisxml-data liblouisxml-bin
Architecture: source all amd64
Version: 2.4.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team <debian-accessibility@lists.debian.org>
Changed-By: Samuel Thibault <sthibault@debian.org>
Description: 
 liblouisxml-bin - Braille XML translation utilities
 liblouisxml-data - Braille XML translation library - data
 liblouisxml-dev - Braille XML translation library - static libs and headers
 liblouisxml1 - Braille XML translation library - shared libs
Closes: 733837
Changes: 
 liblouisxml (2.4.0-5) unstable; urgency=low
 .
   * Bump Standards-Version to 3.9.5 (no changes).
   * Apply ubuntu changes: Use dh-autoreconf instead of autotools-dev to fix
     FTBFS on ppc64el. (Closes: Bug#733837)
Checksums-Sha1: 
 acfb6f93e9afac573988deb7b82512b12c578430 2222 liblouisxml_2.4.0-5.dsc
 f1e5ef1d2d06be73befc975f2dd05535e387dc1d 5053 liblouisxml_2.4.0-5.debian.tar.gz
 d04b2b398737350007c87765f670427210dc62d9 32570 liblouisxml-data_2.4.0-5_all.deb
 2f2a215098c8ac67f9a7c148cc296e1eb72a499a 178530 liblouisxml-dev_2.4.0-5_amd64.deb
 3b472f232ed31cf31d379f41f33e030eab6a5104 45618 liblouisxml1_2.4.0-5_amd64.deb
 93ca132120eade7ba2922d95d8eb55522a85179b 16666 liblouisxml-bin_2.4.0-5_amd64.deb
Checksums-Sha256: 
 8bcf35c5a8b56183c367e485ed0669845227750e7b91445bd919fe03fa321751 2222 liblouisxml_2.4.0-5.dsc
 d67d33cfc74f5313ede6871031c9a49ac98f5cae6ba9539fc78a6043e99de0bb 5053 liblouisxml_2.4.0-5.debian.tar.gz
 b3773d391ec717a958dfacef3640d40175f60691c9f60bd2b4e5c7a8f16e9d53 32570 liblouisxml-data_2.4.0-5_all.deb
 fb2e0157fa94c9dd31fcf8117343d73e244839c07b6b0334172fa151a41b9adc 178530 liblouisxml-dev_2.4.0-5_amd64.deb
 4a0e22f2563c9dc5f438438fabcfdf0851dc989c40f27c057b8c7fbb3019bf85 45618 liblouisxml1_2.4.0-5_amd64.deb
 0db5557eef808333a3baf8157d85938a7e742d8d261ec28a767931de77e49039 16666 liblouisxml-bin_2.4.0-5_amd64.deb
Files: 
 bfe55fb425b1dc48800bab3a405908f4 2222 libs extra liblouisxml_2.4.0-5.dsc
 42d1dc2c41cd17e3f245eedb74599097 5053 libs extra liblouisxml_2.4.0-5.debian.tar.gz
 f17b4e7e7326dea0823c9cc4d640af02 32570 text extra liblouisxml-data_2.4.0-5_all.deb
 5fcd38dc3c8820a456ce96217dea5b61 178530 libdevel extra liblouisxml-dev_2.4.0-5_amd64.deb
 ca9ad5885f6b0f1a2ab99b11c5436d49 45618 libs extra liblouisxml1_2.4.0-5_amd64.deb
 01fe2c269d7e0e84a891543da372beb8 16666 text extra liblouisxml-bin_2.4.0-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSxgYLAAoJEKYW8Q/MLMDw6jcP/3QkQi0cbFELkqC+QKgycd3k
+efJSpGzIbKAdI1JijApjoH0tTZXl5pzTHSviCYlSZgtC17XDFq0ZPWD3+2G5pwA
5F38drak8GEg12ildLfIg+TP24a2PthtQpn8i+pFcw6r0eUWdTv1mWceo7jmbaP5
pz68JZqM/a1EBmLg/93taKqURKuJTZzpDys0G+34iwf6wl3g3d0egrza2j9aQSeC
O2vBYZxsWgAlzb88amjliMON1qJB+ie3I/fg4kVbSzmSbrrDo/NZQVF+lfAu7kWj
dy/DuJj953eweZDPC5CI27LSlYusDA5//jKLV4cH4d3bV1Ek0072XG3b6jFgjzV/
DOMGUcJfHGv8OXdMSwtqomI53rimNdAOmrT+dfFyM7ygkYLOrR4boWfxhOMXkaEe
GPQlyP6XxGnm8zDSJYG+dTR6sfIAREbF6O46HhKhk07CMM1t4k6TzccNhifPz7SN
S2/eyoiyYQuuCaNtR9CHlijRlaL+1H0SkhDORUj8uxBwQvEqGN5DnkqEFw9eFkmu
fjyI06+6HlaJ9ev4ci4rcbp72tEReNKjJ0ALTkCDLBN/7kP06i96l3PMC7sVPwd6
XAWUGC9iv9JB9GAhwjFmsJx0XTfsSJk4/Y8zOUVU6zTC/tKJcX6jECEOrAtooav6
bhYvk7yslw4b1MymQk6r
=VY9v
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: