Your message dated Tue, 16 Apr 2024 19:04:22 +0000
with message-id <e1rwo6q-00azbl...@fasolo.debian.org>
and subject line Bug#958135: fixed in dvi2dvi 2.0alpha-11
has caused the Debian Bug report #958135,
regarding dvi2dvi FTCBFS: strips with the build architecture strip
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.)
--
958135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dvi2dvi
Version: 2.0alpha-10
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
dvi2dvi fails to cross build from source, because the upstream Makefile
strips during make install using the build architecture strip via
install -s. Beyond breaking cross compilation, doing so breaks
DEB_BUILD_OPTIONS=nostrip as well as generation of -dbgsym packages.
Please consider applying the attached patch to skip such stripping and
defer it to dh_strip.
Helmut
diff --minimal -Nru dvi2dvi-2.0alpha/debian/changelog
dvi2dvi-2.0alpha/debian/changelog
--- dvi2dvi-2.0alpha/debian/changelog 2017-01-14 09:35:54.000000000 +0100
+++ dvi2dvi-2.0alpha/debian/changelog 2020-04-18 21:42:07.000000000 +0200
@@ -1,3 +1,9 @@
+dvi2dvi (2.0alpha-11) UNRELEASED; urgency=medium
+
+ * Fix FTCBFS: Defer stripping to dh_strip. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Sat, 18 Apr 2020 21:42:07 +0200
+
dvi2dvi (2.0alpha-10) unstable; urgency=medium
* QA upload
diff --minimal -Nru dvi2dvi-2.0alpha/debian/patches/cross.patch
dvi2dvi-2.0alpha/debian/patches/cross.patch
--- dvi2dvi-2.0alpha/debian/patches/cross.patch 1970-01-01 01:00:00.000000000
+0100
+++ dvi2dvi-2.0alpha/debian/patches/cross.patch 2020-04-18 21:41:36.000000000
+0200
@@ -0,0 +1,11 @@
+--- dvi2dvi-2.0alpha.orig/Makefile
++++ dvi2dvi-2.0alpha/Makefile
+@@ -81,7 +81,7 @@
+ install: install-dvi2dvi
+
+ install-dvi2dvi: dvi2dvi
+- install -s -m 755 dvi2dvi ${BINAREA}/dvi2dvi
++ $(INSTALL) -s -m 755 dvi2dvi ${BINAREA}/dvi2dvi
+
+ install-lib:
+ -mkdir ${DVI2LIB}
diff --minimal -Nru dvi2dvi-2.0alpha/debian/patches/series
dvi2dvi-2.0alpha/debian/patches/series
--- dvi2dvi-2.0alpha/debian/patches/series 2017-01-14 09:35:54.000000000
+0100
+++ dvi2dvi-2.0alpha/debian/patches/series 2020-04-18 21:41:22.000000000
+0200
@@ -8,3 +8,4 @@
pass-flags-hardening-build.patch
dont-overwrite-prototypes.patch
fix-printf-usage.patch
+cross.patch
diff --minimal -Nru dvi2dvi-2.0alpha/debian/rules dvi2dvi-2.0alpha/debian/rules
--- dvi2dvi-2.0alpha/debian/rules 2017-01-14 09:35:54.000000000 +0100
+++ dvi2dvi-2.0alpha/debian/rules 2020-04-18 21:42:02.000000000 +0200
@@ -13,5 +13,5 @@
override_dh_auto_install:
- dh_auto_install
+ dh_auto_install -- INSTALL='install --strip-program=true'
$(MAKE) install-lib DESTDIR=$(CURDIR)/debian/dvi2dvi
--- End Message ---
--- Begin Message ---
Source: dvi2dvi
Source-Version: 2.0alpha-11
Done: Andreas Beckmann <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
dvi2dvi, 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 958...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated dvi2dvi 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: SHA256
Format: 1.8
Date: Tue, 16 Apr 2024 20:50:15 +0200
Source: dvi2dvi
Architecture: source
Version: 2.0alpha-11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 958135 1066297
Changes:
dvi2dvi (2.0alpha-11) unstable; urgency=medium
.
[ Andreas Beckmann ]
* QA upload.
* Import package history into GIT.
* Fix building with -Werror=implicit-function-declaration.
(Closes: #1066297)
* Declare Rules-Requires-Root: no.
.
[ Helmut Grohne ]
* Fix FTCBFS: Defer stripping to dh_strip. (Closes: #958135)
Checksums-Sha1:
709b11fb451f04a006ee9b458ba77d1fea0547bd 1898 dvi2dvi_2.0alpha-11.dsc
644bb443448734f918a61b4310f3d75af4e360bc 12340
dvi2dvi_2.0alpha-11.debian.tar.xz
0723d66076dc48d5606ee5cea1396a3725b3910f 5734
dvi2dvi_2.0alpha-11_source.buildinfo
Checksums-Sha256:
a9a58fa8fa6e3786c3e22269380710ce6fc0945e1c7b29be39e0b311c550c7f9 1898
dvi2dvi_2.0alpha-11.dsc
bddb69eab8aa2f9630d69c60a22128e4f56666c16f84644516213544c5a4a10a 12340
dvi2dvi_2.0alpha-11.debian.tar.xz
b0fcc06a798ef1aa9fcab4602a55ca9bf5c54d106acf58bb35211bf5c65046af 5734
dvi2dvi_2.0alpha-11_source.buildinfo
Files:
cc6c7a935badcd8c259b1904b92ec812 1898 tex optional dvi2dvi_2.0alpha-11.dsc
713104f666d59cc855cddd22760b8b38 12340 tex optional
dvi2dvi_2.0alpha-11.debian.tar.xz
32cb678470ec24392979c4a0673d4de6 5734 tex optional
dvi2dvi_2.0alpha-11_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmYeyUYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCMbVEACQrjE61Cg4RDvo67pWzVMxdzU99rf3OxQy
5ZkimhMdHipqaYPjhv09qOXU9PeozcWX8A7IFdjlkywtBmpo8PETUjU7knp167cX
52OaTi2tBmhlztVGz7XI7u5vofN6cZ9/2i8QCAXCBkSw+ZFLCsyUSNgVXpIF/S0H
dBVbGIkg4XDCx0vWjkqzLhRZmXdm8u2Nuv59jUsxdFVfOUftG3paruIH+QOB194B
A/LxkiuT08QzwmwTacZ0UB7Him80bZedq8HfkdnwRzCkcfbHzyiGQag+2KDsTFvj
9yA1su/tDde31/sij7l7ZqmH+9HaVPuBUHk4zefgqd8cXvUu7mhh9UxicE5S9rck
iduWzPeVXNOOppQs1TFwvH3mNahrpEjUzk0F5Y7OcPmcaOwaryiY7jSk863yo1d1
k+jQTHyGR+NGKFF3JF0V4Gle24cqZlnW2Mg2PhwC1Mm6QsIVeKvHc2I5B9C/Gjuc
SryzS+WpD4PSchwuHbYgugNFjxBfjqpi6+lbYBl7OrvfTJXrBuQuzKinTDU6CqdF
/j5Q3cpIlcDW0WPEV6XrTnRWUvBgKorgoettJk4le1nEgLrO8n30m0vRNav2Rreo
iMSXGdnDsEkOC9xwpdPQzjyHHi0pLi6udI3jI3Y0ytB3QSg0bBNv9OArKPyOwhJF
MPgbHIhToQ==
=CVx8
-----END PGP SIGNATURE-----
pgpZrscnOtgNP.pgp
Description: PGP signature
--- End Message ---