Bug#1062260: libcpuset: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libcpuset
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 libcpuset-1.0/debian/changelog libcpuset-1.0/debian/changelog
--- libcpuset-1.0/debian/changelog  2021-09-19 03:28:23.0 +
+++ libcpuset-1.0/debian/changelog  2024-02-28 10:35:28.0 +
@@ -1,3 +1,10 @@
+libcpuset (1.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062260
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 10:35:28 +
+
 libcpuset (1.0-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru libcpuset-1.0/debian/control libcpuset-1.0/debian/control
--- libcpuset-1.0/debian/control2021-09-19 03:28:22.0 +
+++ libcpuset-1.0/debian/control2024-02-28 10:35:28.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libbitmask-dev,
 Standards-Version: 4.6.0
@@ -16,7 +16,7 @@
 Multi-Arch: same
 Depends:
  libbitmask-dev,
- libcpuset1 (= ${binary:Version}),
+ libcpuset1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: header files and docs for libcpuset
  Contains the header files and documentation for libcpuset
@@ -27,7 +27,10 @@
  certain CPUs, and to allocating memory on certain Memory Nodes.
  The libcpuset library provides a convenient 'C' API to cpusets.
 
-Package: libcpuset1
+Package: libcpuset1t64
+Provides: ${t64:Provides}
+Replaces: libcpuset1
+Breaks: libcpuset1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru libcpuset-1.0/debian/libcpuset1.install 
libcpuset-1.0/debian/libcpuset1.install
--- libcpuset-1.0/debian/libcpuset1.install 2021-09-19 03:25:11.0 
+
+++ libcpuset-1.0/debian/libcpuset1.install 1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/man/*
diff -Nru libcpuset-1.0/debian/libcpuset1t64.install 
libcpuset-1.0/debian/libcpuset1t64.install
--- libcpuset-1.0/debian/libcpuset1t64.install  1970-01-01 00:00:00.0 
+
+++ libcpuset-1.0/debian/libcpuset1t64.install  2021-09-19 03:25:11.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+usr/share/man/*
diff -Nru libcpuset-1.0/debian/libcpuset1t64.lintian-overrides 
libcpuset-1.0/debian/libcpuset1t64.lintian-overrides
--- libcpuset-1.0/debian/libcpuset1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ libcpuset-1.0/debian/libcpuset1t64.lintian-overrides2024-02-28 
10:35:24.0 +
@@ -0,0 +1 @@
+libcpuset1t64: package-name-doesnt-match-sonames libcpuset1


Bug#1062270: libdigidoc: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libdigidoc
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 libdigidoc-3.10.5/debian/changelog libdigidoc-3.10.5/debian/changelog
--- libdigidoc-3.10.5/debian/changelog  2022-07-11 02:12:11.0 +
+++ libdigidoc-3.10.5/debian/changelog  2024-02-28 10:45:22.0 +
@@ -1,3 +1,10 @@
+libdigidoc (3.10.5-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062270
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 10:45:22 +
+
 libdigidoc (3.10.5-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru libdigidoc-3.10.5/debian/control libdigidoc-3.10.5/debian/control
--- libdigidoc-3.10.5/debian/control2022-07-11 02:12:11.0 +
+++ libdigidoc-3.10.5/debian/control2024-02-28 10:45:22.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  cmake,
  doxygen,
@@ -22,9 +22,9 @@
 Depends:
  ${misc:Depends}
 Breaks:
- libdigidoc2 (<< ${binary:Version})
+ libdigidoc2t64 (<< ${binary:Version})
 Replaces:
- libdigidoc2 (<< ${binary:Version})
+ libdigidoc2t64 (<< ${binary:Version})
 Description: DigiDoc digital signature library common files
  DigiDoc is an XML file format for documents with digital signatures in use by
  the Estonian ID card infrastructure. This library allows for creation and
@@ -36,10 +36,11 @@
  This package contains common architecture-independent files for the
  applications using the DigiDoc digital signature library.
 
-Package: libdigidoc2
-Replaces:
+Package: libdigidoc2t64
+Provides: ${t64:Provides}
+Replaces:libdigidoc2, 
  libdigidoc
-Breaks:
+Breaks:libdigidoc2 (<< ${source:Version}), 
  libdigidoc
 Architecture: any
 Multi-Arch: same
@@ -65,7 +66,7 @@
 Architecture: any
 Section: misc
 Depends:
- libdigidoc2 (= ${binary:Version}),
+ libdigidoc2t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests: libdigidoc-doc
@@ -85,7 +86,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends:
- libdigidoc2 (= ${binary:Version}),
+ libdigidoc2t64 (= ${binary:Version}),
  libssl-dev,
  libxml2-dev,
  ${misc:Depends}
diff -Nru libdigidoc-3.10.5/debian/libdigidoc2.install 
libdigidoc-3.10.5/debian/libdigidoc2.install
--- libdigidoc-3.10.5/debian/libdigidoc2.install2022-07-11 
02:12:11.0 +
+++ libdigidoc-3.10.5/debian/libdigidoc2.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libdigidoc-3.10.5/debian/libdigidoc2t64.install 
libdigidoc-3.10.5/debian/libdigidoc2t64.install
--- libdigidoc-3.10.5/debian/libdigidoc2t64.install 1970-01-01 
00:00:00.0 +
+++ libdigidoc-3.10.5/debian/libdigidoc2t64.install 2022-07-11 
02:12:11.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libdigidoc-3.10.5/debian/libdigidoc2t64.lintian-overrides 
libdigidoc-3.10.5/debian/libdigidoc2t64.lintian-overrides
--- libdigidoc-3.10.5/debian/libdigidoc2t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ libdigidoc-3.10.5/debian/libdigidoc2t64.lintian-overrides   2024-02-28 
10:45:16.0 +
@@ -0,0 +1 @@
+libdigidoc2t64: package-name-doesnt-match-sonames libdigidoc2


Bug#1062289: libexplain: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libexplain
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 libexplain-1.4.D001/debian/changelog 
libexplain-1.4.D001/debian/changelog
--- libexplain-1.4.D001/debian/changelog2021-11-16 20:36:08.0 
+
+++ libexplain-1.4.D001/debian/changelog2024-02-28 11:47:26.0 
+
@@ -1,3 +1,10 @@
+libexplain (1.4.D001-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062289
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 11:47:26 +
+
 libexplain (1.4.D001-12) unstable; urgency=medium
 
   * QA upload.
diff -Nru libexplain-1.4.D001/debian/control libexplain-1.4.D001/debian/control
--- libexplain-1.4.D001/debian/control  2021-11-16 20:36:08.0 +
+++ libexplain-1.4.D001/debian/control  2024-02-28 11:47:26.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  bison,
  debhelper-compat (= 13),
  ghostscript,
@@ -39,7 +39,10 @@
  This package contains the documentation.
 Depends: ${misc:Depends}
 
-Package: libexplain51
+Package: libexplain51t64
+Provides: ${t64:Provides}
+Replaces: libexplain51
+Breaks: libexplain51 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -64,7 +67,7 @@
  This package contains the development files.
 Depends:
  libacl1-dev,
- libexplain51 (= ${binary:Version}),
+ libexplain51t64 (= ${binary:Version}),
  lsof,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru libexplain-1.4.D001/debian/libexplain51.install 
libexplain-1.4.D001/debian/libexplain51.install
--- libexplain-1.4.D001/debian/libexplain51.install 2021-11-16 
20:36:08.0 +
+++ libexplain-1.4.D001/debian/libexplain51.install 1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libexplain.so.*
-usr/share/locale/de/LC_MESSAGES/libexplain.mo
diff -Nru libexplain-1.4.D001/debian/libexplain51t64.install 
libexplain-1.4.D001/debian/libexplain51t64.install
--- libexplain-1.4.D001/debian/libexplain51t64.install  1970-01-01 
00:00:00.0 +
+++ libexplain-1.4.D001/debian/libexplain51t64.install  2021-11-16 
20:36:08.0 +
@@ -0,0 +1,2 @@
+usr/lib/*/libexplain.so.*
+usr/share/locale/de/LC_MESSAGES/libexplain.mo
diff -Nru libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides 
libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides
--- libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides
2024-02-28 11:47:18.0 +
@@ -0,0 +1 @@
+libexplain51t64: package-name-doesnt-match-sonames libexplain51


Bug#1062294: libfixbuf: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libfixbuf
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 libfixbuf-2.4.1+ds/debian/changelog 
libfixbuf-2.4.1+ds/debian/changelog
--- libfixbuf-2.4.1+ds/debian/changelog 2022-11-02 22:26:09.0 +
+++ libfixbuf-2.4.1+ds/debian/changelog 2024-02-28 11:57:18.0 +
@@ -1,3 +1,10 @@
+libfixbuf (2.4.1+ds-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062294
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 11:57:18 +
+
 libfixbuf (2.4.1+ds-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru libfixbuf-2.4.1+ds/debian/control libfixbuf-2.4.1+ds/debian/control
--- libfixbuf-2.4.1+ds/debian/control   2022-11-02 22:26:09.0 +
+++ libfixbuf-2.4.1+ds/debian/control   2024-02-28 11:57:18.0 +
@@ -3,7 +3,7 @@
 Section: net
 Priority: optional
 Standards-Version: 4.6.1
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libglib2.0-dev,
 Build-Depends-Indep:
@@ -29,7 +29,10 @@
  ipfixDump is a command line tool for printing the contents of an IPFIX
  file as text.
 
-Package: libfixbuf9
+Package: libfixbuf9t64
+Provides: ${t64:Provides}
+Replaces: libfixbuf9
+Breaks: libfixbuf9 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -47,7 +50,7 @@
 
 Package: libfixbuf-dev
 Architecture: any
-Depends: libfixbuf9 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
+Depends: libfixbuf9t64 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
 Breaks: libfixbuf3-dev (<< 2)
 Replaces: libfixbuf3-dev (<< 2)
 Multi-Arch: same
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9.install 
libfixbuf-2.4.1+ds/debian/libfixbuf9.install
--- libfixbuf-2.4.1+ds/debian/libfixbuf9.install2022-11-02 
22:26:09.0 +
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libfixbuf.so.9*
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install 
libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install
--- libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install 1970-01-01 
00:00:00.0 +
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install 2022-11-02 
22:26:09.0 +
@@ -0,0 +1 @@
+usr/lib/*/libfixbuf.so.9*
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides 
libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides
--- libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides   2024-02-28 
11:57:13.0 +
@@ -0,0 +1 @@
+libfixbuf9t64: package-name-doesnt-match-sonames libfixbuf9


Bug#1062307: libgadu: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libgadu
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 libgadu-1.12.2/debian/changelog libgadu-1.12.2/debian/changelog
--- libgadu-1.12.2/debian/changelog 2021-08-22 02:05:39.0 +
+++ libgadu-1.12.2/debian/changelog 2024-02-28 12:12:55.0 +
@@ -1,3 +1,10 @@
+libgadu (1:1.12.2-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062307
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 12:12:55 +
+
 libgadu (1:1.12.2-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru libgadu-1.12.2/debian/control libgadu-1.12.2/debian/control
--- libgadu-1.12.2/debian/control   2021-08-22 02:05:39.0 +
+++ libgadu-1.12.2/debian/control   2024-02-28 12:12:55.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
 # debianization tools
  debhelper-compat (= 12), dpkg-dev (>= 1.16.1~),
 # build tools
@@ -22,7 +22,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/libgadu
 Rules-Requires-Root: no
 
-Package: libgadu3
+Package: libgadu3t64
+Provides: ${t64:Provides}
+Replaces: libgadu3
+Breaks: libgadu3 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -37,7 +40,7 @@
 Package: libgadu-dev
 Section: libdevel
 Architecture: any
-Depends: libgadu3 (= ${binary:Version}), ${misc:Depends},
+Depends: libgadu3t64 (= ${binary:Version}), ${misc:Depends},
 # pkg-config needs gnutls (#765654)
  libgnutls28-dev
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru libgadu-1.12.2/debian/libgadu3.docs 
libgadu-1.12.2/debian/libgadu3.docs
--- libgadu-1.12.2/debian/libgadu3.docs 2021-08-22 02:05:39.0 +
+++ libgadu-1.12.2/debian/libgadu3.docs 1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-README
-NEWS
diff -Nru libgadu-1.12.2/debian/libgadu3.install 
libgadu-1.12.2/debian/libgadu3.install
--- libgadu-1.12.2/debian/libgadu3.install  2021-08-22 02:05:39.0 
+
+++ libgadu-1.12.2/debian/libgadu3.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgadu-1.12.2/debian/libgadu3.lintian-overrides 
libgadu-1.12.2/debian/libgadu3.lintian-overrides
--- libgadu-1.12.2/debian/libgadu3.lintian-overrides2021-08-22 
02:05:39.0 +
+++ libgadu-1.12.2/debian/libgadu3.lintian-overrides1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-# Apparent false-positive due to "strings" mangling the string.
-I spelling-error-in-binary usr/lib/*/libgadu.so.* nam name
diff -Nru libgadu-1.12.2/debian/libgadu3.symbols 
libgadu-1.12.2/debian/libgadu3.symbols
--- libgadu-1.12.2/debian/libgadu3.symbols  2021-08-22 02:05:39.0 
+
+++ libgadu-1.12.2/debian/libgadu3.symbols  1970-01-01 00:00:00.0 
+
@@ -1,167 +0,0 @@
-libgadu.so.3 libgadu3 #MINVER#
- gg_add_notify@Base 1:1.8.0+r592
- gg_add_notify_ex@Base 1:1.8.0+r592
- gg_base64_decode@Base 1:1.8.0+r592
- gg_base64_encode@Base 1:1.8.0+r592
- gg_change_info@Base 1:1.8.0+r592
- gg_change_info_request_free@Base 1:1.8.0+r592
- gg_change_info_request_new@Base 1:1.8.0+r592
- gg_change_passwd2@Base 1:1.8.0+r592
- gg_change_passwd3@Base 1:1.8.0+r592
- gg_change_passwd4@Base 1:1.8.0+r592
- gg_change_passwd@Base 1:1.8.0+r592
- gg_change_status@Base 1:1.8.0+r592
- gg_change_status_descr@Base 1:1.8.0+r592
- gg_change_status_descr_time@Base 1:1.8.0+r592
- gg_change_status_flags@Base 1:1.10.0+r1057
- gg_chat_create@Base 1:1.12.0~rc2
- gg_chat_invite@Base 1:1.12.0~rc2
- gg_chat_leave@Base 1:1.12.0~rc2
- gg_chat_send_message@Base 1:1.12.0~rc2
- gg_chomp@Base 1:1.8.0+r592
- gg_connect@Base 1:1.8.0+r592
- gg_crc32@Base 1:1.8.0+r592
- gg_dcc7_accept@Base 1:1.8.0+r592
- gg_dcc7_free@Base 1:1.8.0+r592
- gg_dcc7_handle_accept@Base 1:1.8.0+r592
- gg_dcc7_handle_id@Base 1:1.8.0+r592
- gg_dcc7_handle_info@Base 1:1.8.0+r592
- gg_dcc7_handle_new@Base 1:1.8.0+r592
- gg_dcc7_handle_reject@Base 1:1.8.0+r592
- gg_dcc7_reject@Base 1:1.8.0+r592
- gg_dcc7_send_file@Base 1:1.8.0+r592
- gg_dcc7_send_file_fd@Base 1:1.8.0+r592
- gg_dcc7_watch_fd@Base 1:1.8.0+r592
- gg_dcc_fill_file_info2@Base 1:1.8.0+r592
- gg_dcc_fill_file_info@Base 1:1.8.0+r592
- gg_dcc_free@

Bug#1062321: libgpiv: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libgpiv
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 libgpiv-0.6.1/debian/changelog libgpiv-0.6.1/debian/changelog
--- libgpiv-0.6.1/debian/changelog  2021-01-03 16:54:03.0 +
+++ libgpiv-0.6.1/debian/changelog  2024-02-28 12:28:25.0 +
@@ -1,3 +1,10 @@
+libgpiv (0.6.1-7.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062321
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 12:28:25 +
+
 libgpiv (0.6.1-7.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru libgpiv-0.6.1/debian/control libgpiv-0.6.1/debian/control
--- libgpiv-0.6.1/debian/control2017-09-01 18:18:18.0 +
+++ libgpiv-0.6.1/debian/control2024-02-28 12:28:25.0 +
@@ -6,7 +6,7 @@
 Homepage: http://libgpiv.sourceforge.net/
 VCS-Git: https://anonscm.debian.org/git/collab-maint/libgpiv.git
 VCS-Browser: https://anonscm.debian.org/git/collab-maint/libgpiv.git
-Build-Depends: autotools-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), autotools-dev,
debhelper (>= 10),
libfftw3-dev,
libglib2.0-dev,
@@ -33,13 +33,16 @@
  This package contains the files that the libgpiv3-* packages share,
  like the configuration file.
 
-Package: libgpiv3
+Package: libgpiv3t64
+Provides: ${t64:Provides}
+Replaces: libgpiv3
+Breaks: libgpiv3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: libgpiv3-common,
  ${misc:Depends},
  ${shlibs:Depends}
-Conflicts: libgpiv-mpi3
+Conflicts: libgpiv-mpi3t64
 Description: library for Particle Image Velocimetry (PIV)
  This library contains functions for evaluating images from a fluid
  flow by means of Particle Image Velocimetry (PIV).
@@ -63,7 +66,7 @@
 Provides: libgpiv-dev
 Section: libdevel
 Architecture: any
-Depends: libgpiv-mpi3 (= ${binary:Version}) | libgpiv3 (= ${binary:Version}),
+Depends: libgpiv-mpi3t64 (= ${binary:Version}) | libgpiv3t64 (= 
${binary:Version}),
  ${misc:Depends}
 Description: library for Particle Image Velocimetry (PIV) - development files
  This library contains functions for evaluating images from a fluid flow
@@ -87,13 +90,16 @@
  This package contains the Application Programming Interface (API)
  documentation, generated by doxygen in html format.
 
-Package: libgpiv-mpi3
+Package: libgpiv-mpi3t64
+Provides: ${t64:Provides}
+Replaces: libgpiv-mpi3
+Breaks: libgpiv-mpi3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: libgpiv3-common (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
-Conflicts: libgpiv3
+Conflicts: libgpiv3t64
 Description: library for Particle Image Velocimetry (PIV) - MPI version
  This library contains functions for evaluating images from a fluid
  flow by means of Particle Image Velocimetry (PIV).
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3.install 
libgpiv-0.6.1/debian/libgpiv-mpi3.install
--- libgpiv-0.6.1/debian/libgpiv-mpi3.install   2017-07-23 11:16:48.0 
+
+++ libgpiv-0.6.1/debian/libgpiv-mpi3.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3t64.install 
libgpiv-0.6.1/debian/libgpiv-mpi3t64.install
--- libgpiv-0.6.1/debian/libgpiv-mpi3t64.install1970-01-01 
00:00:00.0 +
+++ libgpiv-0.6.1/debian/libgpiv-mpi3t64.install2017-07-23 
11:16:48.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides 
libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides
--- libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides  2024-02-28 
12:28:17.0 +
@@ -0,0 +1 @@
+libgpiv-mpi3t64: package-name-doesnt-match-sonames libgpiv-mpi3
diff -Nru libgpiv-0.6.1/debian/libgpiv3.install 
libgpiv-0.6.1/debian/libgpiv3.install
--- libgpiv-0.6.1/debian/libgpiv3.install   2017-07-23 11:16:58.0 
+
+++ libgpiv-0.6.1/debian/libgpiv3.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv3t64.install 
libgpiv-0.6.1/debian/libgpi

Bug#1062327: libgpod: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libgpod
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 libgpod-0.8.3/debian/changelog libgpod-0.8.3/debian/changelog
--- libgpod-0.8.3/debian/changelog  2023-12-09 13:05:31.0 +
+++ libgpod-0.8.3/debian/changelog  2024-02-28 12:30:25.0 +
@@ -1,3 +1,10 @@
+libgpod (0.8.3-19.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062327
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 12:30:25 +
+
 libgpod (0.8.3-19) unstable; urgency=medium
 
   * QA upload.
diff -Nru libgpod-0.8.3/debian/control libgpod-0.8.3/debian/control
--- libgpod-0.8.3/debian/control2023-12-09 13:05:31.0 +
+++ libgpod-0.8.3/debian/control2024-02-28 12:30:25.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Section: libs
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-python,
intltool,
pkgconf,
@@ -30,7 +30,7 @@
 Package: libgpod-dev
 Section: libdevel
 Architecture: any
-Depends: libgpod4 (= ${binary:Version}), libglib2.0-dev,
+Depends: libgpod4t64 (= ${binary:Version}), libglib2.0-dev,
  libgdk-pixbuf-2.0-dev | libgdk-pixbuf2.0-dev,
  libimobiledevice-dev, ${misc:Depends}
 Suggests: libgpod-doc
@@ -44,13 +44,14 @@
  .
  This package contains the include files and static library.
 
-Package: libgpod4
+Package: libgpod4t64
+Provides: ${t64:Provides}
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Recommends: libgpod-common
-Breaks: libgpod4-nogtk (<< 0.8.3-8.1~)
-Replaces: libgpod4-nogtk (<< 0.8.3-8.1~)
+Breaks: libgpod4 (<< ${source:Version}), libgpod4-nogtk (<< 0.8.3-8.1~)
+Replaces: libgpod4, libgpod4-nogtk (<< 0.8.3-8.1~)
 Multi-Arch: same
 Description: library to read and write songs and artwork to an iPod
  libgpod is a library meant to abstract access to an iPod's content. It
diff -Nru libgpod-0.8.3/debian/libgpod4.docs libgpod-0.8.3/debian/libgpod4.docs
--- libgpod-0.8.3/debian/libgpod4.docs  2023-12-09 13:05:31.0 +
+++ libgpod-0.8.3/debian/libgpod4.docs  1970-01-01 00:00:00.0 +
@@ -1,3 +0,0 @@
-AUTHORS
-README
-README.SysInfo
diff -Nru libgpod-0.8.3/debian/libgpod4.install 
libgpod-0.8.3/debian/libgpod4.install
--- libgpod-0.8.3/debian/libgpod4.install   2023-12-09 13:05:31.0 
+
+++ libgpod-0.8.3/debian/libgpod4.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
diff -Nru libgpod-0.8.3/debian/libgpod4.symbols 
libgpod-0.8.3/debian/libgpod4.symbols
--- libgpod-0.8.3/debian/libgpod4.symbols   2023-12-09 13:05:31.0 
+
+++ libgpod-0.8.3/debian/libgpod4.symbols   1970-01-01 00:00:00.0 
+
@@ -1,155 +0,0 @@
-libgpod.so.4 libgpod4 #MINVER#
-* Build-Depends-Package: libgpod-dev
- itdb_artwork_duplicate@Base 0.6.0
- itdb_artwork_free@Base 0.6.0
- itdb_artwork_get_pixbuf@Base 0.7.0
- itdb_artwork_new@Base 0.6.0
- itdb_artwork_remove_thumbnails@Base 0.6.0
- itdb_artwork_set_thumbnail@Base 0.7.0
- itdb_artwork_set_thumbnail_from_data@Base 0.7.0
- itdb_artwork_set_thumbnail_from_pixbuf@Base 0.7.0
- itdb_chapter_duplicate@Base 0.7.0
- itdb_chapter_free@Base 0.7.0
- itdb_chapter_new@Base 0.7.0
- itdb_chapterdata_add_chapter@Base 0.7.0
- itdb_chapterdata_duplicate@Base 0.7.0
- itdb_chapterdata_free@Base 0.7.0
- itdb_chapterdata_new@Base 0.7.0
- itdb_chapterdata_remove_chapter@Base 0.7.0
- itdb_chapterdata_remove_chapters@Base 0.7.0
- itdb_chapterdata_unlink_chapter@Base 0.7.94
- itdb_cp@Base 0.6.0
- itdb_cp_finalize@Base 0.6.0
- itdb_cp_get_dest_filename@Base 0.6.0
- itdb_cp_track_to_ipod@Base 0.6.0
- itdb_device_error_quark@Base 0.7.0
- itdb_device_free@Base 0.6.0
- itdb_device_get_ipod_info@Base 0.6.0
- itdb_device_get_sysinfo@Base 0.6.0
- itdb_device_get_uuid@Base 0.7.90
- itdb_device_new@Base 0.6.0
- itdb_device_read_sysinfo@Base 0.6.0
- itdb_device_set_mountpoint@Base 0.6.0
- itdb_device_set_sysinfo@Base 0.6.0
- itdb_device_supports_artwork@Base 0.6.0
- itdb_device_supports_chapter_image@Base 0.7.2
- itdb_device_supports_photo@Base 0.6.0
- itdb_device_supports_podcast@Base 0.7.2
- itdb_de

Bug#1062370: libibtk: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libibtk
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 libibtk-0.0.14/debian/changelog libibtk-0.0.14/debian/changelog
--- libibtk-0.0.14/debian/changelog 2023-09-14 13:05:55.0 +
+++ libibtk-0.0.14/debian/changelog 2024-02-28 12:48:43.0 +
@@ -1,3 +1,10 @@
+libibtk (0.0.14-13.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062370
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 12:48:43 +
+
 libibtk (0.0.14-13) unstable; urgency=medium
 
   * QA upload.
diff -Nru libibtk-0.0.14/debian/control libibtk-0.0.14/debian/control
--- libibtk-0.0.14/debian/control   2023-09-14 13:05:55.0 +
+++ libibtk-0.0.14/debian/control   2024-02-28 12:48:43.0 +
@@ -2,18 +2,21 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 10), libx11-dev, x11proto-core-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 10), libx11-dev, 
x11proto-core-dev
 Standards-Version: 3.6.2.0
 
 Package: libibtk-dev
 Section: libdevel
 Architecture: any
-Depends: libibtk0, libc6-dev
+Depends: libibtk0t64, libc6-dev
 Description: Insomnia's Basic ToolKit: Development Libraries and Header Files
  IBTK is used by The General ATI TV and Overlay Software (GATOS) suite 
  for capturing video.
 
-Package: libibtk0
+Package: libibtk0t64
+Provides: ${t64:Provides}
+Replaces: libibtk0
+Breaks: libibtk0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
diff -Nru libibtk-0.0.14/debian/libibtk0.dirs 
libibtk-0.0.14/debian/libibtk0.dirs
--- libibtk-0.0.14/debian/libibtk0.dirs 2023-09-14 13:05:22.0 +
+++ libibtk-0.0.14/debian/libibtk0.dirs 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru libibtk-0.0.14/debian/libibtk0.files 
libibtk-0.0.14/debian/libibtk0.files
--- libibtk-0.0.14/debian/libibtk0.files2023-09-14 13:05:55.0 
+
+++ libibtk-0.0.14/debian/libibtk0.files1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libibtk.so.*
diff -Nru libibtk-0.0.14/debian/libibtk0t64.dirs 
libibtk-0.0.14/debian/libibtk0t64.dirs
--- libibtk-0.0.14/debian/libibtk0t64.dirs  1970-01-01 00:00:00.0 
+
+++ libibtk-0.0.14/debian/libibtk0t64.dirs  2023-09-14 13:05:22.0 
+
@@ -0,0 +1 @@
+usr/lib
diff -Nru libibtk-0.0.14/debian/libibtk0t64.files 
libibtk-0.0.14/debian/libibtk0t64.files
--- libibtk-0.0.14/debian/libibtk0t64.files 1970-01-01 00:00:00.0 
+
+++ libibtk-0.0.14/debian/libibtk0t64.files 2023-09-14 13:05:55.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libibtk.so.*
diff -Nru libibtk-0.0.14/debian/libibtk0t64.lintian-overrides 
libibtk-0.0.14/debian/libibtk0t64.lintian-overrides
--- libibtk-0.0.14/debian/libibtk0t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ libibtk-0.0.14/debian/libibtk0t64.lintian-overrides 2024-02-28 
12:48:39.0 +
@@ -0,0 +1 @@
+libibtk0t64: package-name-doesnt-match-sonames libibtk0


Bug#1062384: libjdns: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libjdns
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 libjdns-2.0.3/debian/changelog libjdns-2.0.3/debian/changelog
--- libjdns-2.0.3/debian/changelog  2022-07-11 01:32:46.0 +
+++ libjdns-2.0.3/debian/changelog  2024-02-28 13:28:30.0 +
@@ -1,3 +1,10 @@
+libjdns (2.0.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062384
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 13:28:30 +
+
 libjdns (2.0.3-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru libjdns-2.0.3/debian/control libjdns-2.0.3/debian/control
--- libjdns-2.0.3/debian/control2022-07-11 01:31:38.0 +
+++ libjdns-2.0.3/debian/control2024-02-28 13:28:29.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 13),
  qtbase5-dev,
@@ -27,7 +27,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libjdns2 (= ${binary:Version}),
+ libjdns2t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Simple DNS queries library - development files
  JDNS is a simple DNS implementation that can perform normal DNS
@@ -38,7 +38,10 @@
  The libjdns-dev package contains libraries and header files for
  developing applications that use jdns.
 
-Package: libjdns2
+Package: libjdns2t64
+Provides: ${t64:Provides}
+Replaces: libjdns2
+Breaks: libjdns2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -50,7 +53,10 @@
  queries and advertising. Multicast support is based on Jeremie
  Miller's "mdnsd" implementation.
 
-Package: libqjdns-qt5-2
+Package: libqjdns-qt5-2t64
+Provides: ${t64:Provides}
+Replaces: libqjdns-qt5-2
+Breaks: libqjdns-qt5-2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -66,7 +72,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libqjdns-qt5-2 (= ${binary:Version}),
+ libqjdns-qt5-2t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Simple DNS queries library Qt5 wrapper - development files
  JDNS is a simple DNS implementation that can perform normal DNS
diff -Nru libjdns-2.0.3/debian/libjdns2.install 
libjdns-2.0.3/debian/libjdns2.install
--- libjdns-2.0.3/debian/libjdns2.install   2022-07-11 01:24:13.0 
+
+++ libjdns-2.0.3/debian/libjdns2.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libjdns.so.*
diff -Nru libjdns-2.0.3/debian/libjdns2t64.install 
libjdns-2.0.3/debian/libjdns2t64.install
--- libjdns-2.0.3/debian/libjdns2t64.install1970-01-01 00:00:00.0 
+
+++ libjdns-2.0.3/debian/libjdns2t64.install2022-07-11 01:24:13.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libjdns.so.*
diff -Nru libjdns-2.0.3/debian/libjdns2t64.lintian-overrides 
libjdns-2.0.3/debian/libjdns2t64.lintian-overrides
--- libjdns-2.0.3/debian/libjdns2t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ libjdns-2.0.3/debian/libjdns2t64.lintian-overrides  2024-02-28 
13:28:22.0 +
@@ -0,0 +1 @@
+libjdns2t64: package-name-doesnt-match-sonames libjdns2
diff -Nru libjdns-2.0.3/debian/libqjdns-qt5-2.install 
libjdns-2.0.3/debian/libqjdns-qt5-2.install
--- libjdns-2.0.3/debian/libqjdns-qt5-2.install 2022-07-11 01:24:13.0 
+
+++ libjdns-2.0.3/debian/libqjdns-qt5-2.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libqjdns-qt5.so.*
diff -Nru libjdns-2.0.3/debian/libqjdns-qt5-2t64.install 
libjdns-2.0.3/debian/libqjdns-qt5-2t64.install
--- libjdns-2.0.3/debian/libqjdns-qt5-2t64.install  1970-01-01 
00:00:00.0 +
+++ libjdns-2.0.3/debian/libqjdns-qt5-2t64.install  2022-07-11 
01:24:13.0 +
@@ -0,0 +1 @@
+usr/lib/*/libqjdns-qt5.so.*
diff -Nru libjdns-2.0.3/debian/libqjdns-qt5-2t64.lintian-overrides 
libjdns-2.0.3/debian/libqjdns-qt5-2t64.lintian-overrides
--- libjdns-2.0.3/debian/libqjdns-qt5-2t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ libjdns-2.0.3/debian/libqjdns-qt5-2t64.lintian-overrides2024-02-28 
13:28:22.0 +
@@ -0,0 +1 @@
+libqjdns-qt5-2t64: package-name-doesnt-match-sonames libqjdns-qt5-2


Bug#1062488: libnxml: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libnxml
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 libnxml-0.18.4/debian/changelog libnxml-0.18.4/debian/changelog
--- libnxml-0.18.4/debian/changelog 2023-09-20 19:35:27.0 +
+++ libnxml-0.18.4/debian/changelog 2024-02-28 14:23:32.0 +
@@ -1,3 +1,10 @@
+libnxml (0.18.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062488
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 14:23:32 +
+
 libnxml (0.18.4-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru libnxml-0.18.4/debian/control libnxml-0.18.4/debian/control
--- libnxml-0.18.4/debian/control   2023-09-20 19:34:47.0 +
+++ libnxml-0.18.4/debian/control   2024-02-28 14:23:32.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  dctrl-tools,
  debhelper-compat (= 13),
  libcurl4-gnutls-dev,
@@ -11,7 +11,9 @@
 Vcs-Browser: https://salsa.debian.org/debian/libnxml
 Vcs-Git: https://salsa.debian.org/debian/libnxml.git
 
-Package: libnxml0
+Package: libnxml0t64
+Replaces: libnxml0
+Breaks: libnxml0 (<< ${source:Version})
 Multi-Arch: same
 Architecture: any
 Pre-Depends:
@@ -19,7 +21,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Provides:
+Provides: ${t64:Provides},
  libnxml-abi-${source:Upstream-Version},
 Description: C library for parsing, writing and creating xml 1.0/1.1 files or 
streams
  libnxml is a C library for parsing, writing, and creating XML 1.0 and
@@ -34,9 +36,9 @@
 Architecture: any
 Depends:
  libcurl4-gnutls-dev | libcurl-dev,
- libnxml0 (= ${binary:Version}),
+ libnxml0t64 (= ${binary:Version}),
  ${misc:Depends},
-Description: static library and C header files for libnxml0
+Description: static library and C header files for libnxml0t64
  libnxml is a C library for parsing, writing, and creating XML 1.0 and
  1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
  (1234, 4321, 2143, 2312).
diff -Nru libnxml-0.18.4/debian/libnxml0.install 
libnxml-0.18.4/debian/libnxml0.install
--- libnxml-0.18.4/debian/libnxml0.install  2023-09-20 19:34:47.0 
+
+++ libnxml-0.18.4/debian/libnxml0.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libnxml.so.*
diff -Nru libnxml-0.18.4/debian/libnxml0.symbols 
libnxml-0.18.4/debian/libnxml0.symbols
--- libnxml-0.18.4/debian/libnxml0.symbols  2023-09-20 19:34:47.0 
+
+++ libnxml-0.18.4/debian/libnxml0.symbols  1970-01-01 00:00:00.0 
+
@@ -1,69 +0,0 @@
-libnxml.so.0 libnxml0 #MINVER#
-* Build-Depends-Package: libnxml0-dev
- __nxml_atoi@Base 0.18.3
- __nxml_escape_spaces@Base 0.18.3
- __nxml_get_value@Base 0.18.3
- __nxml_int_charset@Base 0.18.3
- __nxml_namespace_parse@Base 0.18.3
- __nxml_namespace_parse_add@Base 0.18.3
- __nxml_string_add@Base 0.18.3
- __nxml_string_free@Base 0.18.3
- __nxml_string_new@Base 0.18.3
- __nxml_string_no_space@Base 0.18.3
- __nxml_trim@Base 0.18.3
- __nxml_utf8@Base 0.18.3
- __nxml_utf_detection@Base 0.18.3
- nxml_add@Base 0.18.3
- nxml_add_attribute@Base 0.18.3
- nxml_add_namespace@Base 0.18.3
- nxml_curl_error@Base 0.18.3
- nxml_doctype_element@Base 0.18.3
- nxml_download_file@Base 0.18.3
- nxml_empty@Base 0.18.3
- nxml_find_attribute@Base 0.18.3
- nxml_find_element@Base 0.18.3
- nxml_find_namespace@Base 0.18.3
- nxml_free@Base 0.18.3
- nxml_free_attribute@Base 0.18.3
- nxml_free_data@Base 0.18.3
- nxml_free_doctype@Base 0.18.3
- nxml_free_namespace@Base 0.18.3
- nxml_get_string@Base 0.18.3
- nxml_line_error@Base 0.18.3
- nxml_new@Base 0.18.3
- nxml_parse_buffer@Base 0.18.3
- nxml_parse_file@Base 0.18.3
- nxml_parse_url@Base 0.18.3
- nxml_print_generic@Base 0.18.3
- nxml_remove@Base 0.18.3
- nxml_remove_attribute@Base 0.18.3
- nxml_remove_namespace@Base 0.18.3
- nxml_root_element@Base 0.18.3
- nxml_set_authentication@Base 0.18.3
- nxml_set_certificate@Base 0.18.3
- nxml_set_func@Base 0.18.3
- nxml_set_proxy@Base 0.18.3
- nxml_set_textindent@Base 0.18.3
- nxml_set_timeout@Base 0.18.3
- nxml_set_user_agent@Base 0.18.3
- nxml_strerror@Base 0.18.3
- nxml_write_buffer@Base 0.18.3
- nxml_write_file@Base 0.18.3
- nxmle_add_attribute_data@Base 0.18.3
- nxmle_

Bug#1062499: libopendbx: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libopendbx
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 libopendbx-1.4.6/debian/changelog libopendbx-1.4.6/debian/changelog
--- libopendbx-1.4.6/debian/changelog   2021-10-17 08:39:05.0 +
+++ libopendbx-1.4.6/debian/changelog   2024-02-28 15:23:38.0 +
@@ -1,3 +1,10 @@
+libopendbx (1.4.6-16.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062499
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 15:23:38 +
+
 libopendbx (1.4.6-16) unstable; urgency=medium
 
   * QA upload.
diff -Nru libopendbx-1.4.6/debian/control libopendbx-1.4.6/debian/control
--- libopendbx-1.4.6/debian/control 2021-10-17 08:23:45.0 +
+++ libopendbx-1.4.6/debian/control 2024-02-28 15:23:38.0 +
@@ -1,7 +1,7 @@
 Source: libopendbx
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autoconf,
+Build-Depends: dpkg-dev (>= 1.22.5), autoconf,
automake,
debhelper-compat (= 12),
default-libmysqlclient-dev,
@@ -23,7 +23,10 @@
 Standards-Version: 4.6.0
 Section: libs
 
-Package: libopendbx1
+Package: libopendbx1t64
+Provides: ${t64:Provides}
+Replaces: libopendbx1
+Breaks: libopendbx1 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libopendbx1-sqlite3 | libopendbx1-backend
@@ -33,12 +36,12 @@
  don't have to adapt your program to the different database APIs by yourself.
  .
  The sqlite3 backend is recommended by default if no other backend is
- installed with libopendbx1
+ installed with libopendbx1t64
 
 Package: libopendbx1-dev
 Section: libdevel
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libopendbx-dev
 Conflicts: libopendbx-dev
 Description: Lightweight database access abstraction layer (dev)
@@ -50,7 +53,7 @@
 
 Package: libopendbx1-firebird
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: Firebird backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -61,7 +64,7 @@
 
 Package: libopendbx1-mssql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MSSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -72,7 +75,7 @@
 
 Package: libopendbx1-mysql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MySQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -83,7 +86,7 @@
 
 Package: libopendbx1-odbc
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: ODBC backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -94,7 +97,7 @@
 
 Package: libopendbx1-pgsql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: PostgreSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -105,7 +108,7 @@
 
 Package: libopendbx1-sqlite3
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: SQLite3 backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -116,7 +119,7 @@
 
 Package: libopendbx1-sybase
 Architecture: any
-Depends: libopendbx1 (= 

Bug#1062499: libopendbx: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libopendbx
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 libopendbx-1.4.6/debian/changelog libopendbx-1.4.6/debian/changelog
--- libopendbx-1.4.6/debian/changelog   2021-10-17 08:39:05.0 +
+++ libopendbx-1.4.6/debian/changelog   2024-02-28 15:48:48.0 +
@@ -1,3 +1,10 @@
+libopendbx (1.4.6-16.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062499
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 15:48:48 +
+
 libopendbx (1.4.6-16) unstable; urgency=medium
 
   * QA upload.
diff -Nru libopendbx-1.4.6/debian/control libopendbx-1.4.6/debian/control
--- libopendbx-1.4.6/debian/control 2021-10-17 08:23:45.0 +
+++ libopendbx-1.4.6/debian/control 2024-02-28 15:48:48.0 +
@@ -1,7 +1,7 @@
 Source: libopendbx
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autoconf,
+Build-Depends: dpkg-dev (>= 1.22.5), dpkg-dev (>= 1.22.5), autoconf,
automake,
debhelper-compat (= 12),
default-libmysqlclient-dev,
@@ -23,7 +23,10 @@
 Standards-Version: 4.6.0
 Section: libs
 
-Package: libopendbx1
+Package: libopendbx1t64
+Provides: ${t64:Provides}
+Replaces: libopendbx1
+Breaks: libopendbx1 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libopendbx1-sqlite3 | libopendbx1-backend
@@ -33,12 +36,12 @@
  don't have to adapt your program to the different database APIs by yourself.
  .
  The sqlite3 backend is recommended by default if no other backend is
- installed with libopendbx1
+ installed with libopendbx1t64
 
 Package: libopendbx1-dev
 Section: libdevel
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libopendbx-dev
 Conflicts: libopendbx-dev
 Description: Lightweight database access abstraction layer (dev)
@@ -50,7 +53,7 @@
 
 Package: libopendbx1-firebird
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: Firebird backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -61,7 +64,7 @@
 
 Package: libopendbx1-mssql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MSSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -72,7 +75,7 @@
 
 Package: libopendbx1-mysql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MySQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -83,7 +86,7 @@
 
 Package: libopendbx1-odbc
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: ODBC backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -94,7 +97,7 @@
 
 Package: libopendbx1-pgsql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: PostgreSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -105,7 +108,7 @@
 
 Package: libopendbx1-sqlite3
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: SQLite3 backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -116,7 +119,7 @@
 
 Package: libopendbx1-sybase
 Architecture: any
-Dep

Bug#1062499: libopendbx: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libopendbx
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 libopendbx-1.4.6/debian/changelog libopendbx-1.4.6/debian/changelog
--- libopendbx-1.4.6/debian/changelog   2021-10-17 08:39:05.0 +
+++ libopendbx-1.4.6/debian/changelog   2024-02-28 15:56:18.0 +
@@ -1,3 +1,10 @@
+libopendbx (1.4.6-16.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062499
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 15:56:18 +
+
 libopendbx (1.4.6-16) unstable; urgency=medium
 
   * QA upload.
diff -Nru libopendbx-1.4.6/debian/control libopendbx-1.4.6/debian/control
--- libopendbx-1.4.6/debian/control 2021-10-17 08:23:45.0 +
+++ libopendbx-1.4.6/debian/control 2024-02-28 15:56:18.0 +
@@ -1,7 +1,7 @@
 Source: libopendbx
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autoconf,
+Build-Depends: dpkg-dev (>= 1.22.5), dpkg-dev (>= 1.22.5), dpkg-dev (>= 
1.22.5), autoconf,
automake,
debhelper-compat (= 12),
default-libmysqlclient-dev,
@@ -23,7 +23,10 @@
 Standards-Version: 4.6.0
 Section: libs
 
-Package: libopendbx1
+Package: libopendbx1t64
+Provides: ${t64:Provides}
+Replaces: libopendbx1
+Breaks: libopendbx1 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libopendbx1-sqlite3 | libopendbx1-backend
@@ -33,12 +36,12 @@
  don't have to adapt your program to the different database APIs by yourself.
  .
  The sqlite3 backend is recommended by default if no other backend is
- installed with libopendbx1
+ installed with libopendbx1t64
 
 Package: libopendbx1-dev
 Section: libdevel
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libopendbx-dev
 Conflicts: libopendbx-dev
 Description: Lightweight database access abstraction layer (dev)
@@ -50,7 +53,7 @@
 
 Package: libopendbx1-firebird
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: Firebird backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -61,7 +64,7 @@
 
 Package: libopendbx1-mssql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MSSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -72,7 +75,7 @@
 
 Package: libopendbx1-mysql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: MySQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -83,7 +86,7 @@
 
 Package: libopendbx1-odbc
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: ODBC backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -94,7 +97,7 @@
 
 Package: libopendbx1-pgsql
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: PostgreSQL backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -105,7 +108,7 @@
 
 Package: libopendbx1-sqlite3
 Architecture: any
-Depends: libopendbx1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libopendbx1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Provides: libopendbx1-backend
 Description: SQLite3 backend for OpenDBX
  OpenDBX provides a simple and lightweight API for interfacing native
@@ -116,7 +119,7 @@
 
 Package: libopendbx1-sybase

Bug#1062562: libowfat: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libowfat
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 libowfat-0.32/debian/changelog libowfat-0.32/debian/changelog
--- libowfat-0.32/debian/changelog  2022-11-10 15:32:49.0 +
+++ libowfat-0.32/debian/changelog  2024-02-28 16:10:53.0 +
@@ -1,3 +1,10 @@
+libowfat (0.32-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062562
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 16:10:53 +
+
 libowfat (0.32-4) unstable; urgency=high
 
   * QA upload
diff -Nru libowfat-0.32/debian/control libowfat-0.32/debian/control
--- libowfat-0.32/debian/control2022-11-10 15:31:16.0 +
+++ libowfat-0.32/debian/control2024-02-28 16:10:53.0 +
@@ -3,12 +3,15 @@
 Priority: optional
 Maintainer: Debian QA Group 
 Standards-Version: 4.5.1
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
 Homepage: https://www.fefe.de/libowfat/
 Vcs-Git: https://salsa.debian.org/debian/libowfat.git
 Vcs-Browser: https://salsa.debian.org/debian/libowfat
 
-Package: libowfat0
+Package: libowfat0t64
+Provides: ${t64:Provides}
+Replaces: libowfat0
+Breaks: libowfat0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Reimplementation of libdjb, shared library
@@ -24,7 +27,7 @@
 Package: libowfat-dev
 Section: libdevel
 Architecture: any
-Depends: libc6-dev, libowfat0 (= ${binary:Version}), ${misc:Depends}
+Depends: libc6-dev, libowfat0t64 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libdjbdns1-dev, libudt-dev, libcdb-dev
 Description: Reimplementation of libdjb, development files
  This library is a reimplementation of libdjb, which means that it provides
diff -Nru libowfat-0.32/debian/libowfat0.dirs 
libowfat-0.32/debian/libowfat0.dirs
--- libowfat-0.32/debian/libowfat0.dirs 2022-11-10 15:31:16.0 +
+++ libowfat-0.32/debian/libowfat0.dirs 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru libowfat-0.32/debian/libowfat0.install 
libowfat-0.32/debian/libowfat0.install
--- libowfat-0.32/debian/libowfat0.install  2022-11-10 15:31:16.0 
+
+++ libowfat-0.32/debian/libowfat0.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-libowfat.so.* usr/lib
diff -Nru libowfat-0.32/debian/libowfat0.shlibs 
libowfat-0.32/debian/libowfat0.shlibs
--- libowfat-0.32/debian/libowfat0.shlibs   2022-11-10 15:31:16.0 
+
+++ libowfat-0.32/debian/libowfat0.shlibs   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-libowfat 0 libowfat0
diff -Nru libowfat-0.32/debian/libowfat0.symbols 
libowfat-0.32/debian/libowfat0.symbols
--- libowfat-0.32/debian/libowfat0.symbols  2022-11-10 15:31:16.0 
+
+++ libowfat-0.32/debian/libowfat0.symbols  1970-01-01 00:00:00.0 
+
@@ -1,489 +0,0 @@
-libowfat.so.0 libowfat0 #MINVER#
- V4mappedprefix@Base 0.30
- V6any@Base 0.30
- V6loopback@Base 0.30
- alt_firstread@Base 0.30
- alt_firstwrite@Base 0.30
- argv0@Base 0.30
- array_allocate@Base 0.30
- array_bytes@Base 0.30
- array_cat0@Base 0.30
- array_cat@Base 0.30
- array_catb@Base 0.30
- array_cate@Base 0.30
- array_cats0@Base 0.30
- array_cats@Base 0.30
- array_equal@Base 0.30
- array_fail@Base 0.30
- array_get@Base 0.30
- array_length@Base 0.30
- array_reset@Base 0.30
- array_start@Base 0.30
- array_trunc@Base 0.30
- array_truncate@Base 0.30
- base64@Base 0.30
- buffer_0@Base 0.30
- buffer_0_space@Base 0.30
- buffer_0small@Base 0.30
- buffer_0small_space@Base 0.30
- buffer_1@Base 0.30
- buffer_1_space@Base 0.30
- buffer_1small@Base 0.30
- buffer_1small_space@Base 0.30
- buffer_2@Base 0.30
- buffer_2_space@Base 0.30
- buffer_close@Base 0.30
- buffer_feed@Base 0.30
- buffer_flush@Base 0.30
- buffer_free@Base 0.30
- buffer_fromarray@Base 0.30
- buffer_frombuf@Base 0.30
- buffer_fromsa@Base 0.30
- buffer_get@Base 0.30
- buffer_get_new_token_sa@Base 0.30
- buffer_get_new_token_sa_pred@Base 0.30
- buffer_get_token@Base 0.30
- buffer_get_token_pred@Base 0.30
- buffer_get_token_sa@Base 0.30
- buffer_get_token_sa_pred@Base 0.30
- buffer_getc@Base 0.30
- buffer_getline@Base 0.30
- buffer_getline_sa@Base 0.30
- buffer_getn@Base 0.30
- buffer_getnewline_sa@Base

Bug#1062627: libsmf: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libsmf
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 libsmf-1.3/debian/changelog libsmf-1.3/debian/changelog
--- libsmf-1.3/debian/changelog 2020-08-17 20:43:21.0 +
+++ libsmf-1.3/debian/changelog 2024-02-28 18:16:38.0 +
@@ -1,3 +1,10 @@
+libsmf (1.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062627
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 18:16:38 +
+
 libsmf (1.3-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru libsmf-1.3/debian/control libsmf-1.3/debian/control
--- libsmf-1.3/debian/control   2020-08-17 20:43:21.0 +
+++ libsmf-1.3/debian/control   2024-02-28 18:16:38.0 +
@@ -1,7 +1,7 @@
 Source: libsmf
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13) , pkg-config, libglib2.0-dev, gawk, 
libncurses5-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13) , pkg-config, 
libglib2.0-dev, gawk, libncurses5-dev,
  libreadline6-dev,
 Standards-Version: 4.5.0
 Section: libs
@@ -13,7 +13,7 @@
 Package: smf-utils
 Section: sound
 Architecture: any
-Depends: libsmf0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsmf0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: denemo (<< 0.8.14-1)
 Description: Utilities to support the smf library
  LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
@@ -24,7 +24,7 @@
 Package: libsmf-dev
 Section: libdevel
 Architecture: any
-Depends: libsmf0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
libc-dev, libglib2.0-dev
+Depends: libsmf0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
libc-dev, libglib2.0-dev
 Conflicts: denemo (<< 0.8.14-1)
 Description: Development files for the smf library
  LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
@@ -32,7 +32,10 @@
  This package contains the development libraries, header files needed
  by programs that want to compile with LibSMF
 
-Package: libsmf0
+Package: libsmf0t64
+Provides: ${t64:Provides}
+Replaces: libsmf0
+Breaks: libsmf0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: LibSMF is a BSD-licensed C library for handling SMF ("*.mid") 
files
diff -Nru libsmf-1.3/debian/libsmf0.install libsmf-1.3/debian/libsmf0.install
--- libsmf-1.3/debian/libsmf0.install   2020-08-17 20:43:21.0 +
+++ libsmf-1.3/debian/libsmf0.install   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libsmf-1.3/debian/libsmf0.symbols libsmf-1.3/debian/libsmf0.symbols
--- libsmf-1.3/debian/libsmf0.symbols   2020-08-17 20:39:07.0 +
+++ libsmf-1.3/debian/libsmf0.symbols   1970-01-01 00:00:00.0 +
@@ -1,63 +0,0 @@
-libsmf.so.0 libsmf0 #MINVER#
- is_status_byte@Base 1.3
- maybe_add_to_tempo_map@Base 1.3
- remove_last_tempo_with_pulses@Base 1.3
- smf_add_track@Base 1.3
- smf_create_tempo_map_and_compute_seconds@Base 1.3
- smf_decode@Base 1.3
- smf_delete@Base 1.3
- smf_event_decode@Base 1.3
- smf_event_delete@Base 1.3
- smf_event_extract_text@Base 1.3
- smf_event_is_eot@Base 1.3
- smf_event_is_last@Base 1.3
- smf_event_is_metadata@Base 1.3
- smf_event_is_sysex@Base 1.3
- smf_event_is_system_common@Base 1.3
- smf_event_is_system_realtime@Base 1.3
- smf_event_is_tempo_change_or_time_signature@Base 1.3
- smf_event_is_textual@Base 1.3
- smf_event_is_valid@Base 1.3
- smf_event_length_is_valid@Base 1.3
- smf_event_new@Base 1.3
- smf_event_new_from_bytes@Base 1.3
- smf_event_new_from_pointer@Base 1.3
- smf_event_new_textual@Base 1.3
- smf_event_remove_from_track@Base 1.3
- smf_find_track_with_next_event@Base 1.3
- smf_fini_tempo@Base 1.3
- smf_get_last_tempo@Base 1.3
- smf_get_length_pulses@Base 1.3
- smf_get_length_seconds@Base 1.3
- smf_get_next_event@Base 1.3
- smf_get_tempo_by_number@Base 1.3
- smf_get_tempo_by_pulses@Base 1.3
- smf_get_tempo_by_seconds@Base 1.3
- smf_get_track_by_number@Base 1.3
- smf_get_version@Base 1.3
- smf_init_tempo@Base 1.3
- smf_load@Base 1.3
- smf_load_from_memory@Base 1.3
- smf_new@Base 1.3
- smf_peek_next_event@Base 1.3
- smf_rewind@Base 1.3
- smf_save@Base 1.3
- smf_seek_to_even

Bug#1062402: libloki: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: libloki
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 libloki-0.1.7/debian/changelog libloki-0.1.7/debian/changelog
--- libloki-0.1.7/debian/changelog  2021-10-19 20:04:10.0 +
+++ libloki-0.1.7/debian/changelog  2024-02-28 18:24:01.0 +
@@ -1,3 +1,10 @@
+libloki (0.1.7-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062402
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 18:24:01 +
+
 libloki (0.1.7-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru libloki-0.1.7/debian/control libloki-0.1.7/debian/control
--- libloki-0.1.7/debian/control2021-01-26 01:00:59.0 +
+++ libloki-0.1.7/debian/control2024-02-28 18:24:01.0 +
@@ -2,12 +2,15 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13)
 Standards-Version: 3.9.2
 Homepage: https://loki-lib.sourceforge.net/
 
-Package: libloki0.1.7
+Package: libloki0.1.7t64
+Provides: ${t64:Provides}
+Replaces: libloki0.1.7
+Breaks: libloki0.1.7 (<< ${source:Version})
 Architecture: any
 Depends:
  ${shlibs:Depends},
@@ -25,7 +28,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libloki0.1.7 (= ${binary:Version}),
+ libloki0.1.7t64 (= ${binary:Version}),
  ${misc:Depends}
 Suggests: libloki-doc
 Description: C++ library of generic design patterns (development files)
diff -Nru libloki-0.1.7/debian/libloki0.1.7.install 
libloki-0.1.7/debian/libloki0.1.7.install
--- libloki-0.1.7/debian/libloki0.1.7.install   2021-01-26 00:46:43.0 
+
+++ libloki-0.1.7/debian/libloki0.1.7.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/libloki.so.0.1.7
diff -Nru libloki-0.1.7/debian/libloki0.1.7t64.install 
libloki-0.1.7/debian/libloki0.1.7t64.install
--- libloki-0.1.7/debian/libloki0.1.7t64.install1970-01-01 
00:00:00.0 +
+++ libloki-0.1.7/debian/libloki0.1.7t64.install2021-01-26 
00:46:43.0 +
@@ -0,0 +1 @@
+usr/lib/libloki.so.0.1.7
diff -Nru libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides 
libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides
--- libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides  2024-02-28 
18:23:57.0 +
@@ -0,0 +1 @@
+libloki0.1.7t64: package-name-doesnt-match-sonames libloki0.1.7


Bug#1063160: ncap: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: ncap
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 ncap-1.9.2/debian/changelog ncap-1.9.2/debian/changelog
--- ncap-1.9.2/debian/changelog 2022-09-12 04:28:32.0 +
+++ ncap-1.9.2/debian/changelog 2024-02-28 21:44:53.0 +
@@ -1,3 +1,10 @@
+ncap (1.9.2-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063160
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 21:44:53 +
+
 ncap (1.9.2-8) unstable; urgency=medium
 
   * QA upload.
diff -Nru ncap-1.9.2/debian/control ncap-1.9.2/debian/control
--- ncap-1.9.2/debian/control   2020-09-12 20:47:14.0 +
+++ ncap-1.9.2/debian/control   2024-02-28 21:44:53.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-python,
libpcap0.8-dev
 Standards-Version: 4.5.0
@@ -11,7 +11,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/ncap
 Vcs-Git: https://salsa.debian.org/debian/ncap.git
 
-Package: libncap44
+Package: libncap44t64
+Provides: ${t64:Provides}
+Replaces: libncap44
+Breaks: libncap44 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -29,7 +32,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libncap44 (= ${binary:Version}), ${misc:Depends}
+Depends: libncap44t64 (= ${binary:Version}), ${misc:Depends}
 Description: static library and header files for libncap
  ncap is a network capture library like libpcap (on which it is based)
  and tcpdump. It produces binary data in its own ncap format, which can
diff -Nru ncap-1.9.2/debian/libncap44.install 
ncap-1.9.2/debian/libncap44.install
--- ncap-1.9.2/debian/libncap44.install 2020-09-12 20:44:16.0 +
+++ ncap-1.9.2/debian/libncap44.install 1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libncap*.so.*
-usr/share/man/man3/ncap.3
diff -Nru ncap-1.9.2/debian/libncap44.symbols 
ncap-1.9.2/debian/libncap44.symbols
--- ncap-1.9.2/debian/libncap44.symbols 2020-09-12 20:44:16.0 +
+++ ncap-1.9.2/debian/libncap44.symbols 1970-01-01 00:00:00.0 +
@@ -1,8 +0,0 @@
-libncap.so.44 libncap44 #MINVER#
-* Build-Depends-Package: libncap-dev
- ncap_addrule@Base 1.9.2
- ncap_asprintf@Base 1.9.2
- ncap_create@Base 1.9.2
- ncap_filter_dns@Base 1.9.2
- ncap_filter_icmp@Base 1.9.2
- ncap_vasprintf@Base 1.9.2
diff -Nru ncap-1.9.2/debian/libncap44t64.install 
ncap-1.9.2/debian/libncap44t64.install
--- ncap-1.9.2/debian/libncap44t64.install  1970-01-01 00:00:00.0 
+
+++ ncap-1.9.2/debian/libncap44t64.install  2020-09-12 20:44:16.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/libncap*.so.*
+usr/share/man/man3/ncap.3
diff -Nru ncap-1.9.2/debian/libncap44t64.lintian-overrides 
ncap-1.9.2/debian/libncap44t64.lintian-overrides
--- ncap-1.9.2/debian/libncap44t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ ncap-1.9.2/debian/libncap44t64.lintian-overrides2024-02-28 
21:44:49.0 +
@@ -0,0 +1 @@
+libncap44t64: package-name-doesnt-match-sonames libncap44
diff -Nru ncap-1.9.2/debian/libncap44t64.symbols 
ncap-1.9.2/debian/libncap44t64.symbols
--- ncap-1.9.2/debian/libncap44t64.symbols  1970-01-01 00:00:00.0 
+
+++ ncap-1.9.2/debian/libncap44t64.symbols  2024-02-28 21:44:49.0 
+
@@ -0,0 +1,8 @@
+libncap.so.44 libncap44t64 #MINVER#
+* Build-Depends-Package: libncap-dev
+ ncap_addrule@Base 1.9.2
+ ncap_asprintf@Base 1.9.2
+ ncap_create@Base 1.9.2
+ ncap_filter_dns@Base 1.9.2
+ ncap_filter_icmp@Base 1.9.2
+ ncap_vasprintf@Base 1.9.2


Bug#1063213: nsync: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: nsync
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 nsync-1.26.0/debian/changelog nsync-1.26.0/debian/changelog
--- nsync-1.26.0/debian/changelog   2023-12-10 21:57:25.0 +
+++ nsync-1.26.0/debian/changelog   2024-02-29 01:22:53.0 +
@@ -1,3 +1,10 @@
+nsync (1.26.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063213
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 01:22:53 +
+
 nsync (1.26.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru nsync-1.26.0/debian/control nsync-1.26.0/debian/control
--- nsync-1.26.0/debian/control 2023-12-10 21:54:19.0 +
+++ nsync-1.26.0/debian/control 2024-02-29 01:22:53.0 +
@@ -6,9 +6,12 @@
 Vcs-Git: https://salsa.debian.org/science-team/nsync.git
 Vcs-Browser: https://salsa.debian.org/science-team/nsync
 Maintainer: Debian QA Group 
-Build-Depends: cmake, debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13)
 
-Package: libnsync1
+Package: libnsync1t64
+Provides: ${t64:Provides}
+Replaces: libnsync1
+Breaks: libnsync1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -24,7 +27,10 @@
  .
  This package ships C shared object.
 
-Package: libnsync-cpp1
+Package: libnsync-cpp1t64
+Provides: ${t64:Provides}
+Replaces: libnsync-cpp1
+Breaks: libnsync-cpp1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -44,8 +50,8 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libnsync-cpp1 (= ${binary:Version}),
- libnsync1 (= ${binary:Version}),
+Depends: libnsync-cpp1t64 (= ${binary:Version}),
+ libnsync1t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: C library that exports various synchronization primitives (dev)
  nsync is a C library that exports various synchronization primitives:
diff -Nru nsync-1.26.0/debian/libnsync-cpp1.install 
nsync-1.26.0/debian/libnsync-cpp1.install
--- nsync-1.26.0/debian/libnsync-cpp1.install   2023-12-10 21:51:54.0 
+
+++ nsync-1.26.0/debian/libnsync-cpp1.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libnsync_cpp.so.*
diff -Nru nsync-1.26.0/debian/libnsync-cpp1.symbols 
nsync-1.26.0/debian/libnsync-cpp1.symbols
--- nsync-1.26.0/debian/libnsync-cpp1.symbols   2023-12-10 21:51:54.0 
+
+++ nsync-1.26.0/debian/libnsync-cpp1.symbols   1970-01-01 00:00:00.0 
+
@@ -1,93 +0,0 @@
-libnsync_cpp.so.1 libnsync-cpp1 #MINVER#
- _ZN5nsync12nsync_panic_EPKc@Base 1.20.1
- _ZN5nsync12nsync_wait_nEPvPFvS0_ES2_8timespeciPPNS_16nsync_waitable_sE@Base 
1.20.1
- _ZN5nsync12nsync_yield_Ev@Base 1.20.1
- _ZN5nsync13nsync_cv_initEPNS_11nsync_cv_s_E@Base 1.20.1
- _ZN5nsync13nsync_cv_waitEPNS_11nsync_cv_s_EPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_initEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_lockEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_waitEPNS_11nsync_mu_s_EPFiPKvES3_PFiS3_S3_E@Base 1.20.1
- _ZN5nsync13nsync_time_msEj@Base 1.20.1
- _ZN5nsync13nsync_time_usEj@Base 1.20.1
- _ZN5nsync14nsync_mu_rlockEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync14nsync_note_newEPNS_13nsync_note_s_E8timespec@Base 1.20.1
- _ZN5nsync14nsync_run_onceEPSt6atomicIjEPFvvE@Base 1.20.1
- _ZN5nsync14nsync_time_addE8timespecS0_@Base 1.20.1
- _ZN5nsync14nsync_time_cmpE8timespecS0_@Base 1.20.1
- _ZN5nsync14nsync_time_nowEv@Base 1.20.1
- _ZN5nsync14nsync_time_subE8timespecS0_@Base 1.20.1
- _ZN5nsync15nsync_cv_signalEPNS_11nsync_cv_s_E@Base 1.20.1
- _ZN5nsync15nsync_dll_init_EPNS_20nsync_dll_element_s_EPv@Base 1.20.1
- _ZN5nsync15nsync_dll_last_EPNS_20nsync_dll_element_s_E@Base 1.20.1
- _ZN5nsync15nsync_dll_next_EPNS_20nsync_dll_element_s_ES1_@Base 1.20.1
- _ZN5nsync15nsync_dll_prev_EPNS_20nsync_dll_element_s_ES1_@Base 1.20.1
- _ZN5nsync15nsync_mu_unlockEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync15nsync_note_freeEPNS_13nsync_note_s_E@Base 1.20.1
- _ZN5nsync15nsync_note_waitEPNS_13nsync_note_s_E8timespec@Base 1.20.1
- (arch=!x32)_ZN5nsync15nsync_time_s_nsElj@Base 1.20.1
- (arch=x32)_ZN5nsync15nsync_time_s_nsExj@Base 1.20.1
- _ZN5nsync15nsync_time_zeroE@Base 1.20.1
- _ZN5nsync16nsync_dll_first_EPNS_

Bug#1063222: obexftp: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: obexftp
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 obexftp-0.24/debian/changelog obexftp-0.24/debian/changelog
--- obexftp-0.24/debian/changelog   2022-12-20 02:01:53.0 +
+++ obexftp-0.24/debian/changelog   2024-02-29 01:38:07.0 +
@@ -1,3 +1,10 @@
+obexftp (0.24-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063222
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 01:38:07 +
+
 obexftp (0.24-9) unstable; urgency=medium
 
   * QA upload.
diff -Nru obexftp-0.24/debian/control obexftp-0.24/debian/control
--- obexftp-0.24/debian/control 2022-12-20 02:01:53.0 +
+++ obexftp-0.24/debian/control 2024-02-29 01:38:07.0 +
@@ -2,7 +2,7 @@
 Section: comm
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 13),
  doxygen,
@@ -42,7 +42,10 @@
  This is the command line front-end that fully uses the capabilities of
  libobexftp. It also includes obexfs, the FUSE backend.
 
-Package: libbfb0
+Package: libbfb0t64
+Provides: ${t64:Provides}
+Replaces: libbfb0
+Breaks: libbfb0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -66,7 +69,7 @@
  libbfb-dev,
  libobexftp-dev (<< 0.22),
 Depends:
- libbfb0 (= ${binary:Version}),
+ libbfb0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: bfb protocol library - development files
  This library adds support for OBEX protocol over BFB/BFC, some Siemens
@@ -76,7 +79,10 @@
  .
  This package contains the development files.
 
-Package: libmulticobex1
+Package: libmulticobex1t64
+Provides: ${t64:Provides}
+Replaces: libmulticobex1
+Breaks: libmulticobex1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -98,7 +104,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libbfb-dev,
- libmulticobex1 (= ${binary:Version}),
+ libmulticobex1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: multi-protocol cable OBEX library - development files
  This library add support for making use of several ways to use OBEX
@@ -106,7 +112,10 @@
  .
  This package contains the development files.
 
-Package: libobexftp0
+Package: libobexftp0t64
+Provides: ${t64:Provides}
+Replaces: libobexftp0
+Breaks: libobexftp0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -132,7 +141,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libmulticobex1-dev,
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  libopenobex2-dev,
  ${misc:Depends},
 Description: object exchange file transfer library - development files
@@ -149,7 +158,7 @@
 Section: ruby
 Build-Profiles: 
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
  ${ruby:Depends},
@@ -173,7 +182,7 @@
 Section: perl
 Build-Profiles: 
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends},
diff -Nru obexftp-0.24/debian/libbfb0.install 
obexftp-0.24/debian/libbfb0.install
--- obexftp-0.24/debian/libbfb0.install 2022-12-20 02:01:53.0 +
+++ obexftp-0.24/debian/libbfb0.install 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libbfb.so.*
diff -Nru obexftp-0.24/debian/libbfb0t64.install 
obexftp-0.24/debian/libbfb0t64.install
--- obexftp-0.24/debian/libbfb0t64.install  1970-01-01 00:00:00.0 
+
+++ obexftp-0.24/debian/libbfb0t64.install  2022-12-20 02:01:53.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libbfb.so.*
diff -Nru obexftp-0.24/debian/libbfb0t64.lintian-overrides 
obexftp-0.24/debian/libbfb0t64.lintian-overrides
--- obexftp-0.24/debian/libbfb0t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ obexftp-0.24/debian/libbfb0t64.lintian-overrides2024-02-29 
01:38:00.0 +
@@ -0,0 +1 @@
+libbfb0t64: package-name-doesnt-match-sonames libbfb0
diff -Nru obexftp-0.24/debian/libmulticobex1.install 
obexftp-0.24/debian/libmulticobex1.install
--- obexftp-0.24/debian/libmulticobex1.install  2022-12-20 02:01:53.0 
+
+++ obexftp-0.24/debian/libmulticobex1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@

Bug#1062822: omnievents: NMU diff for 64-bit time_t transition

2024-02-28 Thread Benjamin Drung
Source: omnievents
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 omnievents-2.6.2/debian/changelog omnievents-2.6.2/debian/changelog
--- omnievents-2.6.2/debian/changelog   2022-11-17 11:01:16.0 +
+++ omnievents-2.6.2/debian/changelog   2024-02-29 02:19:12.0 +
@@ -1,3 +1,10 @@
+omnievents (1:2.6.2-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062822
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 02:19:12 +
+
 omnievents (1:2.6.2-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru omnievents-2.6.2/debian/control omnievents-2.6.2/debian/control
--- omnievents-2.6.2/debian/control 2022-11-17 11:01:16.0 +
+++ omnievents-2.6.2/debian/control 2024-02-29 02:19:12.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: autotools-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), autotools-dev,
cdbs,
debhelper (>= 10~),
docbook-xsl,
@@ -36,7 +36,10 @@
  This package contains the CORBA Event Service daemon as a standalone
  executable, and the associated tools.
 
-Package: libomnievents2
+Package: libomnievents2t64
+Provides: ${t64:Provides}
+Replaces: libomnievents2
+Breaks: libomnievents2 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -49,7 +52,7 @@
 Package: libomnievents-dev
 Architecture: any
 Section: libdevel
-Depends: libomnievents2 (= ${binary:Version}),
+Depends: libomnievents2t64 (= ${binary:Version}),
  ${misc:Depends}
 Recommends: pkg-config
 Suggests: omnievents-doc
diff -Nru omnievents-2.6.2/debian/libomnievents2.install 
omnievents-2.6.2/debian/libomnievents2.install
--- omnievents-2.6.2/debian/libomnievents2.install  2022-11-17 
11:01:16.0 +
+++ omnievents-2.6.2/debian/libomnievents2.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*.so.*
diff -Nru omnievents-2.6.2/debian/libomnievents2t64.install 
omnievents-2.6.2/debian/libomnievents2t64.install
--- omnievents-2.6.2/debian/libomnievents2t64.install   1970-01-01 
00:00:00.0 +
+++ omnievents-2.6.2/debian/libomnievents2t64.install   2022-11-17 
11:01:16.0 +
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*.so.*
diff -Nru omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides 
omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides
--- omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ omnievents-2.6.2/debian/libomnievents2t64.lintian-overrides 2024-02-29 
02:18:43.0 +
@@ -0,0 +1 @@
+libomnievents2t64: package-name-doesnt-match-sonames libomnievents2
diff -Nru omnievents-2.6.2/debian/rules omnievents-2.6.2/debian/rules
--- omnievents-2.6.2/debian/rules   2022-11-17 11:01:16.0 +
+++ omnievents-2.6.2/debian/rules   2024-02-29 02:19:10.0 +
@@ -29,8 +29,8 @@
 binary-post-install/omnievents::
cp -f src/oelite $(CURDIR)/debian/omnievents/usr/sbin/omniEvents
 
-binary-post-install/libomnievents2::
-   cd $(CURDIR)/debian/libomnievents2/usr/lib/ && \
+binary-post-install/libomnievents2t64::
+   cd $(CURDIR)/debian/libomnievents2t64/usr/lib/ && \
rm -f libomniEvents.so.2.6 && \
ln -sf libomniEvents.so.2.6.2 libomniEvents.so.2
 


Bug#1062874: ruli: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: ruli
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 ruli-0.36/debian/changelog ruli-0.36/debian/changelog
--- ruli-0.36/debian/changelog  2022-11-02 22:13:09.0 +
+++ ruli-0.36/debian/changelog  2024-02-29 15:36:50.0 +
@@ -1,3 +1,10 @@
+ruli (0.36-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062874
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:36:50 +
+
 ruli (0.36-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru ruli-0.36/debian/control ruli-0.36/debian/control
--- ruli-0.36/debian/control2022-11-02 22:13:09.0 +
+++ ruli-0.36/debian/control2024-02-29 15:36:50.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  liboop-dev,
 Standards-Version: 4.5.0
@@ -14,7 +14,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libruli4 (= ${binary:Version}),
+ libruli4t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: Library for easily querying DNS SRV records - sample programs
@@ -27,7 +27,10 @@
  .
  This package contains the RULI sample programs.
 
-Package: libruli4
+Package: libruli4t64
+Provides: ${t64:Provides}
+Replaces: libruli4
+Breaks: libruli4 (<< ${source:Version})
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -46,7 +49,7 @@
 Depends:
  libc6-dev | libc-dev,
  liboop-dev,
- libruli4 (= ${binary:Version}),
+ libruli4t64 (= ${binary:Version}),
  ${misc:Depends},
 Provides:
  libruli-dev,
diff -Nru ruli-0.36/debian/libruli4.install ruli-0.36/debian/libruli4.install
--- ruli-0.36/debian/libruli4.install   2022-11-02 22:13:09.0 +
+++ ruli-0.36/debian/libruli4.install   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/libruli.so.*
diff -Nru ruli-0.36/debian/libruli4t64.install 
ruli-0.36/debian/libruli4t64.install
--- ruli-0.36/debian/libruli4t64.install1970-01-01 00:00:00.0 
+
+++ ruli-0.36/debian/libruli4t64.install2022-11-02 22:13:09.0 
+
@@ -0,0 +1 @@
+usr/lib/libruli.so.*
diff -Nru ruli-0.36/debian/libruli4t64.lintian-overrides 
ruli-0.36/debian/libruli4t64.lintian-overrides
--- ruli-0.36/debian/libruli4t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ ruli-0.36/debian/libruli4t64.lintian-overrides  2024-02-29 
15:36:46.0 +
@@ -0,0 +1 @@
+libruli4t64: package-name-doesnt-match-sonames libruli4


Bug#1062905: snacc: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: snacc
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 snacc-1.3.1/debian/changelog snacc-1.3.1/debian/changelog
--- snacc-1.3.1/debian/changelog2022-04-30 01:33:59.0 +
+++ snacc-1.3.1/debian/changelog2024-02-29 16:54:20.0 +
@@ -1,3 +1,10 @@
+snacc (1.3.1-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062905
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:54:20 +
+
 snacc (1.3.1-9) unstable; urgency=medium
 
   * QA upload.
diff -Nru snacc-1.3.1/debian/control snacc-1.3.1/debian/control
--- snacc-1.3.1/debian/control  2022-04-30 01:26:01.0 +
+++ snacc-1.3.1/debian/control  2024-02-29 16:54:20.0 +
@@ -2,7 +2,7 @@
 Maintainer: Debian QA Group 
 Section: devel
 Priority: optional
-Build-Depends: libfl-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), libfl-dev,
libtool,
debhelper-compat (= 13),
bison,
@@ -37,13 +37,13 @@
  .
  If you want to build snacc based applications, you want to install
  the libsnacc-dev package, too.  Your application will then depend on
- the snacc libraries, you find in the libsnacc0c2 package.
+ the snacc libraries, you find in the libsnacc0t64 package.
 
 Package: libsnacc-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- libsnacc0c2 (= ${binary:Version})
+ libsnacc0t64 (= ${binary:Version})
 Recommends: snacc-doc
 Description: ASN.1 to C or C++ or IDL compiler, development files
  Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
@@ -54,7 +54,10 @@
  This package contains the static libraries and C/C++ header files for
  snacc development.
 
-Package: libsnacc0c2
+Package: libsnacc0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsnacc0c2
+Breaks: libsnacc0c2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -62,7 +65,7 @@
  ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libsnacc0
-Replaces: libsnacc0
+Replaces: libsnacc0c2, libsnacc0
 Description: ASN.1 to C or C++ or IDL compiler, shared libraries
  Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
  stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824).
diff -Nru snacc-1.3.1/debian/libsnacc0c2.dirs 
snacc-1.3.1/debian/libsnacc0c2.dirs
--- snacc-1.3.1/debian/libsnacc0c2.dirs 2022-04-29 23:35:39.0 +
+++ snacc-1.3.1/debian/libsnacc0c2.dirs 1970-01-01 00:00:00.0 +
@@ -1,3 +0,0 @@
-usr/lib
-usr/share/doc/libsnacc0c2
-usr/share/lintian/overrides
diff -Nru snacc-1.3.1/debian/libsnacc0c2.install 
snacc-1.3.1/debian/libsnacc0c2.install
--- snacc-1.3.1/debian/libsnacc0c2.install  2022-04-29 23:35:39.0 
+
+++ snacc-1.3.1/debian/libsnacc0c2.install  1970-01-01 00:00:00.0 
+
@@ -1,12 +0,0 @@
-usr/lib/*/libasn1cCebuf.so.0.0.0
-usr/lib/*/libasn1cCebuf.so.0
-usr/lib/*/libasn1cebuf.so.0.0.0
-usr/lib/*/libasn1cebuf.so.0
-usr/lib/*/libasn1cmbuf.so.0.0.0
-usr/lib/*/libasn1cmbuf.so.0
-usr/lib/*/libasn1csbuf.so.0.0.0
-usr/lib/*/libasn1csbuf.so.0
-usr/lib/*/libasn1ctbl.so.0.0.0
-usr/lib/*/libasn1ctbl.so.0
-usr/lib/*/libasn1c++.so.0.0.0
-usr/lib/*/libasn1c++.so.0
diff -Nru snacc-1.3.1/debian/libsnacc0c2.lintian-overrides 
snacc-1.3.1/debian/libsnacc0c2.lintian-overrides
--- snacc-1.3.1/debian/libsnacc0c2.lintian-overrides2022-04-29 
23:35:39.0 +
+++ snacc-1.3.1/debian/libsnacc0c2.lintian-overrides1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-libsnacc0c2 binary: package-name-doesnt-match-sonames
diff -Nru snacc-1.3.1/debian/libsnacc0c2.symbols 
snacc-1.3.1/debian/libsnacc0c2.symbols
--- snacc-1.3.1/debian/libsnacc0c2.symbols  2022-04-29 23:35:39.0 
+
+++ snacc-1.3.1/debian/libsnacc0c2.symbols  1970-01-01 00:00:00.0 
+
@@ -1,1335 +0,0 @@
-libasn1c++.so.0 libsnacc0c2 #MINVER#
- MINUS_INFINITY@Base 1.3.1
- PLUS_INFINITY@Base 1.3.1
- (optional)_Z10BEncDefLenR6AsnBufj@Base 1.3.1
- (optional)_Z10BEncDefLenR6AsnBufm@Base 1.3.1
- _Z15AsnPlusInfinityv@Base 1.3.1
- _Z16AsnMinusInfinityv@Base 1.3.1
- _Z17SignedIntOctetLenl@Base 1.3.1
- (optional)_Z18FillOctetStringStkR6AsnBufjRjP13__jmp_buf_tag@Base 1.3.1
- (optional)_Z18FillOct

Bug#1062921: srecord: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: srecord
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 srecord-1.64/debian/changelog srecord-1.64/debian/changelog
--- srecord-1.64/debian/changelog   2023-06-21 21:48:23.0 +
+++ srecord-1.64/debian/changelog   2024-02-29 17:24:48.0 +
@@ -1,3 +1,10 @@
+srecord (1.64-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062921
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:24:48 +
+
 srecord (1.64-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru srecord-1.64/debian/control srecord-1.64/debian/control
--- srecord-1.64/debian/control 2023-06-21 21:48:23.0 +
+++ srecord-1.64/debian/control 2024-02-29 17:24:48.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
groff,
libboost-dev,
libgcrypt20-dev,
@@ -35,7 +35,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: libsrecord0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsrecord0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library for manipulating EPROM load files (development)
  The srecord library is a collection of powerful C++ classes for manipulating
  EPROM load files. It reads and writes numerous EPROM file formats, and can
@@ -44,7 +44,10 @@
  This package contains the static libraries and headers for developing
  applications that use the srecord library.
 
-Package: libsrecord0
+Package: libsrecord0t64
+Provides: ${t64:Provides}
+Replaces: libsrecord0
+Breaks: libsrecord0 (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Architecture: any
diff -Nru srecord-1.64/debian/libsrecord0.install 
srecord-1.64/debian/libsrecord0.install
--- srecord-1.64/debian/libsrecord0.install 2023-06-21 21:48:23.0 
+
+++ srecord-1.64/debian/libsrecord0.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.install 
srecord-1.64/debian/libsrecord0t64.install
--- srecord-1.64/debian/libsrecord0t64.install  1970-01-01 00:00:00.0 
+
+++ srecord-1.64/debian/libsrecord0t64.install  2023-06-21 21:48:23.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libsrecord.so.*
diff -Nru srecord-1.64/debian/libsrecord0t64.lintian-overrides 
srecord-1.64/debian/libsrecord0t64.lintian-overrides
--- srecord-1.64/debian/libsrecord0t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ srecord-1.64/debian/libsrecord0t64.lintian-overrides2024-02-29 
17:24:41.0 +
@@ -0,0 +1 @@
+libsrecord0t64: package-name-doesnt-match-sonames libsrecord0


Bug#1062276: libdv: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: libdv
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 libdv-1.0.0/debian/changelog libdv-1.0.0/debian/changelog
--- libdv-1.0.0/debian/changelog2023-12-15 10:21:03.0 +
+++ libdv-1.0.0/debian/changelog2024-02-29 18:42:22.0 +
@@ -1,3 +1,10 @@
+libdv (1.0.0-17.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062276
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:42:22 +
+
 libdv (1.0.0-17) unstable; urgency=medium
 
   * QA upload.
diff -Nru libdv-1.0.0/debian/control libdv-1.0.0/debian/control
--- libdv-1.0.0/debian/control  2023-12-10 00:36:31.0 +
+++ libdv-1.0.0/debian/control  2024-02-29 18:42:22.0 +
@@ -2,7 +2,7 @@
 Section: video
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  file,
  libglib2.0-dev,
@@ -37,7 +37,10 @@
  (encodedv), transferring DV data (dvconnect) and insert audio into a DV
  stream (dubdv).
 
-Package: libdv4
+Package: libdv4t64
+Provides: ${t64:Provides}
+Replaces: libdv4
+Breaks: libdv4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,7 +64,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libdv4 (= ${binary:Version}),
+ libdv4t64 (= ${binary:Version}),
  libpopt-dev,
  ${misc:Depends},
 Recommends:
diff -Nru libdv-1.0.0/debian/libdv4.README.Debian 
libdv-1.0.0/debian/libdv4.README.Debian
--- libdv-1.0.0/debian/libdv4.README.Debian 2023-07-22 11:52:02.0 
+
+++ libdv-1.0.0/debian/libdv4.README.Debian 1970-01-01 00:00:00.0 
+
@@ -1,19 +0,0 @@
-Notes on libdv for Debian
-=
-
-On the i386 architecture, the shared library version of libdv does not comprise
-of position-independent code only. While not desirable in general, this choice
-was done on purpose by the upstream developers for some performance critical
-routines that contain hand-optimized assembler code. As such, it meets an
-exceptio for position-dependent code in shared libraries granted in section
-10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
-the Debian bug tracking system. The difficulties of converting the assembly
-part to position-independent code have been discussed on the debian-devel
-mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
-folks over at Gentoo (Mike Frysinger?) have managed to come up with a
-working patch that turns the i386 assembly into position-independent code
-(cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
-intrusive, I've opted not to include it in the Debian package for now, and
-wait on the upstream developers' opinions instead.
-
- -- Daniel Kobras   Tue, 26 Sep 2006 14:21:55 +0200
diff -Nru libdv-1.0.0/debian/libdv4.docs libdv-1.0.0/debian/libdv4.docs
--- libdv-1.0.0/debian/libdv4.docs  2023-07-22 11:52:02.0 +
+++ libdv-1.0.0/debian/libdv4.docs  1970-01-01 00:00:00.0 +
@@ -1,6 +0,0 @@
-AUTHORS
-NEWS
-README
-README.dvconnect
-README.encoder
-TODO
diff -Nru libdv-1.0.0/debian/libdv4.install libdv-1.0.0/debian/libdv4.install
--- libdv-1.0.0/debian/libdv4.install   2023-07-22 11:52:02.0 +
+++ libdv-1.0.0/debian/libdv4.install   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libdv-1.0.0/debian/libdv4.symbols libdv-1.0.0/debian/libdv4.symbols
--- libdv-1.0.0/debian/libdv4.symbols   2023-07-22 11:52:02.0 +
+++ libdv-1.0.0/debian/libdv4.symbols   1970-01-01 00:00:00.0 +
@@ -1,167 +0,0 @@
-libdv.so.4 libdv4 #MINVER#
-* Build-Depends-Package: libdv4-dev
- __dv_decode_vlc@Base 1.0.0
- _dv_bitstream_byte_align@Base 1.0.0
- _dv_bitstream_done@Base 1.0.0
- _dv_bitstream_init@Base 1.0.0
- _dv_bitstream_new_buffer@Base 1.0.0
- _dv_bitstream_next_buffer@Base 1.0.0
- _dv_bitstream_set_fill_func@Base 1.0.0
- _dv_dct_248@Base 1.0.0
- _dv_dct_88@Base 1.0.0
- _dv_dct_init@Base 1.0.0
- _dv_idct_88@Base 1.0.0
- _dv_init_qno_start@Base 1.0.0
- _dv_init_vlc_encode_lookup@Base 1.0.0
- _dv_init_vlc_test_lookup@Base 1.0.0
- _dv_prepare_reorder_tables@Base 1.0.0
- _dv_quant@Base 1.0.0
- _dv_quant_248_inverse

Bug#1063201: palabos: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: palabos
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 palabos-1.5~r1+repack1/debian/changelog 
palabos-1.5~r1+repack1/debian/changelog
--- palabos-1.5~r1+repack1/debian/changelog 2019-11-16 19:49:08.0 
+
+++ palabos-1.5~r1+repack1/debian/changelog 2024-02-29 19:18:49.0 
+
@@ -1,3 +1,10 @@
+palabos (1.5~r1+repack1-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063201
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:18:49 +
+
 palabos (1.5~r1+repack1-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru palabos-1.5~r1+repack1/debian/control 
palabos-1.5~r1+repack1/debian/control
--- palabos-1.5~r1+repack1/debian/control   2019-11-16 19:48:02.0 
+
+++ palabos-1.5~r1+repack1/debian/control   2024-02-29 19:18:49.0 
+
@@ -2,7 +2,7 @@
 Maintainer: Debian QA Group 
 Section: libs
 Priority: optional
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 12),
g++ (>= 4:7),
libeigen3-dev,
@@ -17,7 +17,7 @@
 Architecture: any
 Section: libdevel
 Depends: libeigen3-dev,
- libplb1 (= ${binary:Version}),
+ libplb1t64 (= ${binary:Version}),
  libtinyxml-dev,
  ${misc:Depends}
 Description: CFD solver based on the lattice Boltzmann method. Development 
files
@@ -43,7 +43,10 @@
  simulation or developing a new physical model has become simpler than ever.
  The package contains documentation and examples
 
-Package: libplb1
+Package: libplb1t64
+Provides: ${t64:Provides}
+Replaces: libplb1
+Breaks: libplb1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru palabos-1.5~r1+repack1/debian/libplb1.install 
palabos-1.5~r1+repack1/debian/libplb1.install
--- palabos-1.5~r1+repack1/debian/libplb1.install   2018-04-14 
08:51:35.0 +
+++ palabos-1.5~r1+repack1/debian/libplb1.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.install 
palabos-1.5~r1+repack1/debian/libplb1t64.install
--- palabos-1.5~r1+repack1/debian/libplb1t64.install1970-01-01 
00:00:00.0 +
+++ palabos-1.5~r1+repack1/debian/libplb1t64.install2018-04-14 
08:51:35.0 +
@@ -0,0 +1 @@
+usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides 
palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides
--- palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  2024-02-29 
19:18:43.0 +
@@ -0,0 +1 @@
+libplb1t64: package-name-doesnt-match-sonames libplb1


Bug#1063265: poco: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: poco
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 poco-1.11.0/debian/changelog poco-1.11.0/debian/changelog
--- poco-1.11.0/debian/changelog2024-01-16 05:46:36.0 +
+++ poco-1.11.0/debian/changelog2024-02-29 21:03:46.0 +
@@ -1,3 +1,10 @@
+poco (1.11.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063265
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 21:03:46 +
+
 poco (1.11.0-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru poco-1.11.0/debian/control poco-1.11.0/debian/control
--- poco-1.11.0/debian/control  2024-01-16 05:36:47.0 +
+++ poco-1.11.0/debian/control  2024-02-29 21:03:46.0 +
@@ -1,7 +1,7 @@
 Source: poco
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libexpat1-dev,
default-libmysqlclient-dev,
@@ -22,7 +22,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libpocoactiverecord80 (= ${binary:Version}), 
libpococrypto80 (= ${binary:Version}), libpocodata80 (= ${binary:Version}), 
libpocoencodings80 (= ${binary:Version}), libpocofoundation80 (= 
${binary:Version}), libpocojson80 (= ${binary:Version}), libpocojwt80 (= 
${binary:Version}), libpocodatamysql80 (= ${binary:Version}), 
libpocodatapostgresql80 (= ${binary:Version}), libpocomongodb80 (= 
${binary:Version}), libpoconet80 (= ${binary:Version}), libpoconetssl80 (= 
${binary:Version}), libpocodataodbc80 (= ${binary:Version}), 
libpocodatasqlite80 (= ${binary:Version}), libpocoredis80 (= 
${binary:Version}), libpocoutil80 (= ${binary:Version}), libpocoxml80 (= 
${binary:Version}), libpocozip80 (= ${binary:Version}), libexpat1-dev, 
default-libmysqlclient-dev, libpcre3-dev, libsqlite3-dev, libssl-dev, zlib1g-dev
+Depends: ${misc:Depends}, libpocoactiverecord80t64 (= ${binary:Version}), 
libpococrypto80t64 (= ${binary:Version}), libpocodata80t64 (= 
${binary:Version}), libpocoencodings80t64 (= ${binary:Version}), 
libpocofoundation80t64 (= ${binary:Version}), libpocojson80t64 (= 
${binary:Version}), libpocojwt80t64 (= ${binary:Version}), 
libpocodatamysql80t64 (= ${binary:Version}), libpocodatapostgresql80t64 (= 
${binary:Version}), libpocomongodb80t64 (= ${binary:Version}), libpoconet80t64 
(= ${binary:Version}), libpoconetssl80t64 (= ${binary:Version}), 
libpocodataodbc80t64 (= ${binary:Version}), libpocodatasqlite80t64 (= 
${binary:Version}), libpocoredis80t64 (= ${binary:Version}), libpocoutil80t64 
(= ${binary:Version}), libpocoxml80t64 (= ${binary:Version}), libpocozip80t64 
(= ${binary:Version}), libexpat1-dev, default-libmysqlclient-dev, libpcre3-dev, 
libsqlite3-dev, libssl-dev, zlib1g-dev
 Description: C++ Portable Components (POCO) Development files
  The POCO C++ Libraries are a collection of open source C++ class libraries
  that simplify and accelerate the development of network-centric, portable
@@ -39,7 +39,10 @@
  are NetSSL, providing SSL support for the network classes in the Net library,
  and Data, a library for uniformly accessing different SQL databases.
 
-Package: libpocoactiverecord80
+Package: libpocoactiverecord80t64
+Provides: ${t64:Provides}
+Replaces: libpocoactiverecord80
+Breaks: libpocoactiverecord80 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -56,7 +59,10 @@
  .
  This package provides the POCO ActiveRecord library.
 
-Package: libpococrypto80
+Package: libpococrypto80t64
+Provides: ${t64:Provides}
+Replaces: libpococrypto80
+Breaks: libpococrypto80 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -73,7 +79,10 @@
  .
  This package provides the POCO Crypto library.
 
-Package: libpocodata80
+Package: libpocodata80t64
+Provides: ${t64:Provides}
+Replaces: libpocodata80
+Breaks: libpocodata80 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -90,7 +99,10 @@
  .
  This package provides the POCO Data library.
 
-Package: libpocomongodb80
+Package: libpocomongodb80t64
+Provides: ${t64:Prov

Bug#1062714: qdbm: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: qdbm
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 qdbm-1.8.78/debian/changelog qdbm-1.8.78/debian/changelog
--- qdbm-1.8.78/debian/changelog2022-11-02 21:02:48.0 +
+++ qdbm-1.8.78/debian/changelog2024-02-29 21:36:48.0 +
@@ -1,3 +1,10 @@
+qdbm (1.8.78-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062714
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 21:36:48 +
+
 qdbm (1.8.78-12) unstable; urgency=medium
 
   * QA upload.
diff -Nru qdbm-1.8.78/debian/control qdbm-1.8.78/debian/control
--- qdbm-1.8.78/debian/control  2022-11-02 21:02:48.0 +
+++ qdbm-1.8.78/debian/control  2024-02-29 21:36:48.0 +
@@ -1,7 +1,7 @@
 Source: qdbm
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper (>= 10~), autoconf, autotools-dev, zlib1g-dev, perl, 
gem2deb, default-jdk , chrpath, dh-strip-nondeterminism
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10~), autoconf, 
autotools-dev, zlib1g-dev, perl, gem2deb, default-jdk , chrpath, 
dh-strip-nondeterminism
 Homepage: https://fallabs.com/qdbm/
 Standards-Version: 4.1.3
 Rules-Requires-Root: no
@@ -10,7 +10,10 @@
 XS-Ruby-Versions: all
 Section: libs
 
-Package: libqdbm14
+Package: libqdbm14t64
+Provides: ${t64:Provides}
+Replaces: libqdbm14
+Breaks: libqdbm14 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: QDBM Database Libraries without GDBM wrapper[runtime]
@@ -32,7 +35,7 @@
 Package: libqdbm-dev
 Section: libdevel
 Architecture: any
-Depends: libqdbm14 (= ${binary:Version}), ${misc:Depends}
+Depends: libqdbm14t64 (= ${binary:Version}), ${misc:Depends}
 Recommends: pkg-config
 Suggests: qdbm-doc
 Description: QDBM Database Libraries [development]
@@ -57,11 +60,13 @@
 Description: QDBM Database CGI commands
  This is the QDBM Database command package to be used as CGI commands.
 
-Package: libxqdbm3c2
+Package: libxqdbm3t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libxqdbm3c2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libqdbm3++c2 (<< 1.8.77-1)
-Breaks: libqdbm3++c2 (<< 1.8.77-1)
+Replaces: libxqdbm3c2, libqdbm3++c2 (<< 1.8.77-1)
+Breaks: libxqdbm3c2 (<< ${source:Version}), libqdbm3++c2 (<< 1.8.77-1)
 Description: QDBM Database Libraries for C++ [runtime]
  QDBM is an embedded database library compatible with GDBM and NDBM.
  It features hash database and B+ tree database and is developed referring
@@ -73,7 +78,7 @@
 Package: libxqdbm-dev
 Architecture: any
 Section: libdevel
-Depends: libxqdbm3c2 (= ${binary:Version}), libqdbm-dev (= ${binary:Version}), 
${misc:Depends}
+Depends: libxqdbm3t64 (= ${binary:Version}), libqdbm-dev (= 
${binary:Version}), ${misc:Depends}
 Replaces: libqdbm-dev (<< 1.8.78-1)
 Suggests: qdbm-doc
 Description: QDBM Database Libraries for C++ [development]
@@ -84,7 +89,7 @@
 Package: libqdbm3++c2
 Architecture: any
 Section: oldlibs
-Depends: libxqdbm3c2 (>= ${binary:Version}), ${misc:Depends}
+Depends: libxqdbm3t64 (>= ${binary:Version}), ${misc:Depends}
 Multi-Arch: no
 Description: QDBM Database Libraries for C++ [runtime] (transitional package)
  This is a dummy package to ease transition to new package name.
diff -Nru qdbm-1.8.78/debian/libqdbm14.dirs qdbm-1.8.78/debian/libqdbm14.dirs
--- qdbm-1.8.78/debian/libqdbm14.dirs   2022-11-02 21:02:48.0 +
+++ qdbm-1.8.78/debian/libqdbm14.dirs   1970-01-01 00:00:00.0 +
@@ -1,3 +0,0 @@
-usr/lib
-
-
diff -Nru qdbm-1.8.78/debian/libqdbm14.docs qdbm-1.8.78/debian/libqdbm14.docs
--- qdbm-1.8.78/debian/libqdbm14.docs   2022-11-02 21:02:48.0 +
+++ qdbm-1.8.78/debian/libqdbm14.docs   1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-NEWS
-
diff -Nru qdbm-1.8.78/debian/libqdbm14.install 
qdbm-1.8.78/debian/libqdbm14.install
--- qdbm-1.8.78/debian/libqdbm14.install2022-11-02 21:02:48.0 
+
+++ qdbm-1.8.78/debian/libqdbm14.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/libqdbm.so.*
diff -Nru qdbm-1.8.78/debian/libqdbm14.symbols 
qdbm-1.8.78/debian/libqdbm14.symbols
--- qdbm-1.8.78/debian/libqdbm14.symbols2022-11-02 21:02:48.

Bug#1062771: rasqal: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: rasqal
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 rasqal-0.9.33/debian/changelog rasqal-0.9.33/debian/changelog
--- rasqal-0.9.33/debian/changelog  2023-02-22 16:42:12.0 +
+++ rasqal-0.9.33/debian/changelog  2024-02-29 22:44:37.0 +
@@ -1,3 +1,10 @@
+rasqal (0.9.33-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062771
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 22:44:37 +
+
 rasqal (0.9.33-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru rasqal-0.9.33/debian/control rasqal-0.9.33/debian/control
--- rasqal-0.9.33/debian/control2023-02-22 16:41:55.0 +
+++ rasqal-0.9.33/debian/control2024-02-29 22:44:37.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper-compat (= 13), pkg-config, libraptor2-dev, 
libgmp-dev, libmhash-dev, uuid-dev, gtk-doc-tools
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), pkg-config, 
libraptor2-dev, libgmp-dev, libmhash-dev, uuid-dev, gtk-doc-tools
 Standards-Version: 4.6.1
 Homepage: https://librdf.org/rasqal/
 Vcs-Git: https://salsa.debian.org/debian/rasqal.git
@@ -16,12 +16,15 @@
 Suggests: librasqal3-doc
 Section: libdevel
 Architecture: any
-Depends: librasqal3 (= ${binary:Version}), libraptor2-dev, libgmp-dev, 
${misc:Depends}
+Depends: librasqal3t64 (= ${binary:Version}), libraptor2-dev, libgmp-dev, 
${misc:Depends}
 Description: Rasqal RDF query library development libraries and headers
  Development libraries, header files and documentation needed by
  programs that want to compile with the Rasqal RDF query library.
 
-Package: librasqal3
+Package: librasqal3t64
+Provides: ${t64:Provides}
+Replaces: librasqal3
+Breaks: librasqal3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru rasqal-0.9.33/debian/librasqal3.docs 
rasqal-0.9.33/debian/librasqal3.docs
--- rasqal-0.9.33/debian/librasqal3.docs2022-05-16 17:13:02.0 
+
+++ rasqal-0.9.33/debian/librasqal3.docs1970-01-01 00:00:00.0 
+
@@ -1,4 +0,0 @@
-README
-NEWS
-AUTHORS
-NOTICE
diff -Nru rasqal-0.9.33/debian/librasqal3.install 
rasqal-0.9.33/debian/librasqal3.install
--- rasqal-0.9.33/debian/librasqal3.install 2022-05-16 17:13:02.0 
+
+++ rasqal-0.9.33/debian/librasqal3.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/librasqal.so.*
diff -Nru rasqal-0.9.33/debian/librasqal3.shlibs 
rasqal-0.9.33/debian/librasqal3.shlibs
--- rasqal-0.9.33/debian/librasqal3.shlibs  2022-05-16 17:13:02.0 
+
+++ rasqal-0.9.33/debian/librasqal3.shlibs  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-librasqal 3 librasqal3 (>= 0.9.31)
diff -Nru rasqal-0.9.33/debian/librasqal3t64.docs 
rasqal-0.9.33/debian/librasqal3t64.docs
--- rasqal-0.9.33/debian/librasqal3t64.docs 1970-01-01 00:00:00.0 
+
+++ rasqal-0.9.33/debian/librasqal3t64.docs 2022-05-16 17:13:02.0 
+
@@ -0,0 +1,4 @@
+README
+NEWS
+AUTHORS
+NOTICE
diff -Nru rasqal-0.9.33/debian/librasqal3t64.install 
rasqal-0.9.33/debian/librasqal3t64.install
--- rasqal-0.9.33/debian/librasqal3t64.install  1970-01-01 00:00:00.0 
+
+++ rasqal-0.9.33/debian/librasqal3t64.install  2022-05-16 17:13:02.0 
+
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/librasqal.so.*
diff -Nru rasqal-0.9.33/debian/librasqal3t64.lintian-overrides 
rasqal-0.9.33/debian/librasqal3t64.lintian-overrides
--- rasqal-0.9.33/debian/librasqal3t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ rasqal-0.9.33/debian/librasqal3t64.lintian-overrides2024-02-29 
22:44:31.0 +
@@ -0,0 +1 @@
+librasqal3t64: package-name-doesnt-match-sonames librasqal3
diff -Nru rasqal-0.9.33/debian/librasqal3t64.shlibs 
rasqal-0.9.33/debian/librasqal3t64.shlibs
--- rasqal-0.9.33/debian/librasqal3t64.shlibs   1970-01-01 00:00:00.0 
+
+++ rasqal-0.9.33/debian/librasqal3t64.shlibs   2024-02-29 22:44:31.0 
+
@@ -0,0 +1 @@
+librasqal 3 librasqal3t64 (>= 0.9.31)


Bug#1062851: redland: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: redland
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 redland-1.0.17/debian/changelog redland-1.0.17/debian/changelog
--- redland-1.0.17/debian/changelog 2022-11-14 05:03:12.0 +
+++ redland-1.0.17/debian/changelog 2024-02-29 22:50:59.0 +
@@ -1,3 +1,10 @@
+redland (1.0.17-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062851
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 22:50:59 +
+
 redland (1.0.17-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru redland-1.0.17/debian/control redland-1.0.17/debian/control
--- redland-1.0.17/debian/control   2022-11-14 04:57:56.0 +
+++ redland-1.0.17/debian/control   2024-02-29 22:50:59.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cdbs,
  debhelper (>= 10~),
  default-libmysqlclient-dev,
@@ -28,7 +28,7 @@
 Depends:
  libraptor2-dev,
  librasqal3-dev,
- librdf0 (= ${binary:Version}),
+ librdf0t64 (= ${binary:Version}),
  ${misc:Depends},
 Suggests: librdf-perl, librdf-ruby, python-librdf
 Recommends: redland-utils
@@ -36,7 +36,10 @@
  RDF development libraries, header files, documentation and utilities
  needed by program that want to be compiled with Redland.
 
-Package: librdf0
+Package: librdf0t64
+Provides: ${t64:Provides}
+Replaces: librdf0
+Breaks: librdf0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru redland-1.0.17/debian/librdf0.install 
redland-1.0.17/debian/librdf0.install
--- redland-1.0.17/debian/librdf0.install   2013-11-12 19:06:26.0 
+
+++ redland-1.0.17/debian/librdf0.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/librdf*.so.*
diff -Nru redland-1.0.17/debian/librdf0.manpages 
redland-1.0.17/debian/librdf0.manpages
--- redland-1.0.17/debian/librdf0.manpages  2009-12-17 04:17:33.0 
+
+++ redland-1.0.17/debian/librdf0.manpages  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-docs/redland.3
diff -Nru redland-1.0.17/debian/librdf0.shlibs 
redland-1.0.17/debian/librdf0.shlibs
--- redland-1.0.17/debian/librdf0.shlibs2013-12-28 17:09:19.0 
+
+++ redland-1.0.17/debian/librdf0.shlibs1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-librdf 0 librdf0 (>= 1.0.17)
diff -Nru redland-1.0.17/debian/librdf0t64.install 
redland-1.0.17/debian/librdf0t64.install
--- redland-1.0.17/debian/librdf0t64.install1970-01-01 00:00:00.0 
+
+++ redland-1.0.17/debian/librdf0t64.install2013-11-12 19:06:26.0 
+
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/librdf*.so.*
diff -Nru redland-1.0.17/debian/librdf0t64.lintian-overrides 
redland-1.0.17/debian/librdf0t64.lintian-overrides
--- redland-1.0.17/debian/librdf0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ redland-1.0.17/debian/librdf0t64.lintian-overrides  2024-02-29 
22:50:52.0 +
@@ -0,0 +1 @@
+librdf0t64: package-name-doesnt-match-sonames librdf0
diff -Nru redland-1.0.17/debian/librdf0t64.manpages 
redland-1.0.17/debian/librdf0t64.manpages
--- redland-1.0.17/debian/librdf0t64.manpages   1970-01-01 00:00:00.0 
+
+++ redland-1.0.17/debian/librdf0t64.manpages   2009-12-17 04:17:33.0 
+
@@ -0,0 +1 @@
+docs/redland.3
diff -Nru redland-1.0.17/debian/librdf0t64.shlibs 
redland-1.0.17/debian/librdf0t64.shlibs
--- redland-1.0.17/debian/librdf0t64.shlibs 1970-01-01 00:00:00.0 
+
+++ redland-1.0.17/debian/librdf0t64.shlibs 2024-02-29 22:50:52.0 
+
@@ -0,0 +1 @@
+librdf 0 librdf0t64 (>= 1.0.17)


Bug#1062399: liblip: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: liblip
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 liblip-2.0.0/debian/changelog liblip-2.0.0/debian/changelog
--- liblip-2.0.0/debian/changelog   2023-08-09 15:43:43.0 +
+++ liblip-2.0.0/debian/changelog   2024-02-29 23:44:01.0 +
@@ -1,3 +1,10 @@
+liblip (2.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062399
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 23:44:01 +
+
 liblip (2.0.0-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru liblip-2.0.0/debian/control liblip-2.0.0/debian/control
--- liblip-2.0.0/debian/control 2023-08-09 15:43:43.0 +
+++ liblip-2.0.0/debian/control 2024-02-29 23:44:01.0 +
@@ -2,11 +2,14 @@
 Section: math
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: libtnt-dev (>= 1.2.5-3), autotools-dev
+Build-Depends: dpkg-dev (>= 1.22.5), libtnt-dev (>= 1.2.5-3), autotools-dev
 Homepage: http://www.deakin.edu.au/~gleb/lip.html
 Standards-Version: 3.7.2
 
-Package: liblip2
+Package: liblip2t64
+Provides: ${t64:Provides}
+Replaces: liblip2
+Breaks: liblip2 (<< ${source:Version})
 Section: libs
 Priority: optional
 Architecture: any
@@ -59,7 +62,7 @@
 Section: libdevel
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, libtnt-dev, liblip2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libtnt-dev, liblip2t64 (= ${binary:Version})
 Description: reliable interpolation of multivariate scattered data
  Lip interpolates scattered multivariate data with a Lipschitz function.
  .
diff -Nru liblip-2.0.0/debian/liblip2t64.lintian-overrides 
liblip-2.0.0/debian/liblip2t64.lintian-overrides
--- liblip-2.0.0/debian/liblip2t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ liblip-2.0.0/debian/liblip2t64.lintian-overrides2024-02-29 
23:43:53.0 +
@@ -0,0 +1 @@
+liblip2t64: package-name-doesnt-match-sonames liblip2
diff -Nru liblip-2.0.0/debian/rules liblip-2.0.0/debian/rules
--- liblip-2.0.0/debian/rules   2023-08-09 15:43:43.0 +
+++ liblip-2.0.0/debian/rules   2024-02-29 23:44:00.0 +
@@ -30,7 +30,7 @@
-rm -f `find . -name "*~"`
-rm -rf tnt shared static
-rm -rf debian/tmp debian/files* core debian/substvars 
debian/debhelper.log
-   -rm -rf debian/liblip2 debian/liblip-dev
+   -rm -rf debian/liblip2t64 debian/liblip-dev
 
 binary-indep: checkroot build
$(checkdir)
@@ -39,18 +39,18 @@
 binary-arch: checkroot build
$(checkdir)
-rm -rf debian/tmp
-   -rm -rf debian/liblip2 debian/liblip-dev
-   install -d debian/tmp/DEBIAN 
debian/liblip2/usr/share/doc/liblip2/examples
-   cd debian && install -d liblip2 liblip-dev
-   cd debian/liblip2&& install -d DEBIAN usr/share/doc usr/lib/lip
+   -rm -rf debian/liblip2t64 debian/liblip-dev
+   install -d debian/tmp/DEBIAN 
debian/liblip2t64/usr/share/doc/liblip2t64/examples
+   cd debian && install -d liblip2t64 liblip-dev
+   cd debian/liblip2t64&& install -d DEBIAN usr/share/doc usr/lib/lip
cd debian/liblip-dev && install -d DEBIAN usr/share/doc usr/lib/lip 
usr/include/lip
 
-   cd debian && install -m 644 shlibs liblip2/DEBIAN
+   cd debian && install -m 644 shlibs liblip2t64/DEBIAN
 
cd shared/lib && $(STRIP) --strip-unneeded liblip.so.2.0.0
cd static/lib && strip --strip-debug liblip.a
 
-   mv shared/lib/liblip.so.* debian/liblip2/usr/lib/lip
+   mv shared/lib/liblip.so.* debian/liblip2t64/usr/lib/lip
mv shared/lib/liblip.so debian/liblip-dev/usr/lib/lip   
sed "s/^libdir=.*/libdir=\'\/usr\/lib\/lip\'/" shared/lib/liblip.la > 
debian/liblip-dev/usr/lib/lip/liblip.la
mv static/lib/liblip.a debian/liblip-dev/usr/lib/lip
@@ -60,23 +60,23 @@
mv static/include/memblock.h debian/liblip-dev/usr/include/lip
chmod +r debian/liblip-dev/usr/include/lip/*
 
-   cp -p debian/copyright debian/liblip2/usr/share/doc/liblip2
-   cp -p debian/changelog 
debian/liblip2/usr/share/doc/liblip2/changelog.Debian
-   cp -p docs/* debian/liblip2/usr/share/doc/liblip2

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

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