Hi, debootstrap in unstable and testing does not anymore install tzdata for the buildd variant [1]. Also see #837060. This means that
a) the missing build dependency on tzdata is now easily to reproduce locally
by upgrading to debootstrap from unstable or testing and attempting to
build inside that chroot
b) calcurse will FTBFS on riscv because their buildds are running
debootstrap from unstable
c) the package will start to FTBFS on the buildds on all architectures after
the trixie release and buildds get updated with debootstrap from trixie
To prevent all of this from happening I just uploaded an NMU of calcurse with
debdiff at the end of this mail to DELAYED/10-day as suggested here [2].
Thanks!
cheers, josch
[1]
https://tracker.debian.org/news/1472578/accepted-debootstrap-10133-source-into-unstable/
[2] https://lists.debian.org/debian-release/2023/10/msg00470.html
diff -Nru calcurse-4.8.1/debian/changelog calcurse-4.8.1/debian/changelog
--- calcurse-4.8.1/debian/changelog 2023-05-28 11:33:22.000000000 +0200
+++ calcurse-4.8.1/debian/changelog 2023-11-01 11:45:27.000000000 +0100
@@ -1,3 +1,10 @@
+calcurse (4.8.1-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add B-D on tzdata (closes: #1027360)
+
+ -- Johannes Schauer Marin Rodrigues <[email protected]> Wed, 01 Nov 2023
11:45:27 +0100
+
calcurse (4.8.1-1) unstable; urgency=medium
* New upstream release (Closes: #1032402)
diff -Nru calcurse-4.8.1/debian/control calcurse-4.8.1/debian/control
--- calcurse-4.8.1/debian/control 2023-05-28 11:33:22.000000000 +0200
+++ calcurse-4.8.1/debian/control 2023-11-01 11:45:27.000000000 +0100
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Bartosz Fenski <[email protected]>
-Build-Depends: debhelper (>= 10.0.0), libncurses-dev
+Build-Depends: debhelper (>= 10.0.0), libncurses-dev, tzdata
Standards-Version: 4.5.0
Homepage: https://calcurse.org
signature.asc
Description: signature

