Your message dated Sat, 28 Dec 2019 06:41:35 +0000
with message-id <[email protected]>
and subject line Bug#947494: Removed package(s) from unstable
has caused the Debian Bug report #928843,
regarding kimwitu FTCBFS: does not pass cross tools to make
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.)
--
928843: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928843
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: kimwitu
Version: 4.6.1-7.2
Tags: patch
User: [email protected]
Usertags: rebootstrap
kimwitu fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
makes kimwitu cross buildable. Please consider applying the attached
patch.
Helmut
diff -u kimwitu-4.6.1/debian/changelog kimwitu-4.6.1/debian/changelog
--- kimwitu-4.6.1/debian/changelog
+++ kimwitu-4.6.1/debian/changelog
@@ -1,3 +1,10 @@
+kimwitu (4.6.1-7.3) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Sun, 12 May 2019 07:10:53 +0200
+
kimwitu (4.6.1-7.2) unstable; urgency=medium
* Non-maintainer upload.
diff -u kimwitu-4.6.1/debian/rules kimwitu-4.6.1/debian/rules
--- kimwitu-4.6.1/debian/rules
+++ kimwitu-4.6.1/debian/rules
@@ -7,7 +7,7 @@
dh_testdir
# compile the package.
- cd src; $(MAKE)
+ dh_auto_build --sourcedirectory=src
touch build-stamp
--- End Message ---
--- Begin Message ---
Version: 4.6.1-7.2+rm
Dear submitter,
as the package kimwitu 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/947494
The version of this package that was in Debian prior to this removal
can still be found using http://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.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---