Bug#1065185: zfs-fuse: missing build-dep on libtirpc-dev

2024-03-01 Thread Aurelien Jarno
Source: zfs-fuse
Version: 0.7.0-26
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
User: debian-gl...@lists.debian.org
Usertags: libtirpc-dev

Dear maintainer,

Starting with glibc 2.31, support for NIS (libnsl library) has been
moved to a separate libnsl2 package. In order to allow a smooth
transition, a libnsl-dev, which depends on libtirpc-dev, has been added
to the libc6-dev package.

The libnsl-dev dependency has been temporarily dropped in the 2.37-15.1
NMU, as part of the 64-bit time_t transition. This causes zfs-fuse to
FTBFS in sid with:

| gcc -o lib/libnvpair/build-user/nvpair.o -c -pipe -Wall -std=c99 -Wno-switch 
-Wno-unused -Wno-missing-braces -Wno-parentheses -Wno-uninitialized 
-fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-DTEXT_DOMAIN=\"zfs-fuse\" -ggdb -DNDEBUG -O2 -DLINUX_AIO 
-Ilib/libnvpair/include -Ilib/libsolcompat/include -I/usr/include/tirpc 
lib/libnvpair/nvpair.c
| lib/libnvpair/nvpair.c:33:10: fatal error: rpc/types.h: No such file or 
directory
|33 | #include 
|   |  ^
| compilation terminated.
| scons: *** [lib/libnvpair/build-user/nvpair.o] Error 1
| scons: building terminated because of errors.
| make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2
| make[1]: Leaving directory '/<>'
| make: *** [debian/rules:38: build] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

This could be fixed by adding an explicit Build-Depends on libtirpc-dev.
The glibc change will likely be reverted in the short term, but given
its a change we want to do for Trixie, this will only lower the severity
of the bug.

Regards
Aurelien



Bug#1063134: marked as done (libquazip: NMU diff for 64-bit time_t transition)

