Your message dated Sat, 19 Nov 2022 15:41:59 +0000
with message-id <[email protected]>
and subject line Bug#1024406: Removed package(s) from unstable
has caused the Debian Bug report #948599,
regarding cryptcat FTCBFS: builds for the build architecture
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.)
--
948599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948599
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cryptcat
Version: 20031202-4
Tags: patch
User: [email protected]
Usertags: ftcbfs
cryptcat fails to cross build from source, because it does not pass
cross tools to make. The easiest way of doing so - using dh_auto_build -
makes cryptcat cross buildable. Please consider applying the attached
patch.
Helmut
diff -u cryptcat-20031202/debian/changelog cryptcat-20031202/debian/changelog
--- cryptcat-20031202/debian/changelog
+++ cryptcat-20031202/debian/changelog
@@ -1,3 +1,10 @@
+cryptcat (20031202-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Fri, 10 Jan 2020 16:46:56 +0100
+
cryptcat (20031202-4) unstable; urgency=low
* Removed "-s" in original Makefile to accomodate
diff -u cryptcat-20031202/debian/control cryptcat-20031202/debian/control
--- cryptcat-20031202/debian/control
+++ cryptcat-20031202/debian/control
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Lars Bahner <[email protected]>
-Build-Depends: debhelper (>> 5.0.0), dpatch
+Build-Depends: debhelper (>= 7), dpatch
Standards-Version: 3.8.0
Package: cryptcat
diff -u cryptcat-20031202/debian/rules cryptcat-20031202/debian/rules
--- cryptcat-20031202/debian/rules
+++ cryptcat-20031202/debian/rules
@@ -10,8 +10,7 @@
build: patch
dh_testdir
-
- $(MAKE) linux
+ dh_auto_build -- linux
clean: unpatch
--- End Message ---
--- Begin Message ---
Version: 20031202-4+rm
Dear submitter,
as the package cryptcat 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/1024406
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 ---