Your message dated Tue, 14 Oct 2014 03:34:39 +0000
with message-id <[email protected]>
and subject line Bug#756031: fixed in aiksaurus 1.2.1+dev-0.12-6.2
has caused the Debian Bug report #756031,
regarding src:aiksaurus: use dh-autoreconf 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.)


-- 
756031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:aiksaurus
Version: 1.2.1+dev-0.12-6.1
Severity: normal
Tags: patch

Dear Maintainer,

While trying to build exo on ppc64el, it failed, due to libtool and configuration files not being updated.
Please consider this patch, which uses dh-autoreconf to fulfill that need.

Thanks in advance,
Erwan.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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 -Naur a/configure.ac b/configure.ac
--- a/configure.ac	2014-07-25 15:43:54.488971497 +0200
+++ b/configure.ac	2014-07-25 16:13:50.396876046 +0200
@@ -50,6 +50,9 @@
 LT_CURRENT=`expr $AIK_MICRO_VERSION - $AIK_INTERFACE_AGE`
 LT_REVISION=$AIK_INTERFACE_AGE
 LT_AGE=`expr $AIK_BINARY_AGE - $AIK_INTERFACE_AGE`
+m4_pattern_allow([LT_CURRENT])
+m4_pattern_allow([LT_REVISION])
+m4_pattern_allow([LT_AGE]) 
 
 LT_AIK_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
 
diff -Naur a/debian/compat b/debian/compat
--- a/debian/compat	2014-07-25 15:43:54.756971483 +0200
+++ b/debian/compat	2014-07-25 16:19:26.368858189 +0200
@@ -1 +1 @@
-4
+9
diff -Naur a/debian/control b/debian/control
--- a/debian/control	2014-07-25 15:43:54.740971483 +0200
+++ b/debian/control	2014-07-25 15:44:22.064970031 +0200
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) <[email protected]>
-Build-Depends: debhelper (>> 4.2.21), libgtk2.0-dev
+Build-Depends: debhelper (>> 4.2.21), libgtk2.0-dev, dh-autoreconf
 Standards-Version: 3.8.0
 
 Package: libaiksaurus-1.2-dev
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules	2014-07-25 15:43:54.752971483 +0200
+++ b/debian/rules	2014-07-25 16:14:55.152872604 +0200
@@ -31,8 +31,9 @@
 #major=`ls src/.libs/lib*.so.* | \
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
-config.status: configure
+config.status:
 	dh_testdir
+	AUTOMAKE="automake --foreign" dh_autoreconf
 	# Add here commands to configure the package.
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 	--enable-static
@@ -54,12 +55,7 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-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_clean
 
 
 	dh_clean
diff -Naur a/gtk/src/Makefile.am b/gtk/src/Makefile.am
--- a/gtk/src/Makefile.am	2014-07-25 15:43:54.668971487 +0200
+++ b/gtk/src/Makefile.am	2014-07-25 16:13:50.400876046 +0200
@@ -44,6 +44,6 @@
 bin_PROGRAMS = gaiksaurus
 
 gaiksaurus_SOURCES = gtkAiksaur.t.cpp
-gaiksaurus_LDADD = libAiksaurusGTK.la
+gaiksaurus_LDADD = libAiksaurusGTK.la $(GTK_LIBS) 
 
 EXTRA_DIST = $(OTHERHEADERS)


--- End Message ---
--- Begin Message ---
Source: aiksaurus
Source-Version: 1.2.1+dev-0.12-6.2

