Your message dated Tue, 12 Apr 2022 13:34:04 +0000
with message-id <[email protected]>
and subject line Bug#901217: fixed in rarcrack 0.2-1.1
has caused the Debian Bug report #901217,
regarding rarcrack strips during make install
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.)
--
901217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901217
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rarcrack
Version: 0.2-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
rarcrack strips during make install by passing -s to install. This
causes:
* Cross compilation failure as the build architecture strip is used.
* DEB_BUILD_OPTIONS=nostrip does not work.
* No useful -dbgsym package is generated.
The attached patch fixes all of them. Please consider applying it.
Helmut
diff --minimal -Nru rarcrack-0.2/debian/changelog rarcrack-0.2/debian/changelog
--- rarcrack-0.2/debian/changelog 2013-08-14 11:08:51.000000000 +0200
+++ rarcrack-0.2/debian/changelog 2018-06-10 10:42:44.000000000 +0200
@@ -1,3 +1,10 @@
+rarcrack (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, 10 Jun 2018 10:42:44 +0200
+
rarcrack (0.2-1) unstable; urgency=low
* Initial release (Closes: #719682)
diff --minimal -Nru rarcrack-0.2/debian/patches/cross.patch
rarcrack-0.2/debian/patches/cross.patch
--- rarcrack-0.2/debian/patches/cross.patch 1970-01-01 01:00:00.000000000
+0100
+++ rarcrack-0.2/debian/patches/cross.patch 2018-06-10 10:41:49.000000000
+0200
@@ -0,0 +1,21 @@
+--- rarcrack-0.2.orig/Makefile
++++ rarcrack-0.2/Makefile
+@@ -1,4 +1,5 @@
+ CC=gcc
++INSTALL?=install
+ PREFIX?=/usr
+ DOCDIR=${DESTDIR}/${PREFIX}/share/doc/rarcrack
+ BINDIR=${DESTDIR}/${PREFIX}/bin
+@@ -13,10 +14,10 @@
+ -rm *.o rarcrack
+ install:
+ -mkdir -p ${BINDIR}
+- install -s rarcrack ${BINDIR}
++ $(INSTALL) -s rarcrack ${BINDIR}
+ -mkdir -p ${DOCDIR}
+ chmod 755 ${DOCDIR}
+- install -m 644 -t ${DOCDIR} CHANGELOG LICENSE README README.html
RELEASE_NOTES
++ $(INSTALL) -m 644 -t ${DOCDIR} CHANGELOG LICENSE README README.html
RELEASE_NOTES
+ uninstall:
+ -rm ${BINDIR}/rarcrack
+
diff --minimal -Nru rarcrack-0.2/debian/patches/series
rarcrack-0.2/debian/patches/series
--- rarcrack-0.2/debian/patches/series 2013-08-14 11:27:52.000000000 +0200
+++ rarcrack-0.2/debian/patches/series 2018-06-10 10:41:21.000000000 +0200
@@ -1 +1,2 @@
Makefile.diff
+cross.patch
diff --minimal -Nru rarcrack-0.2/debian/rules rarcrack-0.2/debian/rules
--- rarcrack-0.2/debian/rules 2014-01-26 12:10:28.000000000 +0100
+++ rarcrack-0.2/debian/rules 2018-06-10 10:42:42.000000000 +0200
@@ -3,3 +3,6 @@
%:
dh $@
+
+override_dh_auto_install: # can be dropped in compat 11
+ dh_auto_install -- 'INSTALL=install --strip-program=true'
--- End Message ---
--- Begin Message ---
Source: rarcrack
Source-Version: 0.2-1.1
Done: Hugh McMaster <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rarcrack, 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.
Hugh McMaster <[email protected]> (supplier of updated rarcrack 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: Tue, 12 Apr 2022 22:37:25 +1000
Source: rarcrack
Architecture: source
Version: 0.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Pierre Rudloff <[email protected]>
Changed-By: Hugh McMaster <[email protected]>
Closes: 901217 949491
Changes:
rarcrack (0.2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Build-Depend on pkg-config.
* Use pkg-config to find libxml2 (Closes: #949491).
* Do not strip during 'make install' (Closes: #901217).
Thanks to Helmut Grohne for the patch.
Checksums-Sha1:
396c603e071ae79d5aa6f2bd9a80f633fd1d85f6 1724 rarcrack_0.2-1.1.dsc
21be924a614bbf649d0a87a851be992d437fee36 2500 rarcrack_0.2-1.1.debian.tar.xz
8316a146bc533fed7e0a41afc6fb39ada5d2436e 5704 rarcrack_0.2-1.1_source.buildinfo
Checksums-Sha256:
24381a53231f5323517b95929c9d0dd13d2036b375b867787a6619a30f0c6f01 1724
rarcrack_0.2-1.1.dsc
84d09046817e61063c4b4a54260f25beb09c61eebe11f3d94783d0fbe55e064e 2500
rarcrack_0.2-1.1.debian.tar.xz
57ceec7e179e0e3a4b0a15ed0c6844a2d68ca90d7b08842c1dfbeb7cf497bfc1 5704
rarcrack_0.2-1.1_source.buildinfo
Files:
0205def66089c19e3cabc2eba4186c61 1724 utils extra rarcrack_0.2-1.1.dsc
e423ef12baa31523898db682d3b5eb19 2500 utils extra
rarcrack_0.2-1.1.debian.tar.xz
18e1811d4d15b5deba43ad30c3a45e61 5704 utils extra
rarcrack_0.2-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmJVfLwACgkQweDZLphv
fH7F/xAAsfvcz1XjPAPPC796BuONz/iqyad0SDJMDOeGNdCP5KnGJKiDbT56uUHS
qiHt+fX0d5x8fTst7kP2MAwZyA75Le6yHV+n4ss/AyIl2uUdjIw9CA1p20xCzJec
gE5LErvxQN5STJPL/ZMjjzL3GYcqLnObXYRa7v7FXOhATnkdK+VDbCrIQYqQ+Fj8
NKuTwsEwArnJfOS0dlPthYu7C8ur0DCveRbA2JAa/3qt6O4wm/fpgJNCKjrDfFc7
LauZ6R+t9hX9/vM2Ko1DpuCbwh5i5w9qfWKbLcW692r5TxcEo54rcYGqWpoiv4Oy
Ba3RpM6iCduudfjchdE8EPg8ZUGFgk7gVmYsW8bq8Chrd+DAL9/f2J7GaXYS+VwX
Dam7YIg19KhSZ40hzR6zgxr0IR0yTGh+CIolw9GmQKBik6XSjKhMF9jkiKau8DXg
LYWJBM20jS6y5o1MiDiW1aZwAkJ7t43suEZryGk/l64JSgTOU+NGduBev7gneDoS
sQHvKlqye5TSYca7+auim2FqHgvc+Tlel1SHToLSzq/q99ODZnjbYd4/EV+gF/f4
E4TwysFvCa+wUOjL1rXUayyn91TdydvcR3nMZgKpVAyVKv3vQFOVB0YreYhAyd1P
uAaDBEQGr+t1uBFvBfdHwAeJEyqpkk5AqwC3XRAdSFrjlczjbJ0=
=be3g
-----END PGP SIGNATURE-----
--- End Message ---