Your message dated Sat, 12 Dec 2020 09:52:07 +0000 with message-id <[email protected]> and subject line Bug#968533: fixed in gdb 10.1-1.4 has caused the Debian Bug report #968533, regarding gdb: probably shouldn't use install -s 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.) -- 968533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968533 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: gdb Version: 9.2-1 Severity: minor A bug report against fteqcc (#968524) prompted me to look for other instances of the same anti-pattern on codesearch.debian.net. d/rules in gdb invokes 'install -s'. However, 'install -s' is usually only harmful for a Debian package, not helpful: it discards debugging symbols that could otherwise have gone into a -dbgsym package, when cross-compiling it uses the wrong strip(1) implementation (from the build rather than host architecture), and it results in the nostrip option in DEB_BUILD_OPTIONS being ignored (see Policy §4.9.1). Removing the -s option would probably be better, unless there's some specific reason to be using it. smcv
--- End Message ---
--- Begin Message ---Source: gdb Source-Version: 10.1-1.4 Done: Matthias Klose <[email protected]> We believe that the bug you reported is fixed in the latest version of gdb, 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. Matthias Klose <[email protected]> (supplier of updated gdb 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: Sat, 12 Dec 2020 10:23:22 +0100 Source: gdb Architecture: source Version: 10.1-1.4 Distribution: unstable Urgency: medium Maintainer: Héctor Orón Martínez <[email protected]> Changed-By: Matthias Klose <[email protected]> Closes: 968533 Changes: gdb (10.1-1.4) unstable; urgency=medium . * Non-maintainer upload. * Update to the gdb-10-branch 20201212. * debian/rules: Get rid off the cdbs named macro names. Addresses: #973355. * gdb-multiarch: Don't call install with -s, build a proper dbgsym package. Closes: #968533. * gdb-source: Compress with xz instead of bz2. * Make the build of the minimal variant optional (built by default). * Allow building a gdb-doc package (disabled by default). * Build with babeltrace everywhere. * Also build gdbserver on riscv64. * Bump standards version. Checksums-Sha1: 81422bf40ab26e8e6cab49cc10af52adb9976b44 2914 gdb_10.1-1.4.dsc f444e92290a3d39dffdb1e86c53d58a591fcc752 58412 gdb_10.1-1.4.debian.tar.xz 8583a46a93541de1b3dd6438450886e7cfcca313 9726 gdb_10.1-1.4_source.buildinfo Checksums-Sha256: d06b2c9695c97b2198a2bf70fcdb29c2edea6f841b92ae2012f0ec97ef568d88 2914 gdb_10.1-1.4.dsc 2d1c67fef817e51b0cd521e4c8cd337081438577a5cce4bd5d2f57fccfd21b03 58412 gdb_10.1-1.4.debian.tar.xz 7d528da39ec6fa7f352b373a5a09c0b1f51a76b2f014b69528f0892492df4b51 9726 gdb_10.1-1.4_source.buildinfo Files: 4d6c850239ecab9cb24220cc550f8a0d 2914 devel optional gdb_10.1-1.4.dsc 785be481fe2e59a43ccf5dde49470501 58412 devel optional gdb_10.1-1.4.debian.tar.xz 86348386cb6f4c5429dfa5ac2d3d2cc8 9726 devel optional gdb_10.1-1.4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl/UjUsQHGRva29AZGVi aWFuLm9yZwAKCRC9fqpgd4+m9XntD/4ysQWZRhGFa1NrL8+v8ssIgUFOuprnx+I4 7OBpjWA9ODcUukqKxXvCSCqLdr0/j/siFroBkmw8C5PPemvY/f3U4BwI5RoCM/ex nrpdhiFyG3WhB3//r0Q9GeVNOsTXPC3muSl+NI6msh64stXbfxn/BKCVBtryKltE 1elYNdy0MEc/BSZhEyiiXjWBkLul/aEKs2ycrtIAxv6Mn9rxkqfLrlY0xsyc7lRC D7CRxBxTZTTPBltKLyY/rKpCIBtG/34AKb+CUXJf100cLi87iWSrKIm9GsQXZyZq 6LQ/wmdh/Nnf3ggvebYZVPwPu30xy72zP83OpWKIYnye3QHGCIAaLxke+J2OIF72 h1bvWcYAsj2Em1GvmUI+7wsefUt+vKacQxzCSmHDtZTCoUh+NQoyCyBvXNjZ2DIR PBkVr6t/4cGEef9wSvPQysZ0Dp6h8Ih9nbQjly2jhwtIaWFo1xkH3D5I+rT3kdzx PkMKOK4LBV1N9d6tdl9wqrBNYDCehml0oNMqRrWwxEgmEwKk+3yESFODoEXhDKvw iWzJdup7pvT7NSdmo5pv6Jr8BZGsQEIQi6Y81W+wbKXVHkOG/zYhVKW4LZBcHtEV vlARGvssoUVwibv0Jgs8vLCKgioXEOJ44VPpBen/JTxXVQYjjTb+nuUY4VeiI79S F5/o+wVwcA== =nA84 -----END PGP SIGNATURE-----
--- End Message ---

