fixed 981600 1.51.0-1
thanks

Hi. For some reason this is not a problem in bookworm anymore,
therefore I'm marking this as fixed in this version.
(Could someone double-check?)

For bullseye, I propose the attached patch.

Note: Some people ask why bother to fix bugs like this
in stable when debootstrap installs tzdata by default.

Well, I believe the fact that this bug took so much time to be properly
diagnosed is an indication that adding a single line to debian/control
may save a good amount of debugging time for those who work with minimal
chroots (i.e. without packages which are really not build essential).

Andreas: I see that you tagged this "sid bookworm".
Should it not be really "bullseye" given that it does not happen
anymore in bookworm?

Thanks.
diff -Nru nghttp2-1.43.0/debian/changelog nghttp2-1.43.0/debian/changelog
--- nghttp2-1.43.0/debian/changelog     2021-02-13 18:47:24.000000000 +0100
+++ nghttp2-1.43.0/debian/changelog     2023-01-02 21:18:00.000000000 +0100
@@ -1,3 +1,10 @@
+nghttp2 (1.43.0-1+deb11u1) bullseye; urgency=medium
+
+  * Add missing tzdata to Build-Depends, required for the unit tests
+    when building the arch-dependent packages. Closes: #981600.
+
+ -- Tomasz Buchert <tom...@debian.org>  Mon, 02 Jan 2023 21:18:00 +0100
+
 nghttp2 (1.43.0-1) unstable; urgency=medium
 
   * New upstream release 1.43.0
diff -Nru nghttp2-1.43.0/debian/control nghttp2-1.43.0/debian/control
--- nghttp2-1.43.0/debian/control       2021-02-13 18:47:24.000000000 +0100
+++ nghttp2-1.43.0/debian/control       2023-01-02 21:15:08.000000000 +0100
@@ -16,6 +16,7 @@
                libsystemd-dev,
                libxml2-dev,
                pkg-config,
+               tzdata,
                zlib1g-dev
 Build-Depends-Indep: python3-sphinx
 Standards-Version: 4.5.1

Reply via email to