[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1070132: sponsorship-requests: libkal/0.9.0-3.1 [NMU] [RC] -- library for converting dates between various calendar systems



Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "libkal":

 * Package name     : libkal
   Version          : 0.9.0-3.1
   Upstream contact : Petr Tomasek <tomasek@etf.cuni.cz>
 * URL              : http://www.etf.cuni.cz/~tomasek/pub/my/
 * License          : LGPL-2+
 * Vcs              : https://salsa.debian.org/debian/libkal
   Section          : libs

The source builds the following binary packages:

  libkal-dev - library for converting dates between various calendar systems

To access further information about this package, please visit the following URL:

  https://mentors.debian.net/package/libkal/

Alternatively, you can download the package with 'dget' using this command:

  dget -x https://mentors.debian.net/debian/pool/main/libk/libkal/libkal_0.9.0-3.1.dsc

Changes since the last upload:

 libkal (0.9.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add fix-impfuncdef-issue.diff to fix ftbfs. (Closes: #1066513)


-- 
Regards,
--
  Bo YU

diff -Nru libkal-0.9.0/debian/changelog libkal-0.9.0/debian/changelog
--- libkal-0.9.0/debian/changelog	2023-04-25 10:11:53.000000000 +0800
+++ libkal-0.9.0/debian/changelog	2024-04-30 16:19:46.000000000 +0800
@@ -1,3 +1,10 @@
+libkal (0.9.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add fix-impfuncdef-issue.diff to fix ftbfs. (Closes: #1066513)
+
+ -- Bo YU <tsu.yubo@gmail.com>  Tue, 30 Apr 2024 16:19:46 +0800
+
 libkal (0.9.0-3) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
diff -Nru libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff
--- libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff	1970-01-01 08:00:00.000000000 +0800
+++ libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff	2024-04-30 16:18:31.000000000 +0800
@@ -0,0 +1,19 @@
+Description: fix impfuncdef issue
+Author: Bo YU <tsu.yubo@gmail.com>
+Bug: https://bugs.debian.org/1066513
+Forwarded: send to Petr Tomasek <tomasek@etf.cuni.cz>
+Last-Update: 2024-04-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/kal_getdate.c
++++ b/kal_getdate.c
+@@ -18,6 +18,9 @@
+  */
+ 
+ #include <stdio.h>
++#include <stdlib.h>
++
++#include "kal_main.h"
+ 
+ /* 
+  * Get current date (jd)
diff -Nru libkal-0.9.0/debian/patches/series libkal-0.9.0/debian/patches/series
--- libkal-0.9.0/debian/patches/series	2023-04-25 10:11:53.000000000 +0800
+++ libkal-0.9.0/debian/patches/series	2024-04-30 10:30:01.000000000 +0800
@@ -1 +1,2 @@
 Makefile.diff
+fix-impfuncdef-issue.diff

Attachment: signature.asc
Description: PGP signature


Reply to: