Your message dated Fri, 15 Oct 2021 18:49:22 +0000
with message-id <[email protected]>
and subject line Bug#991783: fixed in utalk 1.0.2-2
has caused the Debian Bug report #991783,
regarding utalk 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 [email protected]
immediately.)


-- 
991783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: utalk
Version: 1.0.2-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

utalk fails to cross build from source, because it strips with the build
architecture strip during make install. Beyond breaking cross
compilation, this also breaks DEB_BUILD_OPTIONS=nostrip as well as
generation of -dbgsym packages. The best solution is to defer all
stripping to dh_strip and not strip at an earlier time. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru utalk-1.0.2/debian/changelog utalk-1.0.2/debian/changelog
--- utalk-1.0.2/debian/changelog        2021-05-14 15:49:22.000000000 +0200
+++ utalk-1.0.2/debian/changelog        2021-08-01 20:32:18.000000000 +0200
@@ -1,3 +1,10 @@
+utalk (1.0.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Do not strip during make install. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 01 Aug 2021 20:32:18 +0200
+
 utalk (1.0.2-1) unstable; urgency=low
 
   * New upstream release (closes: #980251)
diff --minimal -Nru utalk-1.0.2/debian/patches/nostrip.patch 
utalk-1.0.2/debian/patches/nostrip.patch
--- utalk-1.0.2/debian/patches/nostrip.patch    1970-01-01 01:00:00.000000000 
+0100
+++ utalk-1.0.2/debian/patches/nostrip.patch    2021-08-01 20:31:38.000000000 
+0200
@@ -0,0 +1,20 @@
+--- utalk-1.0.2.orig/Makefile
++++ utalk-1.0.2/Makefile
+@@ -47,6 +47,8 @@
+ 
+ ROFF = nroff
+ 
++STRIP ?= strip
++
+ all:  utalk
+ 
+ utalk.cat:    utalk.1
+@@ -59,7 +61,7 @@
+       $(CC) $(LDFLAGS) -o stest stest.o $(LIBS) $(EXTRALIBS)
+ 
+ install:      utalk utalk.1
+-      strip utalk
++      $(STRIP) utalk
+       mkdir -p $(BINDIR)
+       mkdir -p $(MANDIR)
+       mkdir -p $(MANDIR)/man1
diff --minimal -Nru utalk-1.0.2/debian/patches/series 
utalk-1.0.2/debian/patches/series
--- utalk-1.0.2/debian/patches/series   2021-05-14 15:49:22.000000000 +0200
+++ utalk-1.0.2/debian/patches/series   2021-08-01 20:31:14.000000000 +0200
@@ -1 +1,2 @@
 fix-utalk-makefile.patch
+nostrip.patch
diff --minimal -Nru utalk-1.0.2/debian/rules utalk-1.0.2/debian/rules
--- utalk-1.0.2/debian/rules    2021-05-14 15:49:22.000000000 +0200
+++ utalk-1.0.2/debian/rules    2021-08-01 20:32:14.000000000 +0200
@@ -20,7 +20,7 @@
 
 
 override_dh_auto_install:
-       dh_auto_install -- prefix=/usr
+       dh_auto_install -- prefix=/usr STRIP=true
 
 %:
        dh $@

--- End Message ---
--- Begin Message ---
Source: utalk
Source-Version: 1.0.2-2
Done: Radovan Garabík <[email protected]>

We believe that the bug you reported is fixed in the latest version of
utalk, 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.
Radovan Garabík <[email protected]> (supplier of updated utalk 
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: Fri, 15 Oct 2021 15:57:19 +0200
Source: utalk
Architecture: source
Version: 1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Radovan Garabík <[email protected]>
Changed-By: Radovan Garabík <[email protected]>
Closes: 991783
Changes:
 utalk (1.0.2-2) unstable; urgency=medium
 .
   * Fix FTCBFS: Do not strip during make install, thanks to Helmut
     Grohne (Closes: #991783)
Checksums-Sha1:
 ae7a17f4388418aa2a1ef33d6fe000c7d4232f14 1711 utalk_1.0.2-2.dsc
 f28466db73f91957da5e7d2db50030ba863846eb 3024 utalk_1.0.2-2.debian.tar.xz
 eacd12a61513d73aea8b7eef549f124615e2452c 6707 utalk_1.0.2-2_amd64.buildinfo
Checksums-Sha256:
 0d301a8ba62bfe8b1332b8d64c2935c249b86fde350a0b870141ffd258da5c6a 1711 
utalk_1.0.2-2.dsc
 d9e9fb3169c34e0d572dfdf68e93e87b81d85148ed2dacd8c913a214d9a8a43d 3024 
utalk_1.0.2-2.debian.tar.xz
 7a11e27ab08b24aa182f72a71732914c6033841effb8cd0c61fcc9e3b19d4db3 6707 
utalk_1.0.2-2_amd64.buildinfo
Files:
 d1e46341a793522fd25824bf31d3ca45 1711 net optional utalk_1.0.2-2.dsc
 ebafabad400ff9a3fa9a32cf6feb2789 3024 net optional utalk_1.0.2-2.debian.tar.xz
 15abb2a3f800fe329d94f58e9c9128be 6707 net optional 
utalk_1.0.2-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEwbjRPT3132UMRk7uaFakpkCvP9MFAmFpnskACgkQaFakpkCv
P9Nf/g//QMGzWAt2iVC+XQINY5YE39VbDvDrj6oUjjs1XpQDztjG4eE96hiI95Vo
AQhPORnw/o5mp/mIUkTlZ1BRWs2froH8bq6CoFlnKxUU2L0xVJKin7esyiJtwBPT
ixix7wib2usPY5pvcKvBkubK2fBj0IU/53vg5AucWlJLRwWj9XIzflwg6vrH6w64
W5oCNokMXq12dVEJ8rn0IPXgYJ0lX14uJI6hMzgMTc9u1tenSBe1tUvc46nvudS4
sUdpXE/ET5D+cPPgv5R2yrXC7ru9uBgpaRnqfeTvQLcv0yjGGQgZI3/4j2eoCkHn
7t0LxAINzaIPd9z2M9yA/fnX4C/I/SjLePuKIjvM6arqDf10aElSGBLbkSNZTf7G
skpbaAzFMWoaOKQ3URuCJeHDG+arl1H5Au3QIBXrSsyO/h/nAvH73zuI2P+ZAIGJ
LBLeSjtFaZYF4WpAecOYU03Z2AVJdScv3ravs5SBZWW4MFz00YU1DVCtnp5HHA/V
Z8QAU6tVdnlce1cOJ6zBc+Nawuaxrzevkh42fUAZkbfgNvxI9kE2Xpma60+qPdYJ
ULnOyNOqkk/KIgN19tYacBDzVN9vF9XWZ2IoLEBh1zSXcklIF8io0pYZharDqTYx
FuhfwHg38zJ0PGoGGKW1ju8FoSwOaYYee9qWy2236ChwTgO5ye0=
=pjcD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to