Your message dated Wed, 12 Mar 2025 03:05:17 +0000
with message-id <[email protected]>
and subject line Bug#1095123: Removed package(s) from unstable
has caused the Debian Bug report #936005,
regarding asmix FTCBFS: strips with the wrong 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.)
--
936005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=936005
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: asmix
Version: 1.5-4.1
Tags: patch
User: [email protected]
Usertags: ftcbfs
asmix fails to cross build from source, because it strips using the
wrong strip during make install. Beyond breaking cross compilation, this
also breaks DEB_BUILD_OPTIONS=nostrip as well as generation of -dbgsym
packages. It is best to defer all stripping to dh_strip. Please consider
applying the attached patch.
Helmut
diff -u asmix-1.5/debian/changelog asmix-1.5/debian/changelog
--- asmix-1.5/debian/changelog
+++ asmix-1.5/debian/changelog
@@ -1,3 +1,10 @@
+asmix (1.5-4.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Defer stripping to dh_strip. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 28 Aug 2019 21:56:46 +0200
+
asmix (1.5-4.1) unstable; urgency=low
* Non-maintainer upload.
diff -u asmix-1.5/debian/rules asmix-1.5/debian/rules
--- asmix-1.5/debian/rules
+++ asmix-1.5/debian/rules
@@ -5,0 +6,2 @@
+export STRIP=/bin/true
+export INSTALL=/usr/bin/install --strip-program=true
--- End Message ---
--- Begin Message ---
Version: 1.5-4.3+rm
Dear submitter,
as the package asmix has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1095123
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---