Your message dated Tue, 23 Apr 2024 12:00:51 +0200
with message-id
<trinity-58fe74ff-045d-4da4-997a-5d38461e1b8c-1713866451068@3c-app-gmx-bs28>
and subject line libt3window: FTBFS: .config.c:8:13: error: implicit
declaration of function ‘setupterm’
has caused the Debian Bug report #1069662,
regarding RFS: libt3window/0.4.0-1.1 [NMU] [RC] -- Library for creating
window-based terminal programs
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.)
--
1069662: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069662
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important
Tags: patch
X-Debbugs-Cc: [email protected]
Dear mentors,
I am looking for a sponsor for my package "libt3window":
* Package name : libt3window
Version : 0.4.0-1.1
Upstream contact : Gertjan Halkes <[email protected]>
* URL : https://os.ghalkes.nl/t3/libt3window.html
* License : GPL-3
* Vcs : [fill in URL of packaging vcs]
Section : libs
The source builds the following binary packages:
libt3window-dev - Development files for libt3window
libt3window0 - Library for creating window-based terminal programs
To access further information about this package, please visit the following
URL:
https://mentors.debian.net/package/libt3window/
Alternatively, you can download the package with 'dget' using this command:
dget -x
https://mentors.debian.net/debian/pool/main/libt/libt3window/libt3window_0.4.0-1.1.dsc
Changes since the last upload:
libt3window (0.4.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add 00-fix-implicit-function-declaration.patch to fix impfuncdef
issue. (Closes: #1066491)
--
Regards,
--
Bo YU
diff -Nru libt3window-0.4.0/debian/changelog libt3window-0.4.0/debian/changelog
--- libt3window-0.4.0/debian/changelog 2019-12-01 00:53:56.000000000 +0800
+++ libt3window-0.4.0/debian/changelog 2024-04-22 16:01:09.000000000 +0800
@@ -1,3 +1,11 @@
+libt3window (0.4.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add 00-fix-implicit-function-declaration.patch to fix impfuncdef
+ issue. (Closes: #1066491)
+
+ -- Bo YU <[email protected]> Mon, 22 Apr 2024 16:01:09 +0800
+
libt3window (0.4.0-1) unstable; urgency=medium
* New upstream release.
diff -Nru
libt3window-0.4.0/debian/patches/00-fix-implicit-function-declaration.patch
libt3window-0.4.0/debian/patches/00-fix-implicit-function-declaration.patch
--- libt3window-0.4.0/debian/patches/00-fix-implicit-function-declaration.patch
1970-01-01 07:30:00.000000000 +0730
+++ libt3window-0.4.0/debian/patches/00-fix-implicit-function-declaration.patch
2024-04-22 15:33:59.000000000 +0800
@@ -0,0 +1,18 @@
+Description: fix implicit-function-declaration issue
+ No upstream issue report online, will forward this to the author of upstream.
+ New upstream release 0.4.1 has not fixed the issue yet.
+Author: Bo YU <[email protected]>
+Bug: https://bugs.debian.org/1066491
+Last-Update: 2024-04-22
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/config.pkg
++++ b/config.pkg
+@@ -121,6 +121,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <curses.h>
++#include <term.h>
+
+ int main(int argc, char *argv[]) {
+ int args[9], error, fd;
diff -Nru libt3window-0.4.0/debian/patches/series
libt3window-0.4.0/debian/patches/series
--- libt3window-0.4.0/debian/patches/series 1970-01-01 07:30:00.000000000
+0730
+++ libt3window-0.4.0/debian/patches/series 2024-04-21 09:27:28.000000000
+0800
@@ -0,0 +1 @@
+00-fix-implicit-function-declaration.patch
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
I am sponsoring a NMU with the debdiff given in #1069662.
--- End Message ---