Your message dated Sun, 22 Nov 2020 13:52:38 +0000
with message-id <[email protected]>
and subject line Bug#945811: fixed in maskprocessor 0.73+git20170609.1708898-2
has caused the Debian Bug report #945811,
regarding maskprocessor FTCBFS: help2man
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.)
--
945811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945811
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: maskprocessor
Version: 0.73+git20170609.1708898-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
maskprocessor fails to cross build from source, because it uses
help2man. This doesn't work at all during cross compilation.
Fortunately, maskprocessor has so few dependencies that we can simply
build it twice: Once for help2man and once for real. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru maskprocessor-0.73+git20170609.1708898/debian/changelog
maskprocessor-0.73+git20170609.1708898/debian/changelog
--- maskprocessor-0.73+git20170609.1708898/debian/changelog 2018-09-07
09:51:46.000000000 +0200
+++ maskprocessor-0.73+git20170609.1708898/debian/changelog 2019-11-29
06:34:08.000000000 +0100
@@ -1,3 +1,10 @@
+maskprocessor (0.73+git20170609.1708898-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Build twice for help2man. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 29 Nov 2019 06:34:08 +0100
+
maskprocessor (0.73+git20170609.1708898-1) unstable; urgency=medium
* Team upload.
diff --minimal -Nru maskprocessor-0.73+git20170609.1708898/debian/rules
maskprocessor-0.73+git20170609.1708898/debian/rules
--- maskprocessor-0.73+git20170609.1708898/debian/rules 2018-09-07
09:04:41.000000000 +0200
+++ maskprocessor-0.73+git20170609.1708898/debian/rules 2019-11-29
06:34:08.000000000 +0100
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
@@ -10,7 +11,12 @@
rm -f mp64.1
override_dh_auto_build:
- $(MAKE) -C src
+ dpkg-architecture -f -a$(DEB_BUILD_ARCH) -c dh_auto_build
--sourcedirectory=src
help2man -i debian/extra-man-info.txt \
-n 'high-performance word generator with a per-position configurable
charset' \
-N ./src/mp64 > mp64.1
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+ rm src/mp64
+ dh_auto_build --sourcedirectory=src
+endif
+
--- End Message ---
--- Begin Message ---
Source: maskprocessor
Source-Version: 0.73+git20170609.1708898-2
Done: Sascha Steinbiss <[email protected]>
We believe that the bug you reported is fixed in the latest version of
maskprocessor, 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.
Sascha Steinbiss <[email protected]> (supplier of updated maskprocessor 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, 22 Nov 2020 14:24:18 +0100
Source: maskprocessor
Binary: maskprocessor
Architecture: source amd64
Version: 0.73+git20170609.1708898-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Sascha Steinbiss <[email protected]>
Description:
maskprocessor - high-performance word generator with a per-position
configurable
Closes: 945811
Changes:
maskprocessor (0.73+git20170609.1708898-2) unstable; urgency=medium
.
[ Helmut Grohne ]
* Fix FTCBFS: Build twice for help2man. (Closes: #945811)
.
[ Sascha Steinbiss ]
* Add Rules-Requires-Root: no.
* Bump Standards-Version.
* Bump debhelper-compat version.
Checksums-Sha1:
fe32ef420674d06b74f3a933fc355d32df42c282 2139
maskprocessor_0.73+git20170609.1708898-2.dsc
fbc48e6f60b477b3b63c5472cec98fac392f494a 6776
maskprocessor_0.73+git20170609.1708898-2.debian.tar.xz
aa8fecf29d6c0713c5baf8375b5448e79a490dcf 6225
maskprocessor_0.73+git20170609.1708898-2_amd64.buildinfo
6c8ee323e0f9e452686fcf666bf26557db61efc2 11796
maskprocessor_0.73+git20170609.1708898-2_amd64.deb
Checksums-Sha256:
f1dd224d110c4a62fbf336d089c218e839e8fea9e7f79c74539edab167abbcc0 2139
maskprocessor_0.73+git20170609.1708898-2.dsc
fc22fb1c4d21b11868e0e47d96e972e1ba7f29ca71c4b83053e15c8fddb095af 6776
maskprocessor_0.73+git20170609.1708898-2.debian.tar.xz
8f53c2b38a38053f262733827ea93c6c67222e59e23aa5268d2791488f80edc9 6225
maskprocessor_0.73+git20170609.1708898-2_amd64.buildinfo
a387ab1edc1ac31c3fb342d00fac962a8679c3daf0270bfcb226b1b043147a3d 11796
maskprocessor_0.73+git20170609.1708898-2_amd64.deb
Files:
a0c6a89c6886b9f293a2f82f367c1b9e 2139 utils optional
maskprocessor_0.73+git20170609.1708898-2.dsc
443793094c5f43d55795dd01ed272070 6776 utils optional
maskprocessor_0.73+git20170609.1708898-2.debian.tar.xz
badc394bca78cdc512cc8ef0d58d1f16 6225 utils optional
maskprocessor_0.73+git20170609.1708898-2_amd64.buildinfo
016d9161c92dd22d6abcf858d3693381 11796 utils optional
maskprocessor_0.73+git20170609.1708898-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAl+6aEsACgkQ6NN64vCf
SHJhDg/8Df/KgFCeNCVUNOyJ06dxitgCWMVMH4tGEJNmVzT43dBOuIFAL8n0MiT7
x2Vdm1HuH9Y6rk/9ADDePzMwGuROO/j5GEkUWobIc8QBHA7mk4Em9+yhrNKsBF+r
aJx09R34NB5wTzVnTmUrJhuLoEDp7755pQjWUjK0JPiVeaPhxVpuwLtUHZUQ0EYI
7Bb3yiJyYaLdl533YsSM2mUB9C7hh7YlGXjY8L/sEHpDgciqEjtjsw4i2t53ARId
qMPxJhiNUBUUNsXjQJeuKEqsAr3ZBdDOV0Bhb9E5D5RzJenOleW7Y9GNM2hwksCz
RJ5Z2S3MHpMEPLOFUvT88v+5Ww1BBqyOFnaqFAqWgsGFVUU00ugvyR8NJAzVZZni
jTPFadKuPXpK7TUwmAXd3cHco9iON+FptBdBEnT2kKLKGfxJM6/HCuMU0Rb4xzQk
DArIfECDTfWl1caZSv5MA/ik4bcIlRyVDt/7ujvCtijMMMxo0GZQwnLW4nGil3Cz
+BqgczZsS+v1kEv40mwZsiaModyhz11hfDBD9buSBswpi3VKMB55RsWsAO5C9zW2
AfltXYHAH9ae31N+WRD2Yj7hhJomdQblyS6PqO06a7PlZbKNH74diawphK33WnG6
KbrDj/gOS6StaYLv/fiyf/cxiTBRynKhDzCbSHl035bLdhBURhE=
=SmHh
-----END PGP SIGNATURE-----
--- End Message ---