Your message dated Tue, 26 Mar 2024 20:43:58 +0000
with message-id <e1rpdei-002npx...@fasolo.debian.org>
and subject line Bug#894117: fixed in typespeed 0.6.5-5
has caused the Debian Bug report #894117,
regarding typespeed FTCBFS: does not pass --host to ./configure
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 ow...@bugs.debian.org
immediately.)


-- 
894117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: typespeed
Version: 0.6.5-2.1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

typespeed fails to cross build from source, because it does not pass the
relevant --host flag to ./configure. Using dh_auto_configure fixes that.
Still it fails, because the upstream build system fails to propagate the
cross compiler from configure to make. After removing the erroneous
assignments, it cross builds. Please consider applying the attached
patch.

Also please consider rebuilding Makefile.in from Makefile.am during
build.

Helmut
diff -u typespeed-0.6.5/debian/changelog typespeed-0.6.5/debian/changelog
--- typespeed-0.6.5/debian/changelog
+++ typespeed-0.6.5/debian/changelog
@@ -1,3 +1,12 @@
+typespeed (0.6.5-2.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Let dh_auto_configure pass --host to ./configure.
+    + 0003-cross.patch: Propagate CC from configure to make.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 26 Mar 2018 17:04:24 +0200
+
 typespeed (0.6.5-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u typespeed-0.6.5/debian/control typespeed-0.6.5/debian/control
--- typespeed-0.6.5/debian/control
+++ typespeed-0.6.5/debian/control
@@ -1,5 +1,5 @@
 Source: typespeed
-Build-Depends: debhelper (>= 5), quilt (>= 0.46-7), libncurses5-dev, 
autotools-dev
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7), libncurses5-dev, 
autotools-dev
 Section: games
 Priority: optional
 Maintainer: Dafydd Harries <d...@debian.org>
diff -u typespeed-0.6.5/debian/patches/series 
typespeed-0.6.5/debian/patches/series
--- typespeed-0.6.5/debian/patches/series
+++ typespeed-0.6.5/debian/patches/series
@@ -1,0 +2 @@
+0003-cross.patch
diff -u typespeed-0.6.5/debian/rules typespeed-0.6.5/debian/rules
--- typespeed-0.6.5/debian/rules
+++ typespeed-0.6.5/debian/rules
@@ -16,8 +16,7 @@
 
 config.log: patch
        dh_autotools-dev_updateconfig
-       ./configure --prefix=/usr --bindir=/usr/games --localstatedir=/var \
-               --sysconfdir=/etc
+       dh_auto_configure -- --bindir=/usr/games
 
 debian/build-stamp: config.log
        dh_testdir
only in patch2:
unchanged:
--- typespeed-0.6.5.orig/.pc/.quilt_patches
+++ typespeed-0.6.5/.pc/.quilt_patches
@@ -0,0 +1 @@
+./debian/patches
only in patch2:
unchanged:
--- typespeed-0.6.5.orig/.pc/.quilt_series
+++ typespeed-0.6.5/.pc/.quilt_series
@@ -0,0 +1 @@
+series
only in patch2:
unchanged:
--- typespeed-0.6.5.orig/.pc/.version
+++ typespeed-0.6.5/.pc/.version
@@ -0,0 +1 @@
+2
only in patch2:
unchanged:
--- typespeed-0.6.5.orig/debian/patches/0003-cross.patch
+++ typespeed-0.6.5/debian/patches/0003-cross.patch
@@ -0,0 +1,44 @@
+Index: typespeed-0.6.5/src/Makefile.am
+===================================================================
+--- typespeed-0.6.5.orig/src/Makefile.am
++++ typespeed-0.6.5/src/Makefile.am
+@@ -1,4 +1,3 @@
+-CC = gcc
+ AM_CFLAGS = -Wall -W -pedantic -std=c99
+ 
+ HIGHFILE = typespeed.score
+Index: typespeed-0.6.5/src/Makefile.in
+===================================================================
+--- typespeed-0.6.5.orig/src/Makefile.in
++++ typespeed-0.6.5/src/Makefile.in
+@@ -85,7 +85,7 @@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+-CC = gcc
++CC = @CC@
+ CCDEPMODE = @CCDEPMODE@
+ CFLAGS = @CFLAGS@
+ CPP = @CPP@
+Index: typespeed-0.6.5/testsuite/Makefile.am
+===================================================================
+--- typespeed-0.6.5.orig/testsuite/Makefile.am
++++ typespeed-0.6.5/testsuite/Makefile.am
+@@ -1,4 +1,3 @@
+-CC = gcc
+ AM_CFLAGS = -I../src -Wall -W -pedantic -std=c99
+ 
+ localedir = $(datadir)/locale
+Index: typespeed-0.6.5/testsuite/Makefile.in
+===================================================================
+--- typespeed-0.6.5.orig/testsuite/Makefile.in
++++ typespeed-0.6.5/testsuite/Makefile.in
+@@ -98,7 +98,7 @@
+ AUTOHEADER = @AUTOHEADER@
+ AUTOMAKE = @AUTOMAKE@
+ AWK = @AWK@
+-CC = gcc
++CC = @CC@
+ CCDEPMODE = @CCDEPMODE@
+ CFLAGS = @CFLAGS@
+ CPP = @CPP@

--- End Message ---
--- Begin Message ---
Source: typespeed
Source-Version: 0.6.5-5
Done: Bastian Germann <b...@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated typespeed 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 26 Mar 2024 20:16:06 +0000
Source: typespeed
Architecture: source
Version: 0.6.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 662805 894117 1046694
Changes:
 typespeed (0.6.5-5) unstable; urgency=medium
 .
   * QA upload
   * Drop unnecessary B-D quilt
   * Correct Homepage (Closes: #662805)
   * Pass --host to configure (Closes: #894117)
   * Clean typespeedrc (Closes: #1046694)
   * Drop unnecessary Depends
 .
   [ Helmut Grohne ]
   * Propagate CC from configure to make
Checksums-Sha1:
 7d478c1f195fb2558a59ba9f5b06179f13b355b6 1706 typespeed_0.6.5-5.dsc
 3f20975b67d0e36a864ccb86a6009b40ca083026 8792 typespeed_0.6.5-5.debian.tar.xz
 51273e2e26c18c5db549de7708f2f257b62398f7 6179 
typespeed_0.6.5-5_source.buildinfo
Checksums-Sha256:
 2df9563fb3d7455de032415928c76302e17e2f94ebf9dfd52ab19ce0320fbaa7 1706 
typespeed_0.6.5-5.dsc
 7291fb70ff89e75a0f1b2a377385220d7d6b1f2262e7706e5c0c6b864a5a9f95 8792 
typespeed_0.6.5-5.debian.tar.xz
 75ef5f2d226062bbf875cc8b96b446ec61931d264b0073999e73c16de5137abf 6179 
typespeed_0.6.5-5_source.buildinfo
Files:
 cf150f1eb2e188eab6cd3bac87f3830f 1706 games optional typespeed_0.6.5-5.dsc
 3c7aab8222481ec80a98c6aa24df38f1 8792 games optional 
typespeed_0.6.5-5.debian.tar.xz
 8afca966a6ee539cf143ef2154fc2c65 6179 games optional 
typespeed_0.6.5-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmYDLaMQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFMk1DADm2yhcDBX9iNhiobZfNdDbp1gNJX/6JdS8
S6pEXGrOt7SY2xQkaOzdaqshDV6x9pI8Dxj+BsDPnUcGDxE8nO1ZZyIfnyrlTnql
a9eKdVIfXADDXC1dIu5eETyYVb1jYLdEqTWwWOzswLAVFOZ4LcjZi4klP4F9NkgE
82zMBoluj2VpJP3c27YLoPBSJTqYGubGMH+BHH8nO83JLp6y/DWCSyoNlCQigPKd
Hr98TqqijGIFvFkJS9gzgoA+jdapWiAbqjuyJWD/2Mc+gN9jtGm3skx9mL5A2oFy
HhsD+7htVc1AKid8a1609VJ8i0yEaVFlZvTMwPmFYnCXspCi3PAfy1MYtkoVIyZx
vhDn67RLH3kmMje9r3hBkjLehk+UZRAOxOtNgEHCb3N8+NJ/szVWLtZ7jZYnxba/
l+gEtQk7TWkXkj4BelsAKJ3giSa3gIRT4SOENzefgAOn+BQjjRlv9QloepHLZFqr
UDjDTMqq/ppBSgHp6GW2J1Tyt1+DL2s=
=eQ/l
-----END PGP SIGNATURE-----

Attachment: pgpNCW6q4Ozlc.pgp
Description: PGP signature


--- End Message ---

Reply via email to