2024-03-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Mar 2024 12:51:37 +
with message-id 
and subject line Bug#1063134: fixed in libquazip 0.9.1-3.1
has caused the Debian Bug report #1063134,
regarding libquazip: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libquazip
Version: 0.9.1-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libquazip as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libquazip
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libquazip-0.9.1/debian/changelog libquazip-0.9.1/debian/changelog
--- libquazip-0.9.1/debian/changelog2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/changelog2024-02-05 08:02:49.0 +
@@ -1,3 +1,11 @@
+libquazip (0.9.1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Bump build-dependency on d-shlibs for --t64 support.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 08:02:49 +
+
 libquazip (0.9.1-3) unstable; urgency=medium
 
   * QA (group) upload
diff -Nru libquazip-0.9.1/debian/control libquazip-0.9.1/debian/control
--- libquazip-0.9.1/debian/control  2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/control  2024-02-05 08:02:49.0 +
@@ -3,7 +3,7 @@
 Section: libs
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-   d-shlibs,
+   d-shlibs (>= 0.106),
cmake,
qtbase5-dev,
qtchooser,
@@ -17,7 +17,7 @@
 Homepage: https://github.com/stachenov/quazip
 Rules-Requires-Root: no
 
-Package: libquazip5-1
+Package: libquazip5-1t64
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -25,10 +25,11 @@
  ${misc:Depends}
 Suggests: libquazip-doc
 Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libquazip5-1 (<< ${source:Version})
 Breaks: libquazip1-qt5
-Provides: libquazip1-qt5,
+Provides: ${t64:Provides}, libquazip1-qt5,
   libquazip-qt5-1
-Replaces: libquazip1-qt5,
+Replaces: libquazip5-1, libquazip1-qt5,
   libquazip-qt5-1
 Description: C++ wrapper for ZIP/UNZIP
  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
@@ -47,7 +48,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libquazip5-1 (= ${binary:Version}),
+Depends: libquazip5-1t64 (= ${binary:Version}),
  ${misc:Depends},
  zlib1g-dev
 Breaks: libquazip-qt5-1-dev (<= 0.7-2),
diff -Nru libquazip-0.9.1/debian/libquazip5-1.1 
libquazip-0.9.1/debian/libquazip5-1.1
--- 

Processing of libquazip_0.9.1-3.1_source.changes

2024-03-01 Thread Debian FTP Masters
libquazip_0.9.1-3.1_source.changes uploaded successfully to localhost
along with the files:
  libquazip_0.9.1-3.1.dsc
  libquazip_0.9.1-3.1.debian.tar.xz
  libquazip_0.9.1-3.1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libquazip_0.9.1-3.1_source.changes ACCEPTED into unstable

2024-03-01 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Mar 2024 12:26:49 +
Source: libquazip
Architecture: source
Version: 0.9.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Benjamin Drung 
Closes: 1063134
Changes:
 libquazip (0.9.1-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063134
Checksums-Sha1:
 e9e3bf18048bcf6aabf010b01e8e8e10b8bbf23c 2104 libquazip_0.9.1-3.1.dsc
 7d81c1d29d07f9fbfe4315a041b088339cd0823d 11132 
libquazip_0.9.1-3.1.debian.tar.xz
 ce08fe92eef005a6bc9aa94f1e8826044e3ef6de 12518 
libquazip_0.9.1-3.1_source.buildinfo
Checksums-Sha256:
 15a9c9398f9cf69d7322780a91f54396d4a6d4b155d2521a257fc817e9c15300 2104 
libquazip_0.9.1-3.1.dsc
 3420193c6c388043b40792169feea4790ef11621d65e3c931daa1424d015db23 11132 
libquazip_0.9.1-3.1.debian.tar.xz
 1a2eb9d5499d16697898ec926fed865569465606c84f79bb2b7ac1a2283596f2 12518 
libquazip_0.9.1-3.1_source.buildinfo
Files:
 a5dd8013245ebed156f817632b40959b 2104 libs optional libquazip_0.9.1-3.1.dsc
 1bb319a73ef00604ddc67248316aefab 11132 libs optional 
libquazip_0.9.1-3.1.debian.tar.xz
 84fc96aa3456386ab375eba2631e2e24 12518 libs optional 
libquazip_0.9.1-3.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyZkACgkQFZ61xO/I
d0yocRAAmhAX91gd1zbObzv9ARL53Q3qCxfNzwZYSk675UCqzU5a7xvp7j2gvka9
D/8+NX5drNzZaqwMnSUKkhCflMRSSEPbUI2honrbgWKuj2EvMjw91N1jdMFFP+4A
wOo9ZuQXC1l1jtA2hennL4yTbFUCfQnU4GccNoG9EpSgIqjhXKwhntKa+qtQahcC
bcoJb80gOktmaXUe6SwWPWfy/MPd9TmAMLfsuLxej7mc0VvyynpauEphfdBab2t2
aGVrfTGtlq7G78mMRqT5D9wTLem2T/AuMRS1gar9+5eRd1frXoG7lwABuz/eAfgW
ELy27AzYCSA/dRiVSbMLaiiUrQYSoo/bvBfU8xFgXJrKI7e3fGh0vJ36ehW7mjdL
VvWfmFs6aDx3xhQrF8ugn+yDt2+v58f17U1QJxEeIblru7gwLSzONFAAEDYmZn6A
rHpbSLj/IdiI+VFLM9Ir1LaKjcKZLUgM1x/wqS9BpVGUB5w+isAdd/1miGjOMAGv
SLJKd2Gnv66qrlNyinEBykCqzAgvvrGMfQS0977zN4QfjktZPikGNGykJdMTCAnI
KTtMC5B3zdkC6FyKrynNQn5zhhI+B/QeYu8op0qQ67FthLtR+XwKqxzBYTAemAfC
YF/mBXgEXKwlqIrTCnM2v4mLnfiNSVOgQPS1ILQ61EV3mAN8AiE=
=fpif
-END PGP SIGNATURE-



pgp0w6UZMk2tr.pgp
Description: PGP signature


Processing of libmicrohttpd_1.0.0-2.1_source.changes

2024-03-01 Thread Debian FTP Masters
libmicrohttpd_1.0.0-2.1_source.changes uploaded successfully to localhost
along with the files:
  libmicrohttpd_1.0.0-2.1.dsc
  libmicrohttpd_1.0.0-2.1.debian.tar.xz
  libmicrohttpd_1.0.0-2.1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1063129: marked as done (libmicrohttpd: NMU diff for 64-bit time_t transition)

2024-03-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Mar 2024 12:37:04 +
with message-id 
and subject line Bug#1063129: fixed in libmicrohttpd 1.0.0-2.1
has caused the Debian Bug report #1063129,
regarding libmicrohttpd: NMU diff for 64-bit time_t transition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmicrohttpd
Version: 1.0.0-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libmicrohttpd as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libmicrohttpd
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libmicrohttpd-1.0.0/debian/changelog 
libmicrohttpd-1.0.0/debian/changelog
--- libmicrohttpd-1.0.0/debian/changelog2024-02-03 05:32:37.0 
+
+++ libmicrohttpd-1.0.0/debian/changelog2024-02-05 07:55:29.0 
+
@@ -1,3 +1,10 @@
+libmicrohttpd (1.0.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 07:55:29 +
+
 libmicrohttpd (1.0.0-1) sid; urgency=medium
 
   * Uploading to sid.
diff -Nru libmicrohttpd-1.0.0/debian/control libmicrohttpd-1.0.0/debian/control
--- libmicrohttpd-1.0.0/debian/control  2024-02-03 05:31:57.0 +
+++ libmicrohttpd-1.0.0/debian/control  2024-02-05 07:55:28.0 +
@@ -24,7 +24,7 @@
 Multi-arch: same
 Depends:
  libgnutls28-dev,
- libmicrohttpd12 (= ${binary:Version}),
+ libmicrohttpd12t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: library embedding HTTP server functionality (development)
  GNU libmicrohttpd is a small C library that is supposed to make it easy to run
@@ -32,7 +32,10 @@
  .
  This package contains the development files.
 
-Package: libmicrohttpd12
+Package: libmicrohttpd12t64
+Provides: ${t64:Provides}
+Replaces: libmicrohttpd12
+Breaks: libmicrohttpd12 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-arch: same
diff -Nru libmicrohttpd-1.0.0/debian/libmicrohttpd12.install 
libmicrohttpd-1.0.0/debian/libmicrohttpd12.install
--- libmicrohttpd-1.0.0/debian/libmicrohttpd12.install  2024-02-03 
05:31:57.0 +
+++ libmicrohttpd-1.0.0/debian/libmicrohttpd12.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols 
libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols
--- libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols  2024-02-03 
05:31:57.0 +
+++ libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols  1970-01-01 
00:00:00.0 +
@@ -1,64 +0,0 @@

libmicrohttpd_1.0.0-2.1_source.changes ACCEPTED into unstable

2024-03-01 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Mar 2024 12:21:57 +
Source: libmicrohttpd
Architecture: source
Version: 1.0.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Benjamin Drung 
Closes: 1063129
Changes:
 libmicrohttpd (1.0.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063129
Checksums-Sha1:
 489b4dd45d088a7006afa813299199435499e95c 2098 libmicrohttpd_1.0.0-2.1.dsc
 183c97043adee62f898975bf6a25acb02313872c 17292 
libmicrohttpd_1.0.0-2.1.debian.tar.xz
 2e9cf313132c8d21ffb3d3a960f975fb1f5bafee 7570 
libmicrohttpd_1.0.0-2.1_source.buildinfo
Checksums-Sha256:
 45b47426ffd91f937ea79cd257df025516bba56548f46aa4ff87bcc6cfa795ce 2098 
libmicrohttpd_1.0.0-2.1.dsc
 046c43e3df88ee94b102de408e668127e0425189523db9c0f7f7f45afa736984 17292 
libmicrohttpd_1.0.0-2.1.debian.tar.xz
 c49b260851a02f4a618759c1df353d38e873a75452862d3c01216b08ed0fb8db 7570 
libmicrohttpd_1.0.0-2.1_source.buildinfo
Files:
 ebb3da3c31cc406d864ff746f52c34c2 2098 libs optional libmicrohttpd_1.0.0-2.1.dsc
 0617ea636796f6516ac99fdb06a22bd9 17292 libs optional 
libmicrohttpd_1.0.0-2.1.debian.tar.xz
 20a0de3edf7029af4d77987bcefae8c2 7570 libs optional 
libmicrohttpd_1.0.0-2.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXhyIIACgkQFZ61xO/I
d0xaWRAAra+bcvshFRvNhLa1JQFK2TAtImEkxoBuMQxivp/jMPfJxwBHXYjSGUrW
R1rwsM44LtNL1HETM2CB9XScilY2FzNqzCHmiiWSZq/za3lXO9W9cxoVzIUXJigK
89olNEWqxR5pPArze8tNSLW5poFFdrX2HYU8mzXIWgPMf2sOAE0I8C4xG/252kyv
xwrab/1HdiZXJUAtXsO8rZdhg9bjJC6TQsv6OtYh5RoSdX5k1m6qNCjUSAbfhwZ4
MuDsFcV8/JJO0vugm87MTP5vMIFLf5QPACs6B3HKemfEnnjDjoim0EWXT2Gdnz2m
lPsxqnmEJlSAI8/49S2UnkrvWjXaXYM1ALJ6HPGHhKiDvYJeFAlm6Dw97mlwYTnN
PVrpvH/adPYvWpCF5l4tEvtoTAuVIpmVtGe9erNkoIT4qXjmEDeBuy0M/WwItpDq
MxLrn5VSt0YRq5TQYBdkI8uzeKSZfAGzgxDwtOWWFkoOd+Ru3vqeJtTFDeStQVZQ
gH/C8+OyaPxxpPiJP1lTgyhhJPwE491ijjJ069mbUWjR9CUap0zp5VfODfHZywNa
iPxaSmfA8GmPBX3ZV9U0pCy+wTOdDWnKMNB8laayyvZBScCDdlGI0VCYYVCXbW7K
18SifIMcOTFbdjzrxdDZdIL58liSwCgTmIYNENsJ2nlQrpV8PcQ=
=uzMy
-END PGP SIGNATURE-



pgpoYoqc31B0O.pgp
Description: PGP signature


Bug#1063134: libquazip: NMU diff for 64-bit time_t transition

2024-03-01 Thread Benjamin Drung
Source: libquazip
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru libquazip-0.9.1/debian/changelog libquazip-0.9.1/debian/changelog
--- libquazip-0.9.1/debian/changelog2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/changelog2024-03-01 12:26:49.0 +
@@ -1,3 +1,10 @@
+libquazip (0.9.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063134
+
+ -- Benjamin Drung   Fri, 01 Mar 2024 12:26:49 +
+
 libquazip (0.9.1-3) unstable; urgency=medium
 
   * QA (group) upload
diff -Nru libquazip-0.9.1/debian/control libquazip-0.9.1/debian/control
--- libquazip-0.9.1/debian/control  2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/control  2024-03-01 12:26:49.0 +
@@ -2,8 +2,8 @@
 Maintainer: Debian QA Group 
 Section: libs
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-   d-shlibs,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
+   d-shlibs (>= 0.106),
cmake,
qtbase5-dev,
qtchooser,
@@ -17,7 +17,7 @@
 Homepage: https://github.com/stachenov/quazip
 Rules-Requires-Root: no
 
-Package: libquazip5-1
+Package: libquazip5-1t64
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -25,10 +25,11 @@
  ${misc:Depends}
 Suggests: libquazip-doc
 Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libquazip5-1 (<< ${source:Version})
 Breaks: libquazip1-qt5
-Provides: libquazip1-qt5,
+Provides: ${t64:Provides}, libquazip1-qt5,
   libquazip-qt5-1
-Replaces: libquazip1-qt5,
+Replaces: libquazip5-1, libquazip1-qt5,
   libquazip-qt5-1
 Description: C++ wrapper for ZIP/UNZIP
  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
@@ -47,7 +48,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libquazip5-1 (= ${binary:Version}),
+Depends: libquazip5-1t64 (= ${binary:Version}),
  ${misc:Depends},
  zlib1g-dev
 Breaks: libquazip-qt5-1-dev (<= 0.7-2),
diff -Nru libquazip-0.9.1/debian/libquazip5-1.1 
libquazip-0.9.1/debian/libquazip5-1.1
--- libquazip-0.9.1/debian/libquazip5-1.1   2022-11-03 08:46:42.0 
+
+++ libquazip-0.9.1/debian/libquazip5-1.1   1970-01-01 00:00:00.0 
+
@@ -1,27 +0,0 @@
-.TH QuaZIP 1 "14 July 2014"
-.SH NAME
-quazip - C++/Qt wrapper for UNZIP/ZIP
-.SH SYNOPSIS
-.B quazip
-.SH DESCRIPTION
-.B QuaZIP
-is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
-can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
-.
-.B QuaZIP
-allows you to access files inside ZIP archives using QIODevice API,
-and that means that you can also use QTextStream, QDataStream or
-whatever you would like to use on your zipped files.
-.
-.B QuaZIP
-provides complete abstraction of the ZIP/UNZIP API, for both reading
-from and writing to ZIP archives.
-.SH SEE ALSO
-.BR minizip (1),
-.BR miniunzip (1),
-.BR zlib (3),
-.BR zip (1).
-.SH AUTHOR
-This program was written by Sergey A. Tachenov.
-This manual page was written by Eric Maeker .
-
diff -Nru libquazip-0.9.1/debian/libquazip5-1.manpages 
libquazip-0.9.1/debian/libquazip5-1.manpages
--- libquazip-0.9.1/debian/libquazip5-1.manpages2022-11-03 
08:46:42.0 +
+++ libquazip-0.9.1/debian/libquazip5-1.manpages1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-debian/libquazip5-1.1
-
diff -Nru libquazip-0.9.1/debian/libquazip5-1.symbols.amd64 
libquazip-0.9.1/debian/libquazip5-1.symbols.amd64
--- libquazip-0.9.1/debian/libquazip5-1.symbols.amd64   2022-11-03 
08:46:42.0 +
+++ libquazip-0.9.1/debian/libquazip5-1.symbols.amd64   1970-01-01 
00:00:00.0 +
@@ -1,419 +0,0 @@
-libquazip5.so.1 libquazip5-1 #MINVER#
-* Build-Depends-Package: libquazip5-dev
- LoadCentralDirectoryRecord@Base 0.7.3
- Write_EndOfCentralDirectoryRecord@Base 0.7.3
- Write_GlobalComment@Base 0.7.3
- Write_LocalFileHeader@Base 0.7.3
- Write_Zip64EndOfCentralDirectoryLocator@Base 0.7.3
- Write_Zip64EndOfCentralDirectoryRecord@Base 0.7.3
- _Z18QuaZip_getFileInfoI14QuaZipFileInfoET_P6QuaZipPb@Base 0.7.3
- _Z18QuaZip_getFileInfoI16QuaZipFileInfo64ET_P6QuaZipPb@Base 0.7.3
- _Z18QuaZip_getFileInfoI7QStringET_P6QuaZipPb@Base 0.7.3
- 

Bug#1063129: libmicrohttpd: NMU diff for 64-bit time_t transition

2024-03-01 Thread Benjamin Drung
Source: libmicrohttpd
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru libmicrohttpd-1.0.0/debian/changelog 
libmicrohttpd-1.0.0/debian/changelog
--- libmicrohttpd-1.0.0/debian/changelog2024-02-07 05:48:47.0 
+
+++ libmicrohttpd-1.0.0/debian/changelog2024-03-01 12:21:57.0 
+
@@ -1,3 +1,10 @@
+libmicrohttpd (1.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063129
+
+ -- Benjamin Drung   Fri, 01 Mar 2024 12:21:57 +
+
 libmicrohttpd (1.0.0-2) sid; urgency=medium
 
   * Uploading to sid.
diff -Nru libmicrohttpd-1.0.0/debian/control libmicrohttpd-1.0.0/debian/control
--- libmicrohttpd-1.0.0/debian/control  2024-02-07 05:48:43.0 +
+++ libmicrohttpd-1.0.0/debian/control  2024-03-01 12:21:57.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  autoconf,
  automake,
  debhelper-compat (= 13),
@@ -22,7 +22,7 @@
 Multi-arch: same
 Depends:
  libgnutls28-dev,
- libmicrohttpd12 (= ${binary:Version}),
+ libmicrohttpd12t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: library embedding HTTP server functionality (development)
  GNU libmicrohttpd is a small C library that is supposed to make it easy to run
@@ -30,7 +30,10 @@
  .
  This package contains the development files.
 
-Package: libmicrohttpd12
+Package: libmicrohttpd12t64
+Provides: ${t64:Provides}
+Replaces: libmicrohttpd12
+Breaks: libmicrohttpd12 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-arch: same
diff -Nru libmicrohttpd-1.0.0/debian/libmicrohttpd12.install 
libmicrohttpd-1.0.0/debian/libmicrohttpd12.install
--- libmicrohttpd-1.0.0/debian/libmicrohttpd12.install  2024-02-07 
05:48:32.0 +
+++ libmicrohttpd-1.0.0/debian/libmicrohttpd12.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols 
libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols
--- libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols  2024-02-07 
05:48:32.0 +
+++ libmicrohttpd-1.0.0/debian/libmicrohttpd12.symbols  1970-01-01 
00:00:00.0 +
@@ -1,64 +0,0 @@
-libmicrohttpd.so.12 libmicrohttpd12 #MINVER#
-* Build-Depends-Package: libmicrohttp-dev
- MHD_add_connection@Base 0.9.50
- MHD_add_response_footer@Base 0.9.50
- MHD_add_response_header@Base 0.9.50
- MHD_basic_auth_get_username_password@Base 0.9.50
- MHD_create_post_processor@Base 0.9.50
- MHD_create_response_for_upgrade@Base 0.9.52
- MHD_create_response_from_buffer@Base 0.9.50
- MHD_create_response_from_buffer_with_free_callback@Base 0.9.61
- MHD_create_response_from_buffer_with_free_callback_cls@Base 0.9.75-2
- MHD_create_response_from_callback@Base 0.9.50
- MHD_create_response_from_data@Base 0.9.50
- MHD_create_response_from_fd64@Base 0.9.50
- MHD_create_response_from_fd@Base 0.9.50
- MHD_create_response_from_fd_at_offset64@Base 0.9.50
- MHD_create_response_from_fd_at_offset@Base 0.9.50
- MHD_create_response_from_iovec@Base 0.9.75-2
- MHD_create_response_from_pipe@Base 0.9.72
- MHD_del_response_header@Base 0.9.50
- MHD_destroy_post_processor@Base 0.9.50
- MHD_destroy_response@Base 0.9.50
- MHD_digest_auth_check2@Base 0.9.62
- MHD_digest_auth_check@Base 0.9.50
- MHD_digest_auth_check_digest2@Base 0.9.62
- MHD_digest_auth_check_digest@Base 0.9.60
- MHD_digest_auth_get_username@Base 0.9.50
- MHD_free@Base 0.9.56
- MHD_get_connection_info@Base 0.9.50
- MHD_get_connection_values@Base 0.9.50
- MHD_get_connection_values_n@Base 0.9.64
- MHD_get_daemon_info@Base 0.9.50
- MHD_get_fdset2@Base 0.9.50
- MHD_get_fdset@Base 0.9.50
- MHD_get_reason_phrase_for@Base 0.9.50
- MHD_get_reason_phrase_len_for@Base 0.9.75-2
- MHD_get_response_header@Base 0.9.50
- MHD_get_response_headers@Base 0.9.50
- MHD_get_timeout@Base 0.9.50
- MHD_get_version@Base 0.9.50
- MHD_http_unescape@Base 0.9.50
- MHD_is_feature_supported@Base 0.9.50
- MHD_lookup_connection_value@Base 0.9.50
- MHD_lookup_connection_value_n@Base 0.9.64
- MHD_post_process@Base 0.9.50
- MHD_queue_auth_fail_response2@Base 0.9.62
- MHD_queue_auth_fail_response@Base 0.9.50
- MHD_queue_basic_auth_fail_response@Base 0.9.50
- MHD_queue_response@Base 0.9.50
- MHD_quiesce_daemon@Base