Your message dated Mon, 13 Nov 2017 04:34:15 +0000
with message-id <[email protected]>
and subject line Bug#881251: fixed in fish 2.6.0-2
has caused the Debian Bug report #881251,
regarding fish: build rules are silent
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.)
--
881251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881251
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fish
Version: 2.6.0-1
Tags: patch
The build logs for fish don't show the actual commands used to compile
fish, which is undesirable on the buildds.
Since fish does not use automake, the --disable-silent-rules flag for
configure which is passed by dh does not have any effect, but passing
V=1 to make fixes that.
>From a40aa42524b31a5681b1605aede8e20cbb49856a Mon Sep 17 00:00:00 2001
From: Sven Joachim <[email protected]>
Date: Thu, 9 Nov 2017 10:10:36 +0100
Subject: [PATCH] pass V=1 to make to show the compile commands
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index cc88377..d0cc964 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ CXXFLAGS+=$(CPPFLAGS)
override_dh_auto_configure:
dh_auto_configure -- --without-included-pcre2
+override_dh_auto_build:
+ dh_auto_build -- V=1
+
override_dh_strip:
dh_strip --dbgsym-migration='fish-dbg (<< 2.4.0-1~)'
--
2.15.0
--- End Message ---
--- Begin Message ---
Source: fish
Source-Version: 2.6.0-2
We believe that the bug you reported is fixed in the latest version of
fish, 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.
Tristan Seligmann <[email protected]> (supplier of updated fish 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: SHA512
Format: 1.8
Date: Mon, 13 Nov 2017 06:14:48 +0200
Source: fish
Binary: fish fish-common
Architecture: source
Version: 2.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Tristan Seligmann <[email protected]>
Changed-By: Tristan Seligmann <[email protected]>
Description:
fish - friendly interactive shell
fish-common - friendly interactive shell (architecture-independent files)
Closes: 881251
Changes:
fish (2.6.0-2) unstable; urgency=medium
.
* Drop patches/reproducible-doxyfile as this is no longer needed (and
also wrong, as it was was refreshed incorrectly at some point).
* Show commands run during the build (closes: #881251); thanks to Sven
Joachim for the patch.
Checksums-Sha1:
791b61ed641123671bd4c188e8ccde5fd035f5a0 1808 fish_2.6.0-2.dsc
0120ab5106a9757f7fafdd01339edb7c7adae370 19684 fish_2.6.0-2.debian.tar.xz
516b6a83aeb3a4b51d43604dd40f21c45cde3b6e 5887 fish_2.6.0-2_source.buildinfo
Checksums-Sha256:
6c8f19e4bf45ae84902b0d0906ba3514eaaaf47a0c85e3e837aca4dffb8664d6 1808
fish_2.6.0-2.dsc
a005052365eac47898a7a1f02c9b2d7dd2e8660bf7ddb83da1d0bdf9f25a92bf 19684
fish_2.6.0-2.debian.tar.xz
950ec3e1327d53744fd5e4547a2276e1d1a157488cada8203f60aaa8ae49c750 5887
fish_2.6.0-2_source.buildinfo
Files:
628170f069116ab8ac605bf500179022 1808 shells optional fish_2.6.0-2.dsc
2b774bd22c8ad9b51e75cca8882ab026 19684 shells optional
fish_2.6.0-2.debian.tar.xz
1deb0f96eb7179f46697f32576b034b2 5887 shells optional
fish_2.6.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQGpBAEBCgCTFiEEXAZWhXVRbQoz/6ejwImQ+x9jeJMFAloJHF9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVD
MDY1Njg1NzU1MTZEMEEzM0ZGQTdBM0MwODk5MEZCMUY2Mzc4OTMVHG1pdGhyYW5k
aUBkZWJpYW4ub3JnAAoJEMCJkPsfY3iTPZMIALag/kkeH4iEhWUh2Jld3XxziwhH
QGjOTCR1YbGIB3FTVuoSI6Nof12lh/E1r+pxAryh7s2buqEYv8I0VxuSv0MfEtVL
GFt5aMNaHIK4hW3JHMUGNQLDlf1m0SHEjjF7xP4sQ909aAR59Zqn/a9INCKRUo04
1R9F5Aa+78PRf0yzop6xlMYFh8aT0M7Fhe6cHQKE+TXdjzr0MiGCEVYq9nM7DauP
z7BB1aU1JmD/ouA0je8v4qRbD3In9H4Bu3r5Y6QQNpuZXiZWJo2aIfO84Y+WAu4I
cCv6bwNYsRnvkJfJwUDgDa90kYeLtSVjqpUVfbGdtbUwqQuLg6yAr6tkHR0=
=yJ2w
-----END PGP SIGNATURE-----
--- End Message ---