We believe that the bug you reported is fixed in the latest version of
aiksaurus, 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.
Wookey <[email protected]> (supplier of updated aiksaurus 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, 12 Oct 2014 02:36:19 +0000
Source: aiksaurus
Binary: libaiksaurus-1.2-dev libaiksaurus-1.2-0c2a aiksaurus 
libaiksaurus-1.2-data libaiksaurusgtk-1.2-dev libaiksaurusgtk-1.2-0c2a 
gaiksaurus
Architecture: source all arm64
Version: 1.2.1+dev-0.12-6.2
Distribution: unstable
Urgency: low
Maintainer: Wookey <[email protected]>
Changed-By: Wookey <[email protected]>
Description:
 aiksaurus  - an English-language thesaurus (utility)
 gaiksaurus - graphical interface to the Aiksaurus toolkit (GTK+ frontend)
 libaiksaurus-1.2-0c2a - an English-language thesaurus (development)
 libaiksaurus-1.2-data - an English-language thesaurus (data)
 libaiksaurus-1.2-dev - an English-language thesaurus (development)
 libaiksaurusgtk-1.2-0c2a - graphical interface to the Aiksaurus toolkit 
(library)
 libaiksaurusgtk-1.2-dev - graphical interface to the Aiksaurus toolkit 
(development)
Closes: 756031
Changes:
 aiksaurus (1.2.1+dev-0.12-6.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * autoreconf on build to suport new architectures (Closes: 756031)
Checksums-Sha1:
 97156fc99f66ec696c6df16ef7a1a0b5fa3de2b8 2208 aiksaurus_1.2.1+dev-0.12-6.2.dsc
 bc6db730bba1caa34e0e3bb42630eb4d02baaf3d 27909 
aiksaurus_1.2.1+dev-0.12-6.2.diff.gz
 465ad4f7d39c6f69d5d39fe2de248e752b7d5440 280258 
libaiksaurus-1.2-data_1.2.1+dev-0.12-6.2_all.deb
 f35210c2fbcea6d1febdeca064c27eadb64cc82a 21336 
libaiksaurus-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 bbb0d2944c3e6a80fdeb02c560509e17a94746d7 18364 
libaiksaurus-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 e1ca471fb544369942b7ba4fccc46eedc85a80e9 11066 
aiksaurus_1.2.1+dev-0.12-6.2_arm64.deb
 09dd18293951e6dc642406853e9af01873fa9b79 26762 
libaiksaurusgtk-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 2ca95022fa005165cc5ace43dae6fbe4abfe9c51 24630 
libaiksaurusgtk-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 b67e0a8e4e257d65a24077f2759eb8c243ac2461 8764 
gaiksaurus_1.2.1+dev-0.12-6.2_arm64.deb
Checksums-Sha256:
 75dadee956200c68d4f42d1c704e526826897125d98cfad1a51d8f820881a36f 2208 
aiksaurus_1.2.1+dev-0.12-6.2.dsc
 b1adfa06ff47dd4c7622aa3ce2265239fe4435a91163a26852471d1b8aefb584 27909 
aiksaurus_1.2.1+dev-0.12-6.2.diff.gz
 a4321ecaef3b9ecfc08e240ad04182e138f310d67ca66e2ed98d70077499b61b 280258 
libaiksaurus-1.2-data_1.2.1+dev-0.12-6.2_all.deb
 df89c63ced5a42dd20b717dc4d34a9f0715356e51a81cc51afbbd946796a78c5 21336 
libaiksaurus-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 2207de26a0f107888d7aacc95d3650c7c70f057879980caef0077b4862a44491 18364 
libaiksaurus-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 aa0fd8771de68ec3089897534fbda7535e67195ad2580d73f808a8e85afefff3 11066 
aiksaurus_1.2.1+dev-0.12-6.2_arm64.deb
 565b7721b0f80fad7bb3244d254df48a455bff9f84af5516f243dfc723dbfeb9 26762 
libaiksaurusgtk-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 76bb09e9b2a7dc6e1412a4ce766a592aa5759334a5af1a314741ae30269611a0 24630 
libaiksaurusgtk-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 9aecdad5995d798cf839ccba4bbf0739becbbc0d4f1313d2e43b7b08987edda7 8764 
gaiksaurus_1.2.1+dev-0.12-6.2_arm64.deb
Files:
 206e56ebcbaf5ec572b2acd7c254d5a5 2208 devel optional 
aiksaurus_1.2.1+dev-0.12-6.2.dsc
 2acc254dd644042c3e9304ae13eac912 27909 devel optional 
aiksaurus_1.2.1+dev-0.12-6.2.diff.gz
 9444ff2b58a4037f873e7be22d055819 280258 libs optional 
libaiksaurus-1.2-data_1.2.1+dev-0.12-6.2_all.deb
 da8d61135af1b1c508f57e606c5d3634 21336 libdevel optional 
libaiksaurus-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 94e35663c09f6319b61629be6ca2909c 18364 libs optional 
libaiksaurus-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 df132a8ac2ef74f90f7b7f304c405d3e 11066 text optional 
aiksaurus_1.2.1+dev-0.12-6.2_arm64.deb
 bffb2b376368d51c5f9455910b4d6104 26762 libdevel optional 
libaiksaurusgtk-1.2-dev_1.2.1+dev-0.12-6.2_arm64.deb
 e1c4e38595a96ae9be7a828895461b48 24630 libs optional 
libaiksaurusgtk-1.2-0c2a_1.2.1+dev-0.12-6.2_arm64.deb
 bc5f3aba6136b71254d843a8c627bde0 8764 text optional 
gaiksaurus_1.2.1+dev-0.12-6.2_arm64.deb

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

iQIcBAEBCAAGBQJUPImLAAoJEPuGMlGob55HacwP/1/C612FFkVAow4uRZolc7lC
t+aicpQU3hnRNXD0oHBsbiydojP5e5p91KURg7J9yOCFzrnd+1wclmQ9r+eKEtTA
w11OxHwcZ01UY4OIf88FDrWCLrqI0IdFpa9Ar77g283ttY93zw5n/qrQNsck7bou
K9WhwfNE1zmRqO/xNCEqy1LOLN8NiFy+x562nKuHZuzDdKL2UWYrmE8m21kK2BAc
GHZnE+0t3H46xcM6oKIcw30fmrsDS0bIy+PHSihEAVCq1q/ju3uGet7yvGPO17KJ
jYqcYmCbKwR/tl1wNTt4+PGWXb7Lh/wldjQS450hb3GJHLxB9A/WC3x6Lxq38aXk
U4D9mtqwQT0kMdNBaxdQd149Q1YrkLyUfllBwP7yKFM/N7jtZE26K5RpsxiaYonk
QewCJrw3KIoifSf9FpcalxU4Gis27ELLPG+My3FQ2ojPHmH4WTGqXT79i737S0/l
6Q7XZHh8A1lcpgX7Tjrh2AMjcY/q0D4icb5aXcm/oiDVg53nEt84Ki1GebpxZkQW
1ixU8GJ4n4PnUezONhfyJJJm6W0wMSMuo3u6bOMrtx9hsGhb8fPXc9IEY3SpeRcg
S0me0PDkvhQqf9H4JYDCMfD8CFgOakYMl98BNAuKhf28d3K6h1WdHbUp09ofsGXj
+AsqMdWKpCEx9iLyXDLP
=Nbco
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to