Control: tags -1 patch Hi, On Wed, Jul 03, 2024 at 12:48:20PM +0000, Matthias Klose wrote:
ARClock.c:371:12: error: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
371 | register i, j;
| ^
ARClock.c:371:15: error: type defaults to ‘int’ in declaration of ‘j’ [-Wimplicit-int]
371 | register i, j;
| ^
make[2]: *** [<builtin>: ARClock.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
The fix is easy and I am willing to do a QA upload. But the lintian's error is very odd to me: xarclock_1.0.orig.tar.gz . tar: A lone zero block at 100 I suspect that there are something with wrong with previous upload and I will look at that. -- Regards, -- Bo YU
diff -Nru xarclock-1.0/debian/changelog xarclock-1.0/debian/changelog
--- xarclock-1.0/debian/changelog 2022-05-15 14:53:03.000000000 +0800
+++ xarclock-1.0/debian/changelog 2024-11-05 23:15:33.000000000 +0800
@@ -1,3 +1,12 @@
+xarclock (1.0-20) unstable; urgency=medium
+
+ * QA upload.
+ * Add 11_fix-ftbfs-gcc-14.patch to fix ftbfs. (Closes: #1075647)
+ * Set std-ver to 4.7.0.
+ * Update years of d/copyright.
+
+ -- Bo YU <tsu.yubo@gmail.com> Tue, 05 Nov 2024 23:15:33 +0800
+
xarclock (1.0-19) unstable; urgency=medium
* QA upload.
diff -Nru xarclock-1.0/debian/control xarclock-1.0/debian/control
--- xarclock-1.0/debian/control 2022-05-15 14:37:18.000000000 +0800
+++ xarclock-1.0/debian/control 2024-11-05 23:15:33.000000000 +0800
@@ -2,7 +2,7 @@
Section: x11
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Standards-Version: 4.6.0
+Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
libx11-dev,
libxaw7-dev,
diff -Nru xarclock-1.0/debian/copyright xarclock-1.0/debian/copyright
--- xarclock-1.0/debian/copyright 2022-05-15 14:37:18.000000000 +0800
+++ xarclock-1.0/debian/copyright 2024-11-05 23:15:33.000000000 +0800
@@ -16,6 +16,7 @@
2006, Marc 'HE' Brockschmidt <he@debian.org>
2012, Ricardo Mones <mones@debian.org>
2017-2019, Paulo Henrique de Lima Santana (phls) <phls@debian.org>
+ 2024, Bo YU <tsu.yubo@gmail.com>
License: X/MIT and MIT-variant
License: X/MIT
diff -Nru xarclock-1.0/debian/patches/11_fix-ftbfs-gcc-14.patch xarclock-1.0/debian/patches/11_fix-ftbfs-gcc-14.patch
--- xarclock-1.0/debian/patches/11_fix-ftbfs-gcc-14.patch 1970-01-01 07:30:00.000000000 +0730
+++ xarclock-1.0/debian/patches/11_fix-ftbfs-gcc-14.patch 2024-11-05 23:15:33.000000000 +0800
@@ -0,0 +1,18 @@
+Description: fix ftbfs on gcc-14
+Author: Bo YU <tsu.yubo@gmail.com>
+Origin: https://bugs.debian.org/1075647
+Forwarded: not-needed
+Last-Update: 2024-11-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/ARClock.c
++++ b/ARClock.c
+@@ -368,7 +368,7 @@
+
+ /* Following lines added by Andreas Franzen using source code by
+ * Jaime Garcia Ghirelli: */
+- register i, j;
++ register int i, j;
+ double angle, x, y;
+ double cos();
+ double sin();
diff -Nru xarclock-1.0/debian/patches/series xarclock-1.0/debian/patches/series
--- xarclock-1.0/debian/patches/series 2022-05-15 14:37:18.000000000 +0800
+++ xarclock-1.0/debian/patches/series 2024-11-05 23:15:33.000000000 +0800
@@ -1,2 +1,3 @@
debian-1.0-12.patch
10_fix-gcc-hardening.patch
+11_fix-ftbfs-gcc-14.patch
Attachment:
signature.asc
Description: PGP signature