Your message dated Wed, 17 Jan 2018 21:34:47 +0000
with message-id <[email protected]>
and subject line Bug#774438: fixed in arc 5.21q-5
has caused the Debian Bug report #774438,
regarding arc: does not honour DEB_BUILD_OPTIONS=nostrip
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.)


-- 
774438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774438
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: arc
Version: 5.21q-1
Tags: patch

I rebuilt the package with DEB_BUILD_OPTIONS=nostrip, but the resulting binary package was still stripped.

The attached patch seems to fix it.

--
Jakub Wilk
--- a/Makefile
+++ b/Makefile
@@ -132,8 +132,8 @@
 	rm -rf .dist
 
 install: all
-	install -s -m 0755 -D arc $(DESTDIR)$(PREFIX)/bin/arc
-	install -s -m 0755 -D marc $(DESTDIR)$(PREFIX)/bin/marc
+	install -m 0755 -D arc $(DESTDIR)$(PREFIX)/bin/arc
+	install -m 0755 -D marc $(DESTDIR)$(PREFIX)/bin/marc
 	install -m 0644 -D arc.1 $(DESTDIR)$(PREFIX)/share/man/man1/arc.1
 	install -m 0644 -D marc.1 $(DESTDIR)$(PREFIX)/share/man/man1/marc.1
 

--- End Message ---
--- Begin Message ---
Source: arc
Source-Version: 5.21q-5

We believe that the bug you reported is fixed in the latest version of
arc, 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.
Adrian Bunk <[email protected]> (supplier of updated arc 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: Wed, 17 Jan 2018 23:00:08 +0200
Source: arc
Binary: arc
Architecture: source
Version: 5.21q-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Description:
 arc        - Archive utility based on the MSDOS ARC program
Closes: 774438
Changes:
 arc (5.21q-5) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group. (see #885923)
   * Add patch from Jakub Wilk to honour DEB_BUILD_OPTIONS=nostrip.
     (Closes: #774438)
Checksums-Sha1:
 7bdbd2fc22c321d2e089b0cca751968f0a30968c 1661 arc_5.21q-5.dsc
 64019c818b459e45045c4fbc9d1b7b1ae72b5d5c 4748 arc_5.21q-5.debian.tar.xz
Checksums-Sha256:
 acffb2fbc93f63f923922e1d966725e4acd1095ae4c99338ade9ddbab48bc82d 1661 
arc_5.21q-5.dsc
 114d3c829ee40c0bd93728f2e986142ddd5aa902d9bac4a5f559ad164ba8a44e 4748 
arc_5.21q-5.debian.tar.xz
Files:
 63d589cf7b09d8b8fee7f81c86a51a50 1661 utils optional arc_5.21q-5.dsc
 272402f0b46e5e78590c8fdf51d7fe3d 4748 utils optional arc_5.21q-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlpfutoACgkQiNJCh6LY
mLEbWBAAoLHxnHqYK9NEoHbJiVCS5ktrkOrO05heW84Sjg8T55QxQkoX39suXeOr
bdrQ9XO3bA5j7gjSDmSo4Epi0QuWl4BNLyxGS3Kp8MbJe5LhhfdeVYMnzA06tgve
uAdx4flkZ13qStk7n/p5P5ypEB8tZc98qgRhzRuTub6+FQlYp9RHLPJh5wT6dnXT
g0Kka6l5rDwgO25ZbNzQtcrTfQxIP89xH6UbP3JJmnxTlmZ6NhrifclBNpwrTT/C
CNfUyK2lgPLw6uSM2aDXL/wDe8XstLKFGLqSzFVrFjrojo+qXFFzIiqlAwjomCxP
vI3BfOHSL9z5JdWXo+qbhglsQRaU5T1YMIElibEpXfMisX5zvmZnUEvD49T7TNq/
3yHnaeS+NlFbQA4Ozd2JWcdeOFXlXmaVtSM6wH6sCG9Bp2cvG/wfjYxiheKkXAXD
2dghpNfEF/aquCeDadSXBH2cnDrXnfnAUBAjy+g4YMGSLiKIINUiGeHc2d8peyRV
9X7ZUlK5axVgXdshcHKmV49I5ecHDV6pKhNT0/k2cFdKRdOgJZ/Hrp/gX2PHJR1p
dMY7HlPSioBQR+J2Gx/K829pUbxNYVT63p5CmRLTjtQfrtqgzQSUZ1XS+G5nD0bR
nJ7tc7ABk2lZVajENXRkzdxcfesS5d1tkhlljx1OXjpRdZEKzlU=
=7HT3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to