Your message dated Sun, 16 Oct 2022 22:04:07 +0000
with message-id <e1okbjr-00dluk...@fasolo.debian.org>
and subject line Bug#901345: fixed in elvis-tiny 1.4-24.1
has caused the Debian Bug report #901345,
regarding elivs-tiny FTCBFS: does not pass cross tools to make
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.)
--
901345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: elvis-tiny
Version: 1.4-24
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
elvis-tiny fails to cross build from source, because it does not pass
cross tools to make. Using dh_auto_build easily fixes that and makes
elvis-tiny cross build successfully. Please consider applying the
attached patch.
Helmut
diff --minimal -Nru elvis-tiny-1.4/debian/changelog
elvis-tiny-1.4/debian/changelog
--- elvis-tiny-1.4/debian/changelog 2016-11-11 16:20:53.000000000 +0100
+++ elvis-tiny-1.4/debian/changelog 2018-06-11 20:26:19.000000000 +0200
@@ -1,3 +1,10 @@
+elvis-tiny (1.4-24.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Mon, 11 Jun 2018 20:26:19 +0200
+
elvis-tiny (1.4-24) unstable; urgency=low
* remove bin/vi wrapper, incompatible with / + /usr merge (closes:
#540928,#813857)
diff --minimal -Nru elvis-tiny-1.4/debian/rules elvis-tiny-1.4/debian/rules
--- elvis-tiny-1.4/debian/rules 2016-11-11 16:05:43.000000000 +0100
+++ elvis-tiny-1.4/debian/rules 2018-06-11 20:26:12.000000000 +0200
@@ -6,10 +6,10 @@
endif
%:
- dh $@
+ dh $@ --buildsystem=makefile
override_dh_auto_build:
- make -f Makefile.mix EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
+ dh_auto_build -- -f Makefile.mix EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
override_dh_auto_install:
install -m 755 -d $(tmp)/bin
--- End Message ---
--- Begin Message ---
Source: elvis-tiny
Source-Version: 1.4-24.1
Done: Vagrant Cascadian <vagr...@reproducible-builds.org>
We believe that the bug you reported is fixed in the latest version of
elvis-tiny, 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 901...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@reproducible-builds.org> (supplier of updated
elvis-tiny 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: Thu, 06 Oct 2022 14:10:44 -0700
Source: elvis-tiny
Architecture: source
Version: 1.4-24.1
Distribution: unstable
Urgency: medium
Maintainer: Miquel van Smoorenburg <miqu...@debian.org>
Changed-By: Vagrant Cascadian <vagr...@reproducible-builds.org>
Closes: 829755 901345
Changes:
elvis-tiny (1.4-24.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Reiner Herrmann ]
* Strip build date to enable reproducible building. (Closes: #829755)
.
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make.
(Closes: #901345)
Checksums-Sha1:
8d2d738b66d9cf798fcec375219ddafa58567399 1264 elvis-tiny_1.4-24.1.dsc
203ea78322c07d775b337c3265fb5346e00fb928 13244
elvis-tiny_1.4-24.1.debian.tar.xz
Checksums-Sha256:
3018b4be019e12025afe83b798fed2f44a029a4bcc0e910f6bc14ca89b65aa20 1264
elvis-tiny_1.4-24.1.dsc
ccd9cf798250d98cb26d7e426406607224c4f5719bf13d95e2b12d137f369807 13244
elvis-tiny_1.4-24.1.debian.tar.xz
Files:
d3cfae704669b114a538f3ae258840d4 1264 base standard elvis-tiny_1.4-24.1.dsc
ac9e376c1fd93a0b334ab1a87d26cbae 13244 base standard
elvis-tiny_1.4-24.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYz9FUyAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqjQxAQCviEQmcOzFY20x
7DaFao2/lX3HUyz7yVsbE2T3nCZsTQEAkLa4uPpyxGGKaPYqGyvOMNSm5060oMsq
B8eEQL7RrAY=
=bIAd
-----END PGP SIGNATURE-----
--- End Message ---