Package: sponsorship-requests
Severity: important
Tags: patch
X-Debbugs-Cc: 1066...@bugs.debian.org


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 <libt3win...@ghalkes.nl>
 * 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 <tsu.y...@gmail.com>  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 <tsu.y...@gmail.com>
+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

Attachment: signature.asc
Description: PGP signature

Reply via email to