Bug#1063258: pkcs11-helper: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pkcs11-helper
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 pkcs11-helper-1.29.0/debian/changelog 
pkcs11-helper-1.29.0/debian/changelog
--- pkcs11-helper-1.29.0/debian/changelog   2023-08-21 13:11:30.0 
+
+++ pkcs11-helper-1.29.0/debian/changelog   2024-02-29 20:52:48.0 
+
@@ -1,3 +1,10 @@
+pkcs11-helper (1.29.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063258
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:52:48 +
+
 pkcs11-helper (1.29.0-2) unstable; urgency=medium
 
   * Team upload
diff -Nru pkcs11-helper-1.29.0/debian/control 
pkcs11-helper-1.29.0/debian/control
--- pkcs11-helper-1.29.0/debian/control 2023-08-21 13:08:48.0 +
+++ pkcs11-helper-1.29.0/debian/control 2024-02-29 20:52:48.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian OpenSC Maintainers 

 Uploaders: Eric Dorland 
 Rules-Requires-Root: no
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
doxygen,
libssl-dev,
pkg-config
@@ -20,7 +20,7 @@
 Provides: libpkcs11-helper-dev
 Conflicts: libpkcs11-helper-dev
 Depends: libjs-jquery,
- libpkcs11-helper1 (= ${binary:Version}),
+ libpkcs11-helper1t64 (= ${binary:Version}),
  libssl-dev,
  ${misc:Depends}
 Description: library that simplifies the interaction with PKCS#11
@@ -37,7 +37,10 @@
  attributes are usually vendor specific, and 99% of application need to
  access existing objects in order to perform signature and decryption.
 
-Package: libpkcs11-helper1
+Package: libpkcs11-helper1t64
+Provides: ${t64:Provides}
+Replaces: libpkcs11-helper1
+Breaks: libpkcs11-helper1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru pkcs11-helper-1.29.0/debian/libpkcs11-helper1.install 
pkcs11-helper-1.29.0/debian/libpkcs11-helper1.install
--- pkcs11-helper-1.29.0/debian/libpkcs11-helper1.install   2023-08-21 
13:08:48.0 +
+++ pkcs11-helper-1.29.0/debian/libpkcs11-helper1.install   1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/man
diff -Nru pkcs11-helper-1.29.0/debian/libpkcs11-helper1.symbols 
pkcs11-helper-1.29.0/debian/libpkcs11-helper1.symbols
--- pkcs11-helper-1.29.0/debian/libpkcs11-helper1.symbols   2023-08-21 
13:08:48.0 +
+++ pkcs11-helper-1.29.0/debian/libpkcs11-helper1.symbols   1970-01-01 
00:00:00.0 +
@@ -1,85 +0,0 @@
-libpkcs11-helper.so.1 libpkcs11-helper1 #MINVER#
-* Build-Depends-Package: libpkcs11-helper1-dev
- pkcs11h_addProvider@Base 1.05
- pkcs11h_certificate_create@Base 1.05
- pkcs11h_certificate_decrypt@Base 1.05
- pkcs11h_certificate_decryptAny@Base 1.05
- pkcs11h_certificate_decryptAny_ex@Base 1.28
- pkcs11h_certificate_decrypt_ex@Base 1.28
- pkcs11h_certificate_deserializeCertificateId@Base 1.05
- pkcs11h_certificate_duplicateCertificateId@Base 1.05
- pkcs11h_certificate_ensureCertificateAccess@Base 1.05
- pkcs11h_certificate_ensureKeyAccess@Base 1.05
- pkcs11h_certificate_enumCertificateIds@Base 1.05
- pkcs11h_certificate_enumTokenCertificateIds@Base 1.05
- pkcs11h_certificate_freeCertificate@Base 1.05
- pkcs11h_certificate_freeCertificateId@Base 1.05
- pkcs11h_certificate_freeCertificateIdList@Base 1.05
- pkcs11h_certificate_getCertificateBlob@Base 1.05
- pkcs11h_certificate_getCertificateId@Base 1.05
- pkcs11h_certificate_getPromptMask@Base 1.05
- pkcs11h_certificate_getUserData@Base 1.05
- pkcs11h_certificate_lockSession@Base 1.05
- pkcs11h_certificate_releaseSession@Base 1.05
- pkcs11h_certificate_serializeCertificateId@Base 1.05
- pkcs11h_certificate_setCertificateIdCertificateBlob@Base 1.05
- pkcs11h_certificate_setPromptMask@Base 1.05
- pkcs11h_certificate_setUserData@Base 1.05
- pkcs11h_certificate_sign@Base 1.05
- pkcs11h_certificate_signAny@Base 1.05
- pkcs11h_certificate_signAny_ex@Base 1.28
- pkcs11h_certificate_signRecover@Base 1.05
- pkcs11h_certificate_signRecover_ex@Base 1.28
- pkcs11h_certificate_sign_ex@Base 1.28
- pkcs11h_certificate_unwrap@Base 1.05
- pkcs11h_certificate_unwrap_ex@Base 1.28
- pkcs11h_data_del@Base 1.05
- pkcs11h_data_enumDataObjects@Base 1.05
- pkcs11h_data_freeDataIdList@

Bug#1063257: pistache: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pistache
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 pistache-0.0.5+ds/debian/changelog pistache-0.0.5+ds/debian/changelog
--- pistache-0.0.5+ds/debian/changelog  2023-07-15 21:42:58.0 +
+++ pistache-0.0.5+ds/debian/changelog  2024-02-29 20:52:06.0 +
@@ -1,3 +1,10 @@
+pistache (0.0.5+ds-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063257
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:52:06 +
+
 pistache (0.0.5+ds-5) unstable; urgency=medium
 
   * d/patches: add missing cstdint include (Closes: #1037819)
diff -Nru pistache-0.0.5+ds/debian/control pistache-0.0.5+ds/debian/control
--- pistache-0.0.5+ds/debian/control2023-07-15 21:38:05.0 +
+++ pistache-0.0.5+ds/debian/control2024-02-29 20:52:06.0 +
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Andrea Pappacoda 
-Build-Depends: debhelper-compat (= 13)
-Build-Depends-Arch: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
+Build-Depends-Arch: dpkg-dev (>= 1.22.5), cmake,
 libcpp-httplib-dev ,
 libcurl4-openssl-dev | libcurl-dev ,
 libgmock-dev (>= 1.11.0) ,
@@ -18,7 +18,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/pistache
 Rules-Requires-Root: no
 
-Package: libpistache0
+Package: libpistache0t64
+Provides: ${t64:Provides}
+Replaces: libpistache0
+Breaks: libpistache0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -37,7 +40,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libpistache0 (= ${binary:Version}),
+Depends: libpistache0t64 (= ${binary:Version}),
  libssl-dev,
  rapidjson-dev,
  ${misc:Depends}
diff -Nru pistache-0.0.5+ds/debian/libpistache0.install 
pistache-0.0.5+ds/debian/libpistache0.install
--- pistache-0.0.5+ds/debian/libpistache0.install   2023-07-15 
21:38:05.0 +
+++ pistache-0.0.5+ds/debian/libpistache0.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libpistache.so.0*
diff -Nru pistache-0.0.5+ds/debian/libpistache0t64.install 
pistache-0.0.5+ds/debian/libpistache0t64.install
--- pistache-0.0.5+ds/debian/libpistache0t64.install1970-01-01 
00:00:00.0 +
+++ pistache-0.0.5+ds/debian/libpistache0t64.install2023-07-15 
21:38:05.0 +
@@ -0,0 +1 @@
+usr/lib/*/libpistache.so.0*
diff -Nru pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides 
pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides
--- pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides  2024-02-29 
20:52:00.0 +
@@ -0,0 +1 @@
+libpistache0t64: package-name-doesnt-match-sonames libpistache0


Bug#1063256: pigpio: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pigpio
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 pigpio-1.78/debian/changelog pigpio-1.78/debian/changelog
--- pigpio-1.78/debian/changelog2021-01-28 19:08:40.0 +
+++ pigpio-1.78/debian/changelog2024-02-29 20:51:34.0 +
@@ -1,3 +1,10 @@
+pigpio (1.78-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063256
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:51:34 +
+
 pigpio (1.78-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru pigpio-1.78/debian/control pigpio-1.78/debian/control
--- pigpio-1.78/debian/control  2021-01-28 19:08:40.0 +
+++ pigpio-1.78/debian/control  2024-02-29 20:51:34.0 +
@@ -2,12 +2,15 @@
 Section: utils
 Priority: optional
 Maintainer: Peter Michael Green 
-Build-Depends: debhelper (>= 9.20160709), dh-python,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9.20160709), dh-python,
   python3-all, python3-setuptools
 Standards-Version: 4.2.0
 Homepage: http://abyz.co.uk/rpi/pigpio/
 
-Package: libpigpiod-if2-1
+Package: libpigpiod-if2-1t64
+Provides: ${t64:Provides}
+Replaces: libpigpiod-if2-1
+Breaks: libpigpiod-if2-1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -19,7 +22,10 @@
  .
  This package provides the libpigpiod_if2 client library
 
-Package: libpigpiod-if1
+Package: libpigpiod-if1t64
+Provides: ${t64:Provides}
+Replaces: libpigpiod-if1
+Breaks: libpigpiod-if1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -34,7 +40,7 @@
 Package: libpigpiod-if-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpigpiod-if1 (= 
${binary:Version}), libpigpiod-if2-1 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpigpiod-if1t64 (= 
${binary:Version}), libpigpiod-if2-1t64 (= ${binary:Version})
 Conflicts: pigpio (<< 1.68-1)
 Description: Development headers for client libraries for Raspberry Pi GPIO 
control
  Pigpio is a set of software which allows control of the General Purpose Input
diff -Nru pigpio-1.78/debian/libpigpiod-if1.install 
pigpio-1.78/debian/libpigpiod-if1.install
--- pigpio-1.78/debian/libpigpiod-if1.install   2021-01-28 19:08:40.0 
+
+++ pigpio-1.78/debian/libpigpiod-if1.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libpigpiod_if.so.1
diff -Nru pigpio-1.78/debian/libpigpiod-if1t64.install 
pigpio-1.78/debian/libpigpiod-if1t64.install
--- pigpio-1.78/debian/libpigpiod-if1t64.install1970-01-01 
00:00:00.0 +
+++ pigpio-1.78/debian/libpigpiod-if1t64.install2021-01-28 
19:08:40.0 +
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libpigpiod_if.so.1
diff -Nru pigpio-1.78/debian/libpigpiod-if1t64.lintian-overrides 
pigpio-1.78/debian/libpigpiod-if1t64.lintian-overrides
--- pigpio-1.78/debian/libpigpiod-if1t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ pigpio-1.78/debian/libpigpiod-if1t64.lintian-overrides  2024-02-29 
20:51:29.0 +
@@ -0,0 +1 @@
+libpigpiod-if1t64: package-name-doesnt-match-sonames libpigpiod-if1
diff -Nru pigpio-1.78/debian/libpigpiod-if2-1.install 
pigpio-1.78/debian/libpigpiod-if2-1.install
--- pigpio-1.78/debian/libpigpiod-if2-1.install 2021-01-28 19:08:40.0 
+
+++ pigpio-1.78/debian/libpigpiod-if2-1.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libpigpiod_if2.so.1
diff -Nru pigpio-1.78/debian/libpigpiod-if2-1t64.install 
pigpio-1.78/debian/libpigpiod-if2-1t64.install
--- pigpio-1.78/debian/libpigpiod-if2-1t64.install  1970-01-01 
00:00:00.0 +
+++ pigpio-1.78/debian/libpigpiod-if2-1t64.install  2021-01-28 
19:08:40.0 +
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libpigpiod_if2.so.1
diff -Nru pigpio-1.78/debian/libpigpiod-if2-1t64.lintian-overrides 
pigpio-1.78/debian/libpigpiod-if2-1t64.lintian-overrides
--- pigpio-1.78/debian/libpigpiod-if2-1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ pigpio-1.78/debian/libpigpiod-if2-1t64.lintian-overrides2024-02-29 
20:51:29.0 +
@@ -0,0 +1 @@
+libpigpiod-if2-1t64: package-name-doesnt-match-sonames libpigpiod-if2-1


Bug#1063229: pianobar: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pianobar
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 pianobar-2022.04.01/debian/changelog 
pianobar-2022.04.01/debian/changelog
--- pianobar-2022.04.01/debian/changelog2022-04-01 23:15:30.0 
+
+++ pianobar-2022.04.01/debian/changelog2024-02-29 20:48:11.0 
+
@@ -1,3 +1,10 @@
+pianobar (2022.04.01-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063229
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:48:11 +
+
 pianobar (2022.04.01-1) unstable; urgency=medium
 
   * New upstream version 2022.04.01.
diff -Nru pianobar-2022.04.01/debian/control pianobar-2022.04.01/debian/control
--- pianobar-2022.04.01/debian/control  2022-04-01 23:15:04.0 +
+++ pianobar-2022.04.01/debian/control  2024-02-29 20:48:11.0 +
@@ -5,7 +5,7 @@
 Uploaders:
  Romain Beauxis ,
  Unit 193 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libao-dev,
  libavcodec-dev,
@@ -43,7 +43,10 @@
  You need an account in order to use this player, so please consider
  create one for free before using pianobar at https://pandora.com.
 
-Package: libpiano0
+Package: libpiano0t64
+Provides: ${t64:Provides}
+Replaces: libpiano0
+Breaks: libpiano0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -74,7 +77,7 @@
 Multi-Arch: same
 Section: libdevel
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libpiano0 (= ${binary:Version}), ${misc:Depends}
+Depends: libpiano0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library to interface with Pandora radio -- development
  libpiano is a cross-platform library to interface with the personalized
  web radio Pandora, supporting all important features the official Flash™
diff -Nru pianobar-2022.04.01/debian/libpiano0.install 
pianobar-2022.04.01/debian/libpiano0.install
--- pianobar-2022.04.01/debian/libpiano0.install2019-01-25 
13:23:34.0 +
+++ pianobar-2022.04.01/debian/libpiano0.install1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libpiano.so.0.0.0
-usr/lib/*/libpiano.so.0
diff -Nru pianobar-2022.04.01/debian/libpiano0.symbols 
pianobar-2022.04.01/debian/libpiano0.symbols
--- pianobar-2022.04.01/debian/libpiano0.symbols2020-12-01 
03:09:50.0 +
+++ pianobar-2022.04.01/debian/libpiano0.symbols1970-01-01 
00:00:00.0 +
@@ -1,22 +0,0 @@
-libpiano.so.0 libpiano0 #MINVER#
-* Build-Depends-Package: libpiano-dev
- PianoDecryptString@Base 2011.04.19
- PianoDestroy@Base 2011.04.19
- PianoDestroyPlaylist@Base 2011.04.19
- PianoDestroyRequest@Base 2011.04.19
- PianoDestroySearchResult@Base 2011.04.19
- PianoDestroyStation@Base 2011.04.19
- PianoDestroyStationInfo@Base 2011.04.19
- PianoDestroyStationMode@Base 2020.11.28
- PianoDestroyUserInfo@Base 2012.05.06
- PianoEncryptString@Base 2011.04.19
- PianoErrorToStr@Base 2011.04.19
- PianoFindStationById@Base 2011.04.19
- PianoInit@Base 2011.04.19
- PianoListAppend@Base 2013.09.15
- PianoListCount@Base 2013.09.15
- PianoListDelete@Base 2013.09.15
- PianoListGet@Base 2013.09.15
- PianoListPrepend@Base 2013.09.15
- PianoRequest@Base 2011.04.19
- PianoResponse@Base 2011.04.19
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.install 
pianobar-2022.04.01/debian/libpiano0t64.install
--- pianobar-2022.04.01/debian/libpiano0t64.install 1970-01-01 
00:00:00.0 +
+++ pianobar-2022.04.01/debian/libpiano0t64.install 2019-01-25 
13:23:34.0 +
@@ -0,0 +1,2 @@
+usr/lib/*/libpiano.so.0.0.0
+usr/lib/*/libpiano.so.0
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides 
pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides
--- pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ pianobar-2022.04.01/debian/libpiano0t64.lintian-overrides   2024-02-29 
20:48:03.0 +
@@ -0,0 +1 @@
+libpiano0t64: package-name-doesnt-match-sonames libpiano0
diff -Nru pianobar-2022.04.01/debian/libpiano0t64.symbols 
pianobar-2022.04.01/debian/libpiano0t64.symbols
--- pianobar-2022.04.01/debian/libpiano0t64.symbols 1970-01-01 
00:00:00.0 +
+++ pianobar-2022.04.01/debian/libpiano0t64.symbols 2024-02-29 
20:48:03.0 +
@@ -

Bug#1064332: petsc: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: petsc
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 petsc-3.19.6+dfsg1/debian/changelog 
petsc-3.19.6+dfsg1/debian/changelog
--- petsc-3.19.6+dfsg1/debian/changelog 2024-01-21 06:41:21.0 +
+++ petsc-3.19.6+dfsg1/debian/changelog 2024-02-29 20:22:10.0 +
@@ -1,3 +1,10 @@
+petsc (3.19.6+dfsg1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064332
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:22:10 +
+
 petsc (3.19.6+dfsg1-2) unstable; urgency=medium
 
   * Update debian/patches/soname_extension to also add a define PETSC_LIB_EXT,
diff -Nru petsc-3.19.6+dfsg1/debian/control petsc-3.19.6+dfsg1/debian/control
--- petsc-3.19.6+dfsg1/debian/control   2024-01-21 06:41:21.0 +
+++ petsc-3.19.6+dfsg1/debian/control   2024-02-29 20:22:10.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Maintainers 

 Uploaders: "Adam C. Powell, IV" , Drew Parsons 

 Standards-Version: 4.6.2
-Build-Depends: debhelper-compat (= 13), python3, gfortran,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), python3, 
gfortran,
  pkg-config, dh-python,
  dh-fortran-mod,
  gdb,
@@ -86,7 +86,7 @@
 Multi-Arch: same
 Architecture: any
 Section: libdevel
-Depends: libpetsc-real3.19 (= ${binary:Version}),
+Depends: libpetsc-real3.19t64 (= ${binary:Version}),
  libpetsc3.19-dev-common (= ${source:Version}),
  ${MPI:Depends},
  libhypre-dev (>= 2.15.1),
@@ -99,7 +99,7 @@
 Conflicts: libpetsc3.6.3-dev (<< 3.6.3.dfsg2-2), libpetsc-complex-3.6.3-dev 
(<< 3.6.3.dfsg2-2),
  libpetsc3.6.2-dev (<= 3.6.2.dfsg1-3), libpetsc-complex-3.6.2-dev (<= 
3.6.2.dfsg1-3)
 Recommends: libpetsc3.19-dev-examples, ksh | mksh | pdksh | zsh
-Suggests: petsc-dev, libpetsc-real3.19-dbg (= ${binary:Version}), 
petsc3.19-doc, libluminate-dev
+Suggests: petsc-dev, libpetsc-real3.19t64-dbg (= ${binary:Version}), 
petsc3.19-doc, libluminate-dev
 Description: Static libraries, shared links, header files for PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific
  Computation", a suite of data structures and routines for the
@@ -112,16 +112,17 @@
  This package provides the development files for building applications
  using PETSc 3.19 with real numbers.
 
-Package: libpetsc-real3.19
+Package: libpetsc-real3.19t64
 Architecture: any
 Multi-Arch: same
 Section: libs
-Provides: libpetsc3.19
+X-Time64-Compat: libpetsc-complex3.19-dbg
+Provides: ${t64:Provides}, libpetsc3.19
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libpetsc3.6 (<< 3.6.2.dfsg1-4)
-Breaks: libpetsc-real3.10, libslepc-real3.10, libpetsc3.10-dev-common, 
libpetsc3.10-dev-examples
-Replaces: libpetsc3.6 (<< 3.6.2.dfsg1-4)
+Breaks: libpetsc-real3.19 (<< ${source:Version}), libpetsc-real3.10, 
libslepc-real3.10, libpetsc3.10-dev-common, libpetsc3.10-dev-examples
+Replaces: libpetsc-real3.19, libpetsc3.6 (<< 3.6.2.dfsg1-4)
 Description: Shared libraries for version 3.19 of PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific
  Computation", a suite of data structures and routines for the
@@ -133,7 +134,7 @@
  .
  This package contains the PETSc 3.19 shared library for real numbers.
  .
- It provides soname libpetsc-real3.19
+ It provides soname libpetsc-real3.19t64
 
 Package: libpetsc3.19-dev-common
 Architecture: all
@@ -173,7 +174,7 @@
 Depends: ${misc:Depends}, ${python3:Depends},
  libjs-mathjax
 Recommends: ksh | mksh | pdksh | zsh,
- libpetsc-real3.19-dev | libpetsc-complex3.19-dev | libpetsc-real3.19-dbg | 
libpetsc-complex3.19-dbg
+ libpetsc-real3.19-dev | libpetsc-complex3.19-dev | libpetsc-real3.19t64-dbg | 
libpetsc-complex3.19t64-dbg
 Suggests: petsc3.19-doc
 Description: Static libraries, shared links, header files for PETSc
  PETSc is the "Portable Extensible Toolkit for Scientific
@@ -186,7 +187,9 @@
  .
  This package provides example, test, and tutorial scripts for PETSc 3.19.
 
-Package: libpetsc-real3.19-dbg
+Package: libpetsc-real3.19t64-dbg
+Replaces: libpetsc-real3.19-dbg
+Breaks: libpetsc-real3.19-dbg (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: debug
@@ -198,7 +201,8 @@
  ${misc:Depends}, ${shlibs:Depends},
  python3, ${py

Bug#1063217: peony: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: peony
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 peony-4.0.0.0/debian/changelog peony-4.0.0.0/debian/changelog
--- peony-4.0.0.0/debian/changelog  2024-01-23 02:42:22.0 +
+++ peony-4.0.0.0/debian/changelog  2024-02-29 20:19:01.0 +
@@ -1,3 +1,10 @@
+peony (4.0.0.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063217
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:19:01 +
+
 peony (4.0.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru peony-4.0.0.0/debian/control peony-4.0.0.0/debian/control
--- peony-4.0.0.0/debian/control2024-01-23 02:42:22.0 +
+++ peony-4.0.0.0/debian/control2024-02-29 20:19:01.0 +
@@ -5,7 +5,7 @@
 Uploaders: Aron Xu ,
handsome_feng ,
xibowen 
-Build-Depends: debhelper-compat (=13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (=13),
libbamf3-dev,
libcanberra-dev,
libdconf-dev,
@@ -44,7 +44,7 @@
 Package: peony
 Architecture: any
 Multi-Arch: foreign
-Depends: libpeony3 (= ${binary:Version}),
+Depends: libpeony3t64 (= ${binary:Version}),
  peony-common (= ${source:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
@@ -69,7 +69,7 @@
  .
  This package contains the architecture independent files.
 
-Package: libpeony3
+Package: libpeony3t64
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -79,9 +79,9 @@
  gvfs-fuse,
  ${misc:Depends},
  ${shlibs:Depends}
-Provides: libpeony
-Breaks: libpeony2, peony (<< 2.2.0-1)
-Replaces: libpeony2, peony (<< 2.2.0-1)
+Provides: ${t64:Provides}, libpeony
+Breaks: libpeony3 (<< ${source:Version}), libpeony2, peony (<< 2.2.0-1)
+Replaces: libpeony3, libpeony2, peony (<< 2.2.0-1)
 Description: libraries for Peony components
  Peony is the official file manager for the UKUI desktop. It allows one
  to browse directories, preview files and launch applications associated
@@ -99,7 +99,7 @@
  libglib2.0-dev,
  libgsettings-qt-dev,
  libnotify-dev,
- libpeony3 (= ${binary:Version}),
+ libpeony3t64 (= ${binary:Version}),
  libpoppler-qt5-dev,
  libudisks2-dev,
  qtbase5-dev,
diff -Nru peony-4.0.0.0/debian/libpeony3.install 
peony-4.0.0.0/debian/libpeony3.install
--- peony-4.0.0.0/debian/libpeony3.install  2024-01-17 02:42:10.0 
+
+++ peony-4.0.0.0/debian/libpeony3.install  1970-01-01 00:00:00.0 
+
@@ -1,3 +0,0 @@
-translations/libpeony-qt/* usr/share/libpeony-qt
-usr/lib/*/*.so.*
-usr/share/libpeony-qt/*.qm
diff -Nru peony-4.0.0.0/debian/libpeony3.shlibs 
peony-4.0.0.0/debian/libpeony3.shlibs
--- peony-4.0.0.0/debian/libpeony3.shlibs   2024-01-17 02:42:10.0 
+
+++ peony-4.0.0.0/debian/libpeony3.shlibs   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-libpeony 3 libpeony3 (>= 3.0.2)
diff -Nru peony-4.0.0.0/debian/libpeony3t64.install 
peony-4.0.0.0/debian/libpeony3t64.install
--- peony-4.0.0.0/debian/libpeony3t64.install   1970-01-01 00:00:00.0 
+
+++ peony-4.0.0.0/debian/libpeony3t64.install   2024-01-17 02:42:10.0 
+
@@ -0,0 +1,3 @@
+translations/libpeony-qt/* usr/share/libpeony-qt
+usr/lib/*/*.so.*
+usr/share/libpeony-qt/*.qm
diff -Nru peony-4.0.0.0/debian/libpeony3t64.lintian-overrides 
peony-4.0.0.0/debian/libpeony3t64.lintian-overrides
--- peony-4.0.0.0/debian/libpeony3t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ peony-4.0.0.0/debian/libpeony3t64.lintian-overrides 2024-02-29 
20:18:47.0 +
@@ -0,0 +1 @@
+libpeony3t64: package-name-doesnt-match-sonames libpeony3
diff -Nru peony-4.0.0.0/debian/libpeony3t64.shlibs 
peony-4.0.0.0/debian/libpeony3t64.shlibs
--- peony-4.0.0.0/debian/libpeony3t64.shlibs1970-01-01 00:00:00.0 
+
+++ peony-4.0.0.0/debian/libpeony3t64.shlibs2024-02-29 20:18:47.0 
+
@@ -0,0 +1 @@
+libpeony 3 libpeony3t64 (>= 3.0.2)


Bug#1064284: pcp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pcp
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 pcp-6.2.0/debian/changelog pcp-6.2.0/debian/changelog
--- pcp-6.2.0/debian/changelog  2024-02-11 22:18:37.0 +
+++ pcp-6.2.0/debian/changelog  2024-02-29 20:04:59.0 +
@@ -1,3 +1,10 @@
+pcp (6.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064284
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 20:04:59 +
+
 pcp (6.2.0-1) unstable; urgency=low
 
   * New release (full details in CHANGELOG).
diff -Nru pcp-6.2.0/debian/control pcp-6.2.0/debian/control
--- pcp-6.2.0/debian/control2024-02-11 22:18:37.0 +
+++ pcp-6.2.0/debian/control2024-02-29 20:04:59.0 +
@@ -4,12 +4,12 @@
 Homepage: https://pcp.io
 Maintainer: PCP Development Team 
 Uploaders: Nathan Scott , Ken McDonell 
-Build-Depends: bison, flex, gawk, procps, pkg-config, debhelper (>= 5), perl 
(>= 5.6), libreadline-dev | libreadline5-dev | libreadline-gplv2-dev, chrpath, 
libbsd-dev [kfreebsd-any], libkvm-dev [kfreebsd-any], python3-dev, 
libsasl2-dev, libuv1-dev, libssl-dev, libavahi-common-dev, qtbase5-dev, 
qtbase5-dev-tools, libqt5svg5-dev, qtchooser, autotools-dev, zlib1g-dev, 
autoconf, libclass-dbi-perl, libdbd-mysql-perl, python3-psycopg2, 
python3-openpyxl, dh-python, libpfm4-dev, libncurses5-dev, python3-six, 
python3-json-pointer, python3-requests, libextutils-autoinstall-perl, 
libxml-tokeparser-perl, librrds-perl, libjson-perl, libwww-perl, 
libnet-snmp-perl, liblzma-dev, systemd, libsystemd-dev, python3-bpfcc [amd64 
arm64 armhf ppc64el s390x ppc64], bpftrace (>= 0.9.2) [amd64 arm64 ppc64el], 
clang, llvm, libbpf-dev (>= 0.8.0), libibumad-dev, libibmad-dev, manpages
+Build-Depends: dpkg-dev (>= 1.22.5), bison, flex, gawk, procps, pkg-config, 
debhelper (>= 5), perl (>= 5.6), libreadline-dev | libreadline5-dev | 
libreadline-gplv2-dev, chrpath, libbsd-dev [kfreebsd-any], libkvm-dev 
[kfreebsd-any], python3-dev, libsasl2-dev, libuv1-dev, libssl-dev, 
libavahi-common-dev, qtbase5-dev, qtbase5-dev-tools, libqt5svg5-dev, qtchooser, 
autotools-dev, zlib1g-dev, autoconf, libclass-dbi-perl, libdbd-mysql-perl, 
python3-psycopg2, python3-openpyxl, dh-python, libpfm4-dev, libncurses5-dev, 
python3-six, python3-json-pointer, python3-requests, 
libextutils-autoinstall-perl, libxml-tokeparser-perl, librrds-perl, 
libjson-perl, libwww-perl, libnet-snmp-perl, liblzma-dev, systemd, 
libsystemd-dev, python3-bpfcc [amd64 arm64 armhf ppc64el s390x ppc64], bpftrace 
(>= 0.9.2) [amd64 arm64 ppc64el], clang, llvm, libbpf-dev (>= 0.8.0), 
libibumad-dev, libibmad-dev, manpages
 Standards-Version: 3.9.3
 X-Python3-Version: >= 3.3
 
 Package: pcp
-Depends: ${shlibs:Depends}, ${misc:Depends}, gawk, procps, python3-pcp, 
python3, libpcp-pmda3 (= ${binary:Version}), libpcp-mmv1 (= ${binary:Version}), 
libpcp-web1 (= ${binary:Version}), libpcp-archive1 (= ${binary:Version}), 
libpcp3 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, gawk, procps, python3-pcp, 
python3, libpcp-pmda3t64 (= ${binary:Version}), libpcp-mmv1t64 (= 
${binary:Version}), libpcp-web1t64 (= ${binary:Version}), libpcp-archive1t64 (= 
${binary:Version}), libpcp3t64 (= ${binary:Version})
 Recommends: libpcp-pmda-perl
 Conflicts: pgpool2, dstat, pcp-webapi, pcp-manager
 Suggests: pcp-gui, libpcp-import-perl, bpftrace (>= 0.9.2) [amd64 arm64 
ppc64el], python3-bpfcc [amd64 arm64 armhf ppc64el s390x ppc64], redis-server
@@ -28,7 +28,7 @@
 
 Package: pcp-conf
 Depends: ${misc:Depends}
-Breaks: libpcp3 (<< 3.9.0), pcp (<< 4.0.1)
+Breaks: libpcp3t64 (<< 3.9.0), pcp (<< 4.0.1)
 Section: libs
 Architecture: any
 Description: Performance Co-Pilot runtime configuration
@@ -43,7 +43,7 @@
 
 Package: libpcp3-dev
 Section: libdevel
-Depends: ${misc:Depends}, libpcp3 (= ${binary:Version}), libc6-dev | libc-dev
+Depends: ${misc:Depends}, libpcp3t64 (= ${binary:Version}), libc6-dev | 
libc-dev
 Breaks: pcp (<< 4.3.4), libpcp-gui2-dev (<< 3.11.10~), pcp-webapi (<< 5.0.0), 
pcp-manager (<< 5.2.0)
 Replaces: libpcp-gui2-dev (<< 3.11.10~), pcp-webapi (<< 5.0.0), pcp-manager 
(<< 5.2.0)
 Architecture: any
@@ -57,10 +57,12 @@
  client applications to easily retrie

Bug#1063216: parted: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: parted
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 parted-3.6/debian/.gitignore parted-3.6/debian/.gitignore
--- parted-3.6/debian/.gitignore2023-06-26 22:34:57.0 +
+++ parted-3.6/debian/.gitignore1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-/files
diff -Nru parted-3.6/debian/changelog parted-3.6/debian/changelog
--- parted-3.6/debian/changelog 2023-06-26 22:34:57.0 +
+++ parted-3.6/debian/changelog 2024-02-29 19:58:31.0 +
@@ -1,3 +1,10 @@
+parted (3.6-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063216
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:58:31 +
+
 parted (3.6-3) unstable; urgency=medium
 
   * align-new-partitions-on-fresh-disks.patch:
diff -Nru parted-3.6/debian/control parted-3.6/debian/control
--- parted-3.6/debian/control   2023-06-26 22:34:57.0 +
+++ parted-3.6/debian/control   2024-02-29 19:58:31.0 +
@@ -7,7 +7,7 @@
 Vcs-Git: https://salsa.debian.org/parted-team/parted.git
 Vcs-Browser: https://salsa.debian.org/parted-team/parted
 Homepage: https://www.gnu.org/software/parted
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libncurses-dev | libncurses5-dev,
  libreadline-dev | libreadline6-dev,
@@ -26,7 +26,7 @@
 
 Package: parted
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2t64 (= 
${binary:Version})
 Suggests: parted-doc
 Conflicts: parted-doc (<< 3.5-2~)
 Multi-Arch: foreign
@@ -60,13 +60,15 @@
 Depends: ${shlibs:Depends}, libparted2-udeb (= ${binary:Version}), 
${misc:Depends}
 Description: Manually partition a hard drive (parted)
 
-Package: libparted2
+Package: libparted2t64
+Replaces: libparted2
+Breaks: libparted2 (<< ${source:Version})
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}, dmidecode [amd64 i386]
 Suggests: parted, libparted-dev, libparted-i18n (= ${source:Version})
-Provides: libparted
+Provides: ${t64:Provides}, libparted
 Multi-Arch: same
 Description: disk partition manipulator - shared library
  GNU Parted is a program that allows you to create, destroy, resize,
@@ -76,11 +78,14 @@
  .
  This package contains the shared library.
 
-Package: libparted-fs-resize0
+Package: libparted-fs-resize0t64
+Provides: ${t64:Provides}
+Replaces: libparted-fs-resize0
+Breaks: libparted-fs-resize0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libparted2t64 (= 
${binary:Version})
 Suggests: libparted-dev
 Multi-Arch: same
 Description: disk partition manipulator - shared FS resizing library
@@ -123,7 +128,7 @@
 Package: libparted-i18n
 Architecture: all
 Section: localization
-Depends: libparted2, ${misc:Depends}
+Depends: libparted2t64, ${misc:Depends}
 Description: disk partition manipulator - i18n support
  GNU Parted is a program that allows you to create, destroy, resize,
  move, and copy disk partitions. This is useful for creating space
@@ -135,7 +140,7 @@
 Package: libparted-dev
 Architecture: any
 Section: libdevel
-Depends: libc6-dev, libparted2 (= ${binary:Version}), libparted-fs-resize0 (= 
${binary:Version}), libdevmapper-dev [linux-any], uuid-dev, libblkid-dev, 
${misc:Depends}
+Depends: libc6-dev, libparted2t64 (= ${binary:Version}), 
libparted-fs-resize0t64 (= ${binary:Version}), libdevmapper-dev [linux-any], 
uuid-dev, libblkid-dev, ${misc:Depends}
 Suggests: parted (= ${binary:Version}), parted-doc
 Multi-Arch: same
 Description: disk partition manipulator - development files
diff -Nru parted-3.6/debian/libparted-fs-resize0.install 
parted-3.6/debian/libparted-fs-resize0.install
--- parted-3.6/debian/libparted-fs-resize0.install  2023-06-26 
22:34:57.0 +
+++ parted-3.6/debian/libparted-fs-resize0.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libparted-fs-resize.so.* 
lib/${DEB_HOST_MULTIARCH}
diff -Nru parted-3.6/debian/libparted-fs-resize0.maintscript 
parted-3.6/debian/libparted-f

Bug#1063211: parlatype: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: parlatype
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 parlatype-3.1/debian/changelog parlatype-3.1/debian/changelog
--- parlatype-3.1/debian/changelog  2023-11-01 19:48:41.0 +
+++ parlatype-3.1/debian/changelog  2024-02-29 19:57:19.0 +
@@ -1,3 +1,10 @@
+parlatype (3.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063211
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:57:19 +
+
 parlatype (3.1-3) unstable; urgency=medium
 
   * Bump Standards-Version to 4.6.2 (no changes needed)
diff -Nru parlatype-3.1/debian/control parlatype-3.1/debian/control
--- parlatype-3.1/debian/control2023-11-01 19:23:30.0 +
+++ parlatype-3.1/debian/control2024-02-29 19:57:19.0 +
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Gabor Karsay 
-Build-Depends: appstream-util ,
+Build-Depends: dpkg-dev (>= 1.22.5), appstream-util ,
at-spi2-core ,
dbus ,
debhelper-compat (= 13),
@@ -46,16 +46,17 @@
  controlled with the "Play" button from your keyboard even if its window is not
  focused.
 
-Package: libparlatype5
+Package: libparlatype5t64
+Provides: ${t64:Provides}
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
  ${shlibs:Depends}
-Breaks: libparlatype1,
+Breaks: libparlatype5 (<< ${source:Version}), libparlatype1,
 libparlatype2,
 libparlatype3
-Replaces: libparlatype1,
+Replaces: libparlatype5, libparlatype1,
   libparlatype2,
   libparlatype3
 Multi-Arch: same
@@ -69,7 +70,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
- libparlatype5 (= ${binary:Version}),
+ libparlatype5t64 (= ${binary:Version}),
  gir1.2-parlatype-4.0 (= ${binary:Version}),
  libglib2.0-dev (>= 2.35.3),
  libgtk-3-dev (>= 3.7.7)
diff -Nru parlatype-3.1/debian/libparlatype5.install 
parlatype-3.1/debian/libparlatype5.install
--- parlatype-3.1/debian/libparlatype5.install  2021-11-06 18:27:19.0 
+
+++ parlatype-3.1/debian/libparlatype5.install  1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/libparlatype.so.*
-usr/share/locale/*/LC_MESSAGES/libparlatype5.mo
diff -Nru parlatype-3.1/debian/libparlatype5.symbols 
parlatype-3.1/debian/libparlatype5.symbols
--- parlatype-3.1/debian/libparlatype5.symbols  2021-12-19 19:02:46.0 
+
+++ parlatype-3.1/debian/libparlatype5.symbols  1970-01-01 00:00:00.0 
+
@@ -1,73 +0,0 @@
-libparlatype.so.5 libparlatype5 #MINVER#
-* Build-Depends-Package: libparlatype-dev
- pt_config_apply@Base 3.0
- pt_config_get_base_folder@Base 3.0
- pt_config_get_file@Base 3.0
- pt_config_get_key@Base 3.0
- pt_config_get_lang_code@Base 3.0
- pt_config_get_lang_name@Base 3.0
- pt_config_get_name@Base 3.0
- pt_config_get_plugin@Base 3.0
- pt_config_get_type@Base 3.0
- pt_config_is_installed@Base 3.0
- pt_config_is_valid@Base 3.0
- pt_config_new@Base 3.0
- pt_config_set_base_folder@Base 3.0
- pt_config_set_file@Base 3.0
- pt_config_set_name@Base 3.0
- pt_error_quark@Base 3.0
- pt_player_clear_selection@Base 1.5
- pt_player_config_is_loadable@Base 3.0
- pt_player_configure_asr@Base 3.0
- pt_player_connect_waveviewer@Base 1.6
- pt_player_get_back@Base 1.6
- pt_player_get_current_time_string@Base 1.4
- pt_player_get_duration@Base 1.5
- pt_player_get_duration_time_string@Base 1.4
- pt_player_get_filename@Base 1.4
- pt_player_get_forward@Base 1.6
- pt_player_get_mode@Base 3.0
- pt_player_get_mute@Base 2.1
- pt_player_get_pause@Base 1.6
- pt_player_get_position@Base 1.5
- pt_player_get_speed@Base 3.1
- pt_player_get_time_string@Base 1.4
- pt_player_get_timestamp@Base 1.4
- pt_player_get_timestamp_for_time@Base 1.6
- pt_player_get_timestamp_position@Base 1.6
- pt_player_get_type@Base 1.4
- pt_player_get_uri@Base 1.4
- pt_player_get_volume@Base 2.1
- pt_player_goto_timestamp@Base 1.4
- pt_player_jump_back@Base 1.6
- pt_player_jump_forward@Base 1.6
- pt_player_jump_relative@Base 1.4
- pt_player_jump_to_position@Base 1.4
- pt_player_new@Base 1.6
- pt_player_open_uri@Base 2.0
- pt_player_pause@Base 1.4
- pt_player_pause_and_rewind@Base 1.6
- pt_player_play@Base 1.4
- 

Bug#1063209: paps: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: paps
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 paps-0.6.8/debian/changelog paps-0.6.8/debian/changelog
--- paps-0.6.8/debian/changelog 2016-11-24 17:39:59.0 +
+++ paps-0.6.8/debian/changelog 2024-02-29 19:33:07.0 +
@@ -1,3 +1,10 @@
+paps (0.6.8-7.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063209
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:33:07 +
+
 paps (0.6.8-7.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru paps-0.6.8/debian/control paps-0.6.8/debian/control
--- paps-0.6.8/debian/control   2016-11-24 17:39:59.0 +
+++ paps-0.6.8/debian/control   2024-02-29 19:33:07.0 +
@@ -1,13 +1,16 @@
 Source: paps
 Priority: optional
 Maintainer: Lior Kaplan 
-Build-Depends: debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 5.0.0), libpango1.0-dev, 
doxygen (>= 1.4.6),
  autoconf, libtool, automake, dh-autoreconf
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://paps.sourceforge.net/
 
-Package: libpaps0
+Package: libpaps0t64
+Provides: ${t64:Provides}
+Replaces: libpaps0
+Breaks: libpaps0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: UTF-8 to PostScript converter library using Pango
@@ -20,7 +23,7 @@
 Package: libpaps-dev
 Section: libdevel
 Architecture: any
-Depends: libpaps0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
libpango1.0-dev
+Depends: libpaps0t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, libpango1.0-dev
 Description: Development files for libpaps
  Paps reads a UTF-8 encoded file and generates a PostScript language rendering 
  of the file. The rendering is done by creating outline curves through the 
@@ -32,7 +35,7 @@
 Package: paps
 Section: text
 Architecture: any
-Depends: libpaps0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libpaps0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: UTF-8 to PostScript converter using Pango
  Paps reads a UTF-8 encoded file and generates a PostScript language rendering 
  of the file. The rendering is done by creating outline curves through the 
diff -Nru paps-0.6.8/debian/libpaps0.files paps-0.6.8/debian/libpaps0.files
--- paps-0.6.8/debian/libpaps0.files2011-04-24 14:03:28.0 +
+++ paps-0.6.8/debian/libpaps0.files1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru paps-0.6.8/debian/libpaps0t64.files 
paps-0.6.8/debian/libpaps0t64.files
--- paps-0.6.8/debian/libpaps0t64.files 1970-01-01 00:00:00.0 +
+++ paps-0.6.8/debian/libpaps0t64.files 2011-04-24 14:03:28.0 +
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru paps-0.6.8/debian/libpaps0t64.lintian-overrides 
paps-0.6.8/debian/libpaps0t64.lintian-overrides
--- paps-0.6.8/debian/libpaps0t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ paps-0.6.8/debian/libpaps0t64.lintian-overrides 2024-02-29 
19:33:02.0 +
@@ -0,0 +1 @@
+libpaps0t64: package-name-doesnt-match-sonames libpaps0


Bug#1063207: pappl: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pappl
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 pappl-1.3.1/debian/changelog pappl-1.3.1/debian/changelog
--- pappl-1.3.1/debian/changelog2023-02-25 10:44:24.0 +
+++ pappl-1.3.1/debian/changelog2024-02-29 19:31:57.0 +
@@ -1,3 +1,10 @@
+pappl (1.3.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063207
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:31:57 +
+
 pappl (1.3.1-2) unstable; urgency=medium
 
   * debian/control: add dependency on libavahi-client-dev
diff -Nru pappl-1.3.1/debian/control pappl-1.3.1/debian/control
--- pappl-1.3.1/debian/control  2023-02-25 10:44:24.0 +
+++ pappl-1.3.1/debian/control  2024-02-29 19:31:57.0 +
@@ -3,7 +3,7 @@
 Uploaders: Thorsten Alteholz 
 Section: net
 Priority: optional
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libavahi-client-dev,
  libcups2-dev,
@@ -20,7 +20,10 @@
 Homepage: https://www.msweet.org/pappl/
 Rules-Requires-Root: no
 
-Package: libpappl1
+Package: libpappl1t64
+Provides: ${t64:Provides}
+Replaces: libpappl1
+Breaks: libpappl1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -43,7 +46,7 @@
  libgnutls28-dev,
  libjpeg-dev,
  libpam0g-dev,
- libpappl1 (= ${binary:Version}),
+ libpappl1t64 (= ${binary:Version}),
  libpng-dev,
  libusb-1.0-0-dev,
  zlib1g-dev,
diff -Nru pappl-1.3.1/debian/libpappl1.docs pappl-1.3.1/debian/libpappl1.docs
--- pappl-1.3.1/debian/libpappl1.docs   2023-02-25 10:44:24.0 +
+++ pappl-1.3.1/debian/libpappl1.docs   1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-NOTICE
diff -Nru pappl-1.3.1/debian/libpappl1.install 
pappl-1.3.1/debian/libpappl1.install
--- pappl-1.3.1/debian/libpappl1.install2023-02-25 10:44:24.0 
+
+++ pappl-1.3.1/debian/libpappl1.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libpappl.so.1
diff -Nru pappl-1.3.1/debian/libpappl1.lintian-overrides 
pappl-1.3.1/debian/libpappl1.lintian-overrides
--- pappl-1.3.1/debian/libpappl1.lintian-overrides  2023-02-25 
10:44:24.0 +
+++ pappl-1.3.1/debian/libpappl1.lintian-overrides  1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-# This is "Viet Nam"
-libpappl1: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpappl.so.1 Nam 
Name
diff -Nru pappl-1.3.1/debian/libpappl1.symbols 
pappl-1.3.1/debian/libpappl1.symbols
--- pappl-1.3.1/debian/libpappl1.symbols2023-02-25 10:44:24.0 
+
+++ pappl-1.3.1/debian/libpappl1.symbols1970-01-01 00:00:00.0 
+
@@ -1,459 +0,0 @@
-libpappl.so.1 libpappl1 #MINVER#
-* Build-Depends-Package: libpappl-dev
- _papplClientCleanTempFiles@Base 1.0.1
- _papplClientCreate@Base 1.0.1
- _papplClientCreateTempFile@Base 1.0.1
- _papplClientDelete@Base 1.0.1
- _papplClientFlushDocumentData@Base 1.0.1
- _papplClientGetAuthWebScheme@Base 1.2.0
- _papplClientHTMLInfo@Base 1.0.1
- _papplClientHTMLPutLinks@Base 1.0.1
- _papplClientHaveDocumentData@Base 1.0.1
- _papplClientIsAuthorizedForGroup@Base 1.1.0
- _papplClientProcessHTTP@Base 1.0.1
- _papplClientProcessIPP@Base 1.0.1
- _papplClientRespondIPPIgnored@Base 1.3.1
- _papplClientRun@Base 1.0.1
- _papplColorModeString@Base 1.0.1
- _papplColorModeValue@Base 1.0.1
- _papplContactExport@Base 1.0.1
- _papplContactImport@Base 1.0.1
- _papplContentString@Base 1.0.1
- _papplContentValue@Base 1.0.1
- _papplCopyAttributes@Base 1.0.1
- _papplCreateMediaSize@Base 1.0.1
- _papplDNSSDGetHostChanges@Base 1.0.1
- _papplDNSSDInit@Base 1.0.1
- _papplDNSSDLock@Base 1.0.1
- _papplDNSSDStrError@Base 1.0.1
- _papplDNSSDUnlock@Base 1.0.1
- _papplDeviceAddFileScheme@Base 1.0.1
- _papplDeviceAddNetworkSchemes@Base 1.0.1
- _papplDeviceAddSupportedSchemes@Base 1.0.1
- _papplDeviceAddUSBScheme@Base 1.0.1
- _papplDeviceError@Base 1.0.1
- _papplEvents@Base 1.2.0
-#MISSING: 1.1.0# _papplGetRand@Base 1.0.1  
- _papplHTTPMonitorGetError@Base 1.1.0
- _papplHTTPMonitorGetState@Base 1.1.0
- _papplHTTPMonitorInit@Base 1.1.0
- _papplHTTPMonitorProcessDeviceData@Base 1.1.0
- _papplHTTPMonitorProcessHostData@Base 1.1.0
- _papplIdentifyActionsString@Base 1.0.1
- _papplIdentifyActionsValue@Base 1.0

Bug#1063200: pagmo: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pagmo
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 pagmo-2.19.0/debian/changelog pagmo-2.19.0/debian/changelog
--- pagmo-2.19.0/debian/changelog   2023-10-25 14:49:17.0 +
+++ pagmo-2.19.0/debian/changelog   2024-02-29 19:16:42.0 +
@@ -1,3 +1,10 @@
+pagmo (2.19.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063200
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:16:42 +
+
 pagmo (2.19.0-3) unstable; urgency=medium
 
   * Fixing the clean target (Closes: #1048278)
diff -Nru pagmo-2.19.0/debian/control pagmo-2.19.0/debian/control
--- pagmo-2.19.0/debian/control 2023-06-23 08:25:35.0 +
+++ pagmo-2.19.0/debian/control 2024-02-29 19:16:42.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Maintainers 

 Uploaders: Julien Schueller ,
Pierre Gruet 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libeigen3-dev,
libboost-serialization-dev,
@@ -16,7 +16,10 @@
 Vcs-Git: https://salsa.debian.org/science-team/pagmo.git
 Rules-Requires-Root: no
 
-Package: libpagmo9
+Package: libpagmo9t64
+Provides: ${t64:Provides}
+Replaces: libpagmo9
+Breaks: libpagmo9 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
@@ -33,7 +36,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
- libpagmo9 (= ${binary:Version}),
+ libpagmo9t64 (= ${binary:Version}),
  libeigen3-dev,
  libboost-serialization-dev,
  libtbb-dev
diff -Nru pagmo-2.19.0/debian/libpagmo9.install 
pagmo-2.19.0/debian/libpagmo9.install
--- pagmo-2.19.0/debian/libpagmo9.install   2023-02-01 21:39:07.0 
+
+++ pagmo-2.19.0/debian/libpagmo9.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libpagmo.so.*
diff -Nru pagmo-2.19.0/debian/libpagmo9.lintian-overrides 
pagmo-2.19.0/debian/libpagmo9.lintian-overrides
--- pagmo-2.19.0/debian/libpagmo9.lintian-overrides 2023-02-01 
21:39:07.0 +
+++ pagmo-2.19.0/debian/libpagmo9.lintian-overrides 1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-# We won't issue symbols files for this C++ library, using shlibs instead
-no-symbols-control-file usr/lib/*/libpagmo.so.*
diff -Nru pagmo-2.19.0/debian/libpagmo9t64.install 
pagmo-2.19.0/debian/libpagmo9t64.install
--- pagmo-2.19.0/debian/libpagmo9t64.install1970-01-01 00:00:00.0 
+
+++ pagmo-2.19.0/debian/libpagmo9t64.install2023-02-01 21:39:07.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libpagmo.so.*
diff -Nru pagmo-2.19.0/debian/libpagmo9t64.lintian-overrides 
pagmo-2.19.0/debian/libpagmo9t64.lintian-overrides
--- pagmo-2.19.0/debian/libpagmo9t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ pagmo-2.19.0/debian/libpagmo9t64.lintian-overrides  2024-02-29 
19:16:34.0 +
@@ -0,0 +1,3 @@
+# We won't issue symbols files for this C++ library, using shlibs instead
+no-symbols-control-file usr/lib/*/libpagmo.so.*
+libpagmo9t64: package-name-doesnt-match-sonames libpagmo9


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#1063199: pacman-package-manager: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pacman-package-manager
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 pacman-package-manager-6.0.2/debian/changelog 
pacman-package-manager-6.0.2/debian/changelog
--- pacman-package-manager-6.0.2/debian/changelog   2023-08-16 
04:06:00.0 +
+++ pacman-package-manager-6.0.2/debian/changelog   2024-02-29 
19:16:08.0 +
@@ -1,3 +1,10 @@
+pacman-package-manager (6.0.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063199
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:16:08 +
+
 pacman-package-manager (6.0.2-4) unstable; urgency=medium
 
   * Add test pycache to clean target (Closes: #1049219)
diff -Nru pacman-package-manager-6.0.2/debian/control 
pacman-package-manager-6.0.2/debian/control
--- pacman-package-manager-6.0.2/debian/control 2023-08-16 04:00:35.0 
+
+++ pacman-package-manager-6.0.2/debian/control 2024-02-29 19:16:08.0 
+
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Ben Westover 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  asciidoc ,
  curl ,
@@ -25,7 +25,10 @@
 Homepage: https://archlinux.org/pacman/
 Rules-Requires-Root: no
 
-Package: libalpm13
+Package: libalpm13t64
+Provides: ${t64:Provides}
+Replaces: libalpm13
+Breaks: libalpm13 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -38,7 +41,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libalpm13 (= ${binary:Version})
+Depends: ${misc:Depends}, libalpm13t64 (= ${binary:Version})
 Description: Arch Linux Package Management library (development files)
  Development files for libalpm, a package management library primarily
  used by pacman.
diff -Nru pacman-package-manager-6.0.2/debian/libalpm13.install 
pacman-package-manager-6.0.2/debian/libalpm13.install
--- pacman-package-manager-6.0.2/debian/libalpm13.install   2023-08-16 
03:56:06.0 +
+++ pacman-package-manager-6.0.2/debian/libalpm13.install   1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libalpm.so.13*
-usr/share/locale/*/LC_MESSAGES/libalpm.mo
diff -Nru pacman-package-manager-6.0.2/debian/libalpm13.symbols 
pacman-package-manager-6.0.2/debian/libalpm13.symbols
--- pacman-package-manager-6.0.2/debian/libalpm13.symbols   2023-08-16 
03:56:06.0 +
+++ pacman-package-manager-6.0.2/debian/libalpm13.symbols   1970-01-01 
00:00:00.0 +
@@ -1,216 +0,0 @@
-libalpm.so.13 libalpm13 #MINVER#
-* Build-Depends-Package: libalpm-dev
- alpm_add_pkg@Base 13.0.2
- alpm_capabilities@Base 13.0.2
- alpm_checkconflicts@Base 13.0.2
- alpm_checkdeps@Base 13.0.2
- alpm_compute_md5sum@Base 13.0.2
- alpm_compute_sha256sum@Base 13.0.2
- alpm_conflict_free@Base 13.0.2
- alpm_db_add_server@Base 13.0.2
- alpm_db_check_pgp_signature@Base 13.0.2
- alpm_db_get_group@Base 13.0.2
- alpm_db_get_groupcache@Base 13.0.2
- alpm_db_get_name@Base 13.0.2
- alpm_db_get_pkg@Base 13.0.2
- alpm_db_get_pkgcache@Base 13.0.2
- alpm_db_get_servers@Base 13.0.2
- alpm_db_get_siglevel@Base 13.0.2
- alpm_db_get_usage@Base 13.0.2
- alpm_db_get_valid@Base 13.0.2
- alpm_db_remove_server@Base 13.0.2
- alpm_db_search@Base 13.0.2
- alpm_db_set_servers@Base 13.0.2
- alpm_db_set_usage@Base 13.0.2
- alpm_db_unregister@Base 13.0.2
- alpm_db_update@Base 13.0.2
- alpm_decode_signature@Base 13.0.2
- alpm_dep_compute_string@Base 13.0.2
- alpm_dep_free@Base 13.0.2
- alpm_dep_from_string@Base 13.0.2
- alpm_depmissing_free@Base 13.0.2
- alpm_errno@Base 13.0.2
- alpm_extract_keyid@Base 13.0.2
- alpm_fetch_pkgurl@Base 13.0.2
- alpm_fileconflict_free@Base 13.0.2
- alpm_filelist_contains@Base 13.0.2
- alpm_find_dbs_satisfier@Base 13.0.2
- alpm_find_group_pkgs@Base 13.0.2
- alpm_find_satisfier@Base 13.0.2
- alpm_get_localdb@Base 13.0.2
- alpm_get_syncdbs@Base 13.0.2
- alpm_initialize@Base 13.0.2
- alpm_list_add@Base 13.0.2
- alpm_list_add_sorted@Base 13.0.2
- alpm_list_append@Base 13.0.2
- alpm_list_append_strdup@Base 13.0.2
- alpm_list_copy@Base 13.0.2
- alpm_list_copy_data@Base 13.0.2
- alpm_list_count@Base 13.0.2
- alpm_list_diff@Base 13.0.2
- alpm_list_diff_sorted@Base 13.0.2
- alpm_list_find@Base 13.0.2
- alpm_list_find_ptr@Base 13.0.2
- alpm_list

Bug#1063194: pacemaker: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: pacemaker
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 pacemaker-2.1.6/debian/changelog pacemaker-2.1.6/debian/changelog
--- pacemaker-2.1.6/debian/changelog2023-09-28 22:30:33.0 +
+++ pacemaker-2.1.6/debian/changelog2024-02-29 19:12:54.0 +
@@ -1,3 +1,10 @@
+pacemaker (2.1.6-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063194
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:12:54 +
+
 pacemaker (2.1.6-4) unstable; urgency=medium
 
   * [223c6e7] Do not fail "arch any only" builds.
diff -Nru pacemaker-2.1.6/debian/control pacemaker-2.1.6/debian/control
--- pacemaker-2.1.6/debian/control  2023-09-28 19:42:58.0 +
+++ pacemaker-2.1.6/debian/control  2024-02-29 19:12:54.0 +
@@ -5,7 +5,7 @@
 Uploaders:
  Ferenc Wágner ,
  Adrian Vondendriesch ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cluster-glue-dev,
  debhelper-compat (= 13),
  dh-exec,
@@ -179,7 +179,10 @@
   * the Pacemaker Explained book and
   * the Pacemaker Remote book.
 
-Package: libcib27
+Package: libcib27t64
+Provides: ${t64:Provides}
+Replaces: libcib27
+Breaks: libcib27 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -191,7 +194,10 @@
  .
  This package contains the Cluster Information Base library.
 
-Package: libcrmcluster29
+Package: libcrmcluster29t64
+Provides: ${t64:Provides}
+Replaces: libcrmcluster29
+Breaks: libcrmcluster29 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -203,7 +209,10 @@
  .
  This package contains the cluster library.
 
-Package: libcrmcommon34
+Package: libcrmcommon34t64
+Provides: ${t64:Provides}
+Replaces: libcrmcommon34
+Breaks: libcrmcommon34 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -215,7 +224,10 @@
  .
  This package contains the common library.
 
-Package: libcrmservice28
+Package: libcrmservice28t64
+Provides: ${t64:Provides}
+Replaces: libcrmservice28
+Breaks: libcrmservice28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -227,7 +239,10 @@
  .
  This package contains the service library.
 
-Package: liblrmd28
+Package: liblrmd28t64
+Provides: ${t64:Provides}
+Replaces: liblrmd28
+Breaks: liblrmd28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -239,7 +254,10 @@
  .
  This package contains the Local Resource Manager Daemon library.
 
-Package: libpacemaker1
+Package: libpacemaker1t64
+Provides: ${t64:Provides}
+Replaces: libpacemaker1
+Breaks: libpacemaker1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -252,7 +270,10 @@
  This package contains the utility library resulting from the merge
  of libpengine and libtransitioner.
 
-Package: libpe-rules26
+Package: libpe-rules26t64
+Provides: ${t64:Provides}
+Replaces: libpe-rules26
+Breaks: libpe-rules26 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -264,7 +285,10 @@
  .
  This package contains the Policy Engine rules library.
 
-Package: libpe-status28
+Package: libpe-status28t64
+Provides: ${t64:Provides}
+Replaces: libpe-status28
+Breaks: libpe-status28 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -276,7 +300,10 @@
  .
  This package contains the Policy Engine status library.
 
-Package: libstonithd26
+Package: libstonithd26t64
+Provides: ${t64:Provides}
+Replaces: libstonithd26
+Breaks: libstonithd26 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -311,15 +338,15 @@
 Section: libdevel
 Depends:
  ${misc:Depends},
- libcib27 (= ${binary:Version}),
- libcrmcluster29 (= ${binary:Version}),
- libcrmcommon34 (= ${binary:Version}),
- libcrmservice28 (= ${binary:Version}),
- liblrmd28 (= ${binary:Version}),
- libpacemaker1 (= ${binary:Version}),
- libpe-rules26 (= ${binary:Version}),
- libpe-status28 (= ${binary:Version}),
- libstonithd26 (= ${binary:Version}),
+ libcib27t64 (= ${binary:Version}),
+ libcrmcluster29t64 (= ${binary:Version}),
+ libcrmcommon34t64 (= ${binary:Version}),
+ libcrmservice28t64 (= ${binary:Version}),
+ liblrmd28t64 (= ${binary:Version}),
+ libpacemaker1t64 (= ${binary:Versi

Bug#1063190: owncloud-client: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: owncloud-client
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 owncloud-client-4.2.0.11670+dfsg/debian/changelog 
owncloud-client-4.2.0.11670+dfsg/debian/changelog
--- owncloud-client-4.2.0.11670+dfsg/debian/changelog   2023-09-26 
15:06:45.0 +
+++ owncloud-client-4.2.0.11670+dfsg/debian/changelog   2024-02-29 
19:10:12.0 +
@@ -1,3 +1,10 @@
+owncloud-client (4.2.0.11670+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063190
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:10:12 +
+
 owncloud-client (4.2.0.11670+dfsg-1) unstable; urgency=medium
 
   * New upstream release 4.2.0.11670+dfsg
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/control 
owncloud-client-4.2.0.11670+dfsg/debian/control
--- owncloud-client-4.2.0.11670+dfsg/debian/control 2023-09-14 
07:14:50.0 +
+++ owncloud-client-4.2.0.11670+dfsg/debian/control 2024-02-29 
19:10:12.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: ownCloud for Debian maintainers 

 Uploaders: Pierre-Elliott Bécue 
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 13),
dh-python,
extra-cmake-modules,
@@ -35,7 +35,7 @@
 Package: owncloud-client
 Architecture: any
 Multi-Arch: no
-Depends: libowncloudsync0 (= ${binary:Version}),
+Depends: libowncloudsync0t64 (= ${binary:Version}),
  libqt5sql5-sqlite,
  ${misc:Depends},
  ${shlibs:Depends}
@@ -52,12 +52,13 @@
  owncloud-client provides the graphical client specialising in
  synchronizing with cloud storage provided by ownCloud.
 
-Package: libowncloudsync0
+Package: libowncloudsync0t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: libocsync0
-Breaks: libocsync0
+Replaces: libowncloudsync0, libocsync0
+Breaks: libowncloudsync0 (<< ${source:Version}), libocsync0
 Section: libs
 Description: ownCloudSync folder synchronization - libraries
  The ownCloudSync system lets you always have your latest files wherever
@@ -72,7 +73,7 @@
 Package: libowncloudsync-dev
 Architecture: any
 Multi-Arch: same
-Depends: libowncloudsync0 (= ${binary:Version}), ${misc:Depends}
+Depends: libowncloudsync0t64 (= ${binary:Version}), ${misc:Depends}
 Replaces: libocsync-dev
 Breaks: libocsync-dev
 Section: libdevel
@@ -100,7 +101,7 @@
 
 Package: owncloud-client-cmd
 Architecture: any
-Depends: libowncloudsync0 (= ${binary:Version}),
+Depends: libowncloudsync0t64 (= ${binary:Version}),
  libqt5sql5-sqlite,
  ${misc:Depends},
  ${shlibs:Depends}
@@ -119,7 +120,7 @@
 Multi-Arch: same
 Section: kde
 Depends: dolphin,
- libowncloudsync0 (= ${binary:Version}),
+ libowncloudsync0t64 (= ${binary:Version}),
  owncloud-client,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install
2023-09-14 06:59:00.0 +
+++ owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.install
1970-01-01 00:00:00.0 +
@@ -1,6 +0,0 @@
-usr/lib/*/libowncloudsync.so.*
-usr/lib/*/libowncloudResources.so.*
-usr/lib/*/libowncloud_csync.so.*
-usr/lib/*/qt5/plugins/owncloudsync_vfs_suffix.so
-usr/lib/*/qt5/plugins/owncloudsync_vfs_off.so
-usr/lib/*/cmake
diff -Nru 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides  
2023-09-14 06:59:00.0 +
+++ owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0.lintian-overrides  
1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-#The lib is so unstable, that it makes no sense to ship symbolfiles
-libowncloudsync0: no-symbols-control-file usr/lib/*/libowncloudsync.so.*
diff -Nru owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install 
owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.install
--- owncloud-client-4.2.0.11670+dfsg/debian/libowncloudsync0t64.inst

Bug#1063188: otf2: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: otf2
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 otf2-3.0.3/debian/changelog otf2-3.0.3/debian/changelog
--- otf2-3.0.3/debian/changelog 2023-12-26 00:28:22.0 +
+++ otf2-3.0.3/debian/changelog 2024-02-29 19:08:35.0 +
@@ -1,3 +1,10 @@
+otf2 (3.0.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063188
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:08:35 +
+
 otf2 (3.0.3-3) unstable; urgency=medium
 
   * patches/instruction_set: Fix build on riscv.
diff -Nru otf2-3.0.3/debian/control otf2-3.0.3/debian/control
--- otf2-3.0.3/debian/control   2023-06-20 22:06:42.0 +
+++ otf2-3.0.3/debian/control   2024-02-29 19:08:35.0 +
@@ -1,7 +1,7 @@
 Source: otf2
 Priority: optional
 Maintainer: Samuel Thibault 
-Build-Depends: debhelper-compat (= 12), dh-sequence-python3, dh-exec,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), 
dh-sequence-python3, dh-exec,
   uncrustify,
   doxygen,
   graphviz,
@@ -33,7 +33,7 @@
 Package: libopen-trace-format2-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopen-trace-format2-10 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopen-trace-format2-10t64 (= 
${binary:Version})
 Multi-Arch: same
 Description: Open Trace Format support library - development files
  OTF is a standard trace format used by several high-performance tools,
@@ -59,7 +59,10 @@
  libopen-trace-format2-dev.  This should however be avoided and use
  pkg-config otf2 instead.
 
-Package: libopen-trace-format2-10
+Package: libopen-trace-format2-10t64
+Provides: ${t64:Provides}
+Replaces: libopen-trace-format2-10
+Breaks: libopen-trace-format2-10 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru otf2-3.0.3/debian/libopen-trace-format2-10.install 
otf2-3.0.3/debian/libopen-trace-format2-10.install
--- otf2-3.0.3/debian/libopen-trace-format2-10.install  2023-06-20 
22:06:42.0 +
+++ otf2-3.0.3/debian/libopen-trace-format2-10.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libopen-trace-format2.so.*
diff -Nru otf2-3.0.3/debian/libopen-trace-format2-10t64.install 
otf2-3.0.3/debian/libopen-trace-format2-10t64.install
--- otf2-3.0.3/debian/libopen-trace-format2-10t64.install   1970-01-01 
00:00:00.0 +
+++ otf2-3.0.3/debian/libopen-trace-format2-10t64.install   2023-06-20 
22:06:42.0 +
@@ -0,0 +1 @@
+usr/lib/*/libopen-trace-format2.so.*
diff -Nru otf2-3.0.3/debian/libopen-trace-format2-10t64.lintian-overrides 
otf2-3.0.3/debian/libopen-trace-format2-10t64.lintian-overrides
--- otf2-3.0.3/debian/libopen-trace-format2-10t64.lintian-overrides 
1970-01-01 00:00:00.0 +
+++ otf2-3.0.3/debian/libopen-trace-format2-10t64.lintian-overrides 
2024-02-29 19:08:09.0 +
@@ -0,0 +1 @@
+libopen-trace-format2-10t64: package-name-doesnt-match-sonames 
libopen-trace-format2-10


Bug#1063187: osptoolkit: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: osptoolkit
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 osptoolkit-4.13.0/debian/changelog osptoolkit-4.13.0/debian/changelog
--- osptoolkit-4.13.0/debian/changelog  2017-02-13 09:40:51.0 +
+++ osptoolkit-4.13.0/debian/changelog  2024-02-29 19:07:12.0 +
@@ -1,3 +1,10 @@
+osptoolkit (4.13.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063187
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:07:12 +
+
 osptoolkit (4.13.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru osptoolkit-4.13.0/debian/control osptoolkit-4.13.0/debian/control
--- osptoolkit-4.13.0/debian/control2016-06-24 09:13:58.0 +
+++ osptoolkit-4.13.0/debian/control2024-02-29 19:07:11.0 +
@@ -3,7 +3,7 @@
 Uploaders: Di-Shi Sun 
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 9), libssl-dev, libtool, libtool-bin, 
docbook-to-man
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9), libssl-dev, libtool, 
libtool-bin, docbook-to-man
 Standards-Version: 3.9.8
 Homepage: https://sourceforge.net/projects/osp-toolkit
 
@@ -23,7 +23,10 @@
  The enroll program is a utility application for establishing a trusted
  relationship between an OSP client and OSP servers.
 
-Package: libosptk4
+Package: libosptk4t64
+Provides: ${t64:Provides}
+Replaces: libosptk4
+Breaks: libosptk4 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -41,7 +44,7 @@
 Package: libosptk-dev
 Architecture: any
 Section: libdevel
-Depends: libosptk4 (= ${binary:Version}), ${misc:Depends}
+Depends: libosptk4t64 (= ${binary:Version}), ${misc:Depends}
 Conflicts: libosptk3-dev
 Description: OSP Toolkit development library and header files
  The Open Settlement Protocol (OSP) standard defined by the European
diff -Nru osptoolkit-4.13.0/debian/libosptk4.symbols 
osptoolkit-4.13.0/debian/libosptk4.symbols
--- osptoolkit-4.13.0/debian/libosptk4.symbols  2017-02-13 09:40:51.0 
+
+++ osptoolkit-4.13.0/debian/libosptk4.symbols  1970-01-01 00:00:00.0 
+
@@ -1,1083 +0,0 @@
-libosptk.so.4 libosptk4 #MINVER#
- OSPM_INET_NTOA@Base 4.11.3
- OSPPASN1AlgorithmIdEncode@Base 4.11.3
- OSPPASN1ElementCopy@Base 4.11.3
- OSPPASN1ElementCopyElementData@Base 4.11.3
- OSPPASN1ElementCreate@Base 4.11.3
- OSPPASN1ElementDecode@Base 4.11.3
- OSPPASN1ElementDelete@Base 4.11.3
- OSPPASN1ElementDeparse@Base 4.11.3
- OSPPASN1ElementEncode@Base 4.11.3
- OSPPASN1ElementFormat@Base 4.11.3
- OSPPASN1ElementGet@Base 4.11.3
- OSPPASN1ElementGetContentData@Base 4.11.3
- OSPPASN1ElementGetElementData@Base 4.11.3
- OSPPASN1ElementParse@Base 4.11.3
- OSPPASN1ElementParseDelete@Base 4.11.3
- OSPPASN1ElementTestContext@Base 4.11.3
- OSPPASN1IdGetValue@Base 4.11.3
- OSPPASN1IntegerGetSmallValue@Base 4.11.3
- OSPPASN1NullEncode@Base 4.11.3
- OSPPASN1ObjectAddChild@Base 4.11.3
- OSPPASN1ObjectCopy@Base 4.11.3
- OSPPASN1ObjectCopyElementObject@Base 4.11.3
- OSPPASN1ObjectCreate@Base 4.11.3
- OSPPASN1ObjectDelete@Base 4.11.3
- OSPPASN1ObjectDeparse@Base 4.11.3
- OSPPASN1ObjectEncode@Base 4.11.3
- OSPPASN1ObjectFormat@Base 4.11.3
- OSPPASN1ObjectGetElementByDataRef@Base 4.11.3
- OSPPASN1ObjectGetElementInfo@Base 4.11.3
- OSPPASN1ObjectGetParseResults@Base 4.11.3
- OSPPASN1ObjectIdentifierEncode@Base 4.11.3
- OSPPASN1ObjectNew@Base 4.11.3
- OSPPASN1OctetStringEncode@Base 4.11.3
- OSPPASN1SmallInt2UnsignedChar@Base 4.11.3
- OSPPASN1SmallIntegerEncode@Base 4.11.3
- OSPPAddConfIdToUsageElement@Base 4.11.3
- OSPPAddPricingInfoToUsageElement@Base 4.11.3
- OSPPAltInfoDelete@Base 4.11.3
- OSPPAltInfoGetPart@Base 4.11.3
- OSPPAltInfoGetSize@Base 4.11.3
- OSPPAltInfoGetValue@Base 4.11.3
- OSPPAltInfoNew@Base 4.11.3
- OSPPAltInfoToElement@Base 4.11.3
- OSPPAltInfoTypeGetName@Base 4.11.3
- OSPPAltInfoTypeGetPart@Base 4.11.3
- OSPPAuditAddMessageToBuffer@Base 4.11.3
- OSPPAuditCheck@Base 4.11.3
- OSPPAuditComponentIdDelete@Base 4.11.3
- OSPPAuditComponentIdNew@Base 4.11.3
- OSPPAuditDelete@Base 4.11.3
- OSPPAuditGetAccessCondVar@Base 4.11.3
- OSPPAuditGetMaxMessages@Base 4.11.3
- OSPPAuditGetMaxSpace@Base 4.11.3
- OSPPAuditGetMaxTime@Base 4.11.3
- OSPPAuditGetStartTime@Base 4.11.3
- OSPPAuditGetURL@Base 4.11.3
- OSPPAuditGetWor

Bug#1063183: osmo-libasn1c: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: osmo-libasn1c
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 osmo-libasn1c-0.9.36/debian/changelog 
osmo-libasn1c-0.9.36/debian/changelog
--- osmo-libasn1c-0.9.36/debian/changelog   2023-11-01 18:37:33.0 
+
+++ osmo-libasn1c-0.9.36/debian/changelog   2024-02-29 19:06:13.0 
+
@@ -1,3 +1,10 @@
+osmo-libasn1c (0.9.36-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063183
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:06:13 +
+
 osmo-libasn1c (0.9.36-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru osmo-libasn1c-0.9.36/debian/control 
osmo-libasn1c-0.9.36/debian/control
--- osmo-libasn1c-0.9.36/debian/control 2023-11-01 18:37:33.0 +
+++ osmo-libasn1c-0.9.36/debian/control 2024-02-29 19:06:13.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Mobcom Maintainers 

 Uploaders: Thorsten Alteholz 
-Build-Depends: debhelper-compat (=13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (=13),
libtalloc-dev
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-libasn1c
@@ -11,7 +11,11 @@
 Homepage: https://git.osmocom.org/libasn1c/
 Rules-Requires-Root: no
 
-Package: osmo-libasn1c1
+Package: osmo-libasn1c1t64
+X-Time64-Compat: osmo-libasn1c1
+Provides: ${t64:Provides}
+Replaces: osmo-libasn1c1
+Breaks: osmo-libasn1c1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -28,7 +32,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: osmo-libasn1c1 (= ${binary:Version}), ${misc:Depends}
+Depends: osmo-libasn1c1t64 (= ${binary:Version}), ${misc:Depends}
 Description: asn1c runtime code as shared library - development files
  Lev Walkins's asn1c runtime, as a shared library and with modifications
  for Osmocom.
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install 
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install  2023-11-01 
18:37:07.0 +
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides 
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
2023-11-01 18:37:07.0 +
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.lintian-overrides
1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-# don't mix with the original library
-osmo-libasn1c1: package-name-doesnt-match-sonames libasn1c1
diff -Nru osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols 
osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols
--- osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols  2023-11-01 
18:37:07.0 +
+++ osmo-libasn1c-0.9.36/debian/osmo-libasn1c1.symbols  1970-01-01 
00:00:00.0 +
@@ -1,312 +0,0 @@
-# SymbolsHelper-Confirmed: 0.9.28 amd64
-libasn1c.so.1 osmo-libasn1c1 #MINVER#
-* Build-Depends-Package: osmo-libasn1c-dev
- ANY_encode_xer@Base 0.9.28
- ANY_fromType@Base 0.9.28
- ANY_fromType_aper@Base 0.9.28
- ANY_new_fromType@Base 0.9.28
- ANY_new_fromType_aper@Base 0.9.28
- ANY_to_type@Base 0.9.28
- ANY_to_type_aper@Base 0.9.28
- ASN_DEBUG_f@Base 0.9.28
- ASN__PRIMITIVE_TYPE_free@Base 0.9.28
- BIT_STRING_constraint@Base 0.9.28
- BIT_STRING_encode_xer@Base 0.9.28
- BIT_STRING_fromBuf@Base 0.9.28
- BIT_STRING_print@Base 0.9.28
- BMPString_decode_xer@Base 0.9.28
- BMPString_encode_xer@Base 0.9.28
- BMPString_print@Base 0.9.28
- BOOLEAN_decode_aper@Base 0.9.28
- BOOLEAN_decode_ber@Base 0.9.28
- BOOLEAN_decode_uper@Base 0.9.28
- BOOLEAN_decode_xer@Base 0.9.28
- BOOLEAN_encode_aper@Base 0.9.28
- BOOLEAN_encode_der@Base 0.9.28
- BOOLEAN_encode_uper@Base 0.9.28
- BOOLEAN_encode_xer@Base 0.9.28
- BOOLEAN_free@Base 0.9.28
- BOOLEAN_print@Base 0.9.28
- CHOICE_constraint@Base 0.9.28
- CHOICE_decode_aper@Base 0.9.28
- CHOICE_decode_ber@Base 0.9.28
- CHOICE_decode_uper@Base 0.9.28
- CHOICE_decode_xer@Base 0.9.28
- CHOICE_encode_aper@Base 0.9.28
- CHOICE_encode_der@Base 0.9.28
- CHOICE_encode_uper@Base 0.9.28
- CHOICE_encode_xer@Base 0.9.28
- CHOICE_free@Base 0.9.28
- CHOICE_outmost

Bug#1063177: osmo-hlr: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: osmo-hlr
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 osmo-hlr-1.5.0+dfsg1/debian/changelog 
osmo-hlr-1.5.0+dfsg1/debian/changelog
--- osmo-hlr-1.5.0+dfsg1/debian/changelog   2022-10-15 10:42:29.0 
+
+++ osmo-hlr-1.5.0+dfsg1/debian/changelog   2024-02-29 19:04:02.0 
+
@@ -1,3 +1,10 @@
+osmo-hlr (1.5.0+dfsg1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063177
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:04:02 +
+
 osmo-hlr (1.5.0+dfsg1-3) unstable; urgency=medium
 
   * debian/rules: configure with --with-systemdsystemunitdir=no
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/control 
osmo-hlr-1.5.0+dfsg1/debian/control
--- osmo-hlr-1.5.0+dfsg1/debian/control 2022-10-15 10:42:29.0 +
+++ osmo-hlr-1.5.0+dfsg1/debian/control 2024-02-29 19:04:02.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Mobcom Maintainers 

 Uploaders: Thorsten Alteholz ,
Ruben Undheim 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
pkg-config,
python3-minimal,
libosmocore-dev (>= 1.7.0),
@@ -25,7 +25,10 @@
  which works over GSUP protocol. The subscribers are store in sqlite DB.
  It supports both 2G and 3G authentication.
 
-Package: libosmo-gsup-client0
+Package: libosmo-gsup-client0t64
+Provides: ${t64:Provides}
+Replaces: libosmo-gsup-client0
+Breaks: libosmo-gsup-client0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -42,7 +45,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-libosmo-gsup-client0 (= ${binary:Version}),
+libosmo-gsup-client0t64 (= ${binary:Version}),
 libosmocore-dev
 Description: Development headers of Osmocom GSUP client library
  This is a shared library that can be used to implement client programs for
@@ -51,7 +54,10 @@
  .
  This package contains the development headers.
 
-Package: libosmo-mslookup0
+Package: libosmo-mslookup0t64
+Provides: ${t64:Provides}
+Replaces: libosmo-mslookup0
+Breaks: libosmo-mslookup0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -68,7 +74,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-libosmo-mslookup0 (= ${binary:Version}),
+libosmo-mslookup0t64 (= ${binary:Version}),
 libosmocore-dev
 Pre-Depends: ${misc:Pre-Depends}
 Description: Development headers of Osmocom MS lookup library
@@ -81,7 +87,7 @@
 Architecture: any
 Section: utils
 Depends: ${shlibs:Depends},
-libosmo-mslookup0 (= ${binary:Version}),
+libosmo-mslookup0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: Utilities for Osmocom MS lookup
  The shared library libosmo-mslookup contains routines for looking up
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install2022-10-15 
10:42:29.0 +
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libosmo-gsup-client*.so.*
diff -Nru osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols 
osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols
--- osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols2022-10-15 
10:42:29.0 +
+++ osmo-hlr-1.5.0+dfsg1/debian/libosmo-gsup-client0.symbols1970-01-01 
00:00:00.0 +
@@ -1,30 +0,0 @@
-libosmo-gsup-client.so.0 libosmo-gsup-client0 #MINVER#
-* Build-Depends-Package: libosmo-gsup-client-dev
- _osmo_gsup_req_respond@Base 1.4.0
- _osmo_gsup_req_respond_err@Base 1.4.0
- _osmo_gsup_req_respond_msgt@Base 1.4.0
- osmo_cni_peer_id_cmp@Base 1.4.0
- osmo_cni_peer_id_is_empty@Base 1.4.0
- osmo_cni_peer_id_set@Base 1.4.0
- osmo_cni_peer_id_set_str@Base 1.4.0
- osmo_cni_peer_id_to_str@Base 1.4.0
- osmo_cni_peer_id_to_str_c@Base 1.4.0
- osmo_cni_peer_id_type_names@Base 1.4.0
- osmo_gsup_client_create2@Base 1.2.0
- osmo_gsup_client_create3@Base 1.4.0
- osmo_gsup_client_create@Base 1.2.0
- osmo_gsup_client_destroy@Base 1.2.0
- osmo_gsup_client_enc_send@Base 1.2.0
- osmo_gsup_client_msgb_alloc@Base 1.2.0
- osm

Bug#1063176: osmo-ggsn: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: osmo-ggsn
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 osmo-ggsn-1.9.0/debian/changelog osmo-ggsn-1.9.0/debian/changelog
--- osmo-ggsn-1.9.0/debian/changelog2022-10-15 10:42:29.0 +
+++ osmo-ggsn-1.9.0/debian/changelog2024-02-29 19:03:22.0 +
@@ -1,3 +1,10 @@
+osmo-ggsn (1.9.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063176
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 19:03:22 +
+
 osmo-ggsn (1.9.0-3) unstable; urgency=medium
 
   * debian/rules: configure with --with-systemdsystemunitdir=no
diff -Nru osmo-ggsn-1.9.0/debian/control osmo-ggsn-1.9.0/debian/control
--- osmo-ggsn-1.9.0/debian/control  2022-10-15 10:41:32.0 +
+++ osmo-ggsn-1.9.0/debian/control  2024-02-29 19:03:22.0 +
@@ -4,7 +4,7 @@
Ruben Undheim 
 Section: net
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
pkg-config,
libdpkg-perl,
libosmocore-dev (>= 1.7.0)
@@ -26,7 +26,10 @@
  operators as the interface between the Internet and the rest of the
  mobile network infrastructure.
 
-Package: libgtp6
+Package: libgtp6t64
+Provides: ${t64:Provides}
+Replaces: libgtp6
+Breaks: libgtp6 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -45,7 +48,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libgtp6 (= ${binary:Version})
+ libgtp6t64 (= ${binary:Version})
 Description: Development files for libgtp
  OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile
  operators as the interface between the Internet and the rest of the
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6.install 
osmo-ggsn-1.9.0/debian/libgtp6.install
--- osmo-ggsn-1.9.0/debian/libgtp6.install  2022-10-15 10:41:32.0 
+
+++ osmo-ggsn-1.9.0/debian/libgtp6.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru osmo-ggsn-1.9.0/debian/libgtp6.symbols 
osmo-ggsn-1.9.0/debian/libgtp6.symbols
--- osmo-ggsn-1.9.0/debian/libgtp6.symbols  2022-10-15 10:41:32.0 
+
+++ osmo-ggsn-1.9.0/debian/libgtp6.symbols  1970-01-01 00:00:00.0 
+
@@ -1,99 +0,0 @@
-libgtp.so.6 libgtp6 #MINVER#
-* Build-Depends-Package: libgtp-dev
- checksum@Base 1.6.0
- eua2ipv4@Base 1.6.0
- gsna2in_addr@Base 1.6.0
- gtp_clear_queues@Base 1.6.0
- gtp_create_context_req@Base 1.6.0
- gtp_create_context_resp@Base 1.6.0
- gtp_create_pdp_conf@Base 1.6.0
- gtp_create_pdp_ind@Base 1.6.0
- gtp_create_pdp_resp@Base 1.6.0
- gtp_data_req@Base 1.6.0
- gtp_decaps0@Base 1.6.0
- gtp_decaps1c@Base 1.6.0
- gtp_decaps1u@Base 1.6.0
- gtp_delete_context_req2@Base 1.6.0
- gtp_delete_context_req@Base 1.6.0
- gtp_delete_pdp_conf@Base 1.6.0
- gtp_delete_pdp_ind@Base 1.6.0
- gtp_delete_pdp_resp@Base 1.6.0
- gtp_echo_conf@Base 1.6.0
- gtp_echo_ind@Base 1.6.0
- gtp_echo_req@Base 1.6.0
- gtp_echo_resp@Base 1.6.0
- gtp_fd@Base 1.6.0
- gtp_free@Base 1.6.0
- gtp_freepdp@Base 1.6.0
- gtp_freepdp_teardown@Base 1.6.0
- gtp_imsi_str2gtp@Base 1.7.1
- gtp_new@Base 1.6.0
- gtp_newpdp@Base 1.6.0
- gtp_pdp_getgtp0@Base 1.6.0
- gtp_pdp_getgtp1@Base 1.6.0
- gtp_pdp_getgtp1_peer_d@Base 1.6.0
- gtp_pdp_getimsi@Base 1.6.0
- gtp_pdp_newpdp@Base 1.6.0
- gtp_pdp_tidget@Base 1.6.0
- gtp_ran_info_relay_req@Base 1.8.0
- gtp_retrans@Base 1.6.0
- gtp_retranstimeout@Base 1.6.0
- gtp_set_cb_conf@Base 1.6.0
- gtp_set_cb_create_context_ind@Base 1.6.0
- gtp_set_cb_data_ind@Base 1.6.0
- gtp_set_cb_delete_context@Base 1.6.0
- gtp_set_cb_extheader_ind@Base 1.6.0
- gtp_set_cb_ran_info_relay_ind@Base 1.8.0
- gtp_set_cb_recovery2@Base 1.6.0
- gtp_set_cb_recovery3@Base 1.6.0
- gtp_set_cb_recovery@Base 1.6.0
- gtp_set_cb_unsup_ind@Base 1.6.0
- gtp_type_names@Base 1.6.0
- gtp_unsup_ind@Base 1.6.0
- gtp_unsup_req@Base 1.6.0
- gtp_update_context@Base 1.6.0
- gtp_version@Base 1.6.0
- gtpie_decaps@Base 1.6.0
- gtpie_encaps2@Base 1.6.0
- gtpie_encaps@Base 1.6.0
- gtpie_exist@Base 1.6.0
- gtpie_getie@Base 1.6.0
- gtpie_gettlv@Base 1.6.0
- gtpie_gettv0@Base 1.6.0
- gtpie_gettv1@Base 1.6.0
- gtpie_gettv2@Base 1.6.0
- gtpie_gettv4@Base 1.6.0
- gtpie_gettv8@Base 1.6.0
- gtpie_tlv@Base 1.6.0

Bug#1064265: openzwave: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: openzwave
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 openzwave-1.6.1914+ds/debian/changelog 
openzwave-1.6.1914+ds/debian/changelog
--- openzwave-1.6.1914+ds/debian/changelog  2021-10-21 19:17:21.0 
+
+++ openzwave-1.6.1914+ds/debian/changelog  2024-02-29 18:55:23.0 
+
@@ -1,3 +1,12 @@
+openzwave (1.6.1914+ds-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064265
+  * d/libopenzwave1.6-dev: pkgconfig file will be in
+/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:55:23 +
+
 openzwave (1.6.1914+ds-1) unstable; urgency=medium
 
   * Team upload
diff -Nru openzwave-1.6.1914+ds/debian/control 
openzwave-1.6.1914+ds/debian/control
--- openzwave-1.6.1914+ds/debian/control2021-10-21 19:17:21.0 
+
+++ openzwave-1.6.1914+ds/debian/control2024-02-29 18:55:23.0 
+
@@ -3,7 +3,7 @@
 Uploaders: Thorsten Alteholz 
 Section: devel
 Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, dh-exec (>=0.2)
, libudev-dev
, libxml2-utils
@@ -14,9 +14,10 @@
 Vcs-Git: https://salsa.debian.org/debian-iot-team/openzwave.git
 Rules-Requires-Root: no
 
-Package: libopenzwave1.6
-Replaces: libopenzwave1.5
-Breaks: libopenzwave1.5
+Package: libopenzwave1.6t64
+Provides: ${t64:Provides}
+Replaces: libopenzwave1.6, libopenzwave1.5
+Breaks: libopenzwave1.6 (<< ${source:Version}), libopenzwave1.5
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -31,7 +32,7 @@
 
 Package: libopenzwave1.6-dev
 Section: libdevel
-Depends: ${misc:Depends}, libopenzwave1.6 (= ${binary:Version})
+Depends: ${misc:Depends}, libopenzwave1.6t64 (= ${binary:Version})
 Suggests: libopenzwave-doc
 Architecture: any
 Description: header files for the openzwave library
@@ -57,7 +58,7 @@
 Package: openzwave
 Section: misc
 Architecture: any
-Depends: libopenzwave1.6 (>= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
+Depends: libopenzwave1.6t64 (>= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Description: Sample Program for libopenzwave
  OpenZWave is an open-source, cross-platform library designed to enable
  anyone to add support for Z-Wave home-automation devices to their
diff -Nru openzwave-1.6.1914+ds/debian/libopenzwave1.6-dev.install 
openzwave-1.6.1914+ds/debian/libopenzwave1.6-dev.install
--- openzwave-1.6.1914+ds/debian/libopenzwave1.6-dev.install2021-10-21 
19:17:21.0 +
+++ openzwave-1.6.1914+ds/debian/libopenzwave1.6-dev.install2024-02-29 
18:55:23.0 +
@@ -3,4 +3,4 @@
 usr/lib/*/libopenzwave.so
 usr/include/openzwave/*
 cpp/tinyxml/*.h usr/include/openzwave/tinyxml
-usr/lib/pkgconfig/* usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
+usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/*
diff -Nru openzwave-1.6.1914+ds/debian/libopenzwave1.6.install 
openzwave-1.6.1914+ds/debian/libopenzwave1.6.install
--- openzwave-1.6.1914+ds/debian/libopenzwave1.6.install2021-10-21 
19:17:21.0 +
+++ openzwave-1.6.1914+ds/debian/libopenzwave1.6.install1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libopenzwave.so.*
-etc/openzwave/*
diff -Nru openzwave-1.6.1914+ds/debian/libopenzwave1.6.lintian-overrides 
openzwave-1.6.1914+ds/debian/libopenzwave1.6.lintian-overrides
--- openzwave-1.6.1914+ds/debian/libopenzwave1.6.lintian-overrides  
2021-10-21 19:17:21.0 +
+++ openzwave-1.6.1914+ds/debian/libopenzwave1.6.lintian-overrides  
1970-01-01 00:00:00.0 +
@@ -1,5 +0,0 @@
-# this is a modified version
-libopenzwave1.6: embedded-library tinyxml 
usr/lib/x86_64-linux-gnu/libopenzwave.so.1.6
-#due to arch- and optimisation-dependent symbols the symbols-file is not
-#maintainable and FTBSs occur on lots of architectures
-libopenzwave1.6: no-symbols-control-file
diff -Nru openzwave-1.6.1914+ds/debian/libopenzwave1.6t64.install 
openzwave-1.6.1914+ds/debian/libopenzwave1.6t64.install
--- openzwave-1.6.1914+ds/debian/libopenzwave1.6t64.install 1970-01-01 
00:00:00.0 +
+++ openzwave-1.6.1914+ds/debian/libopenzwave1.6t64.install 2021-10-21 
19:17:21.0 +
@@ -0,

Bug#1063109: openvr: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: openvr
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 openvr-1.23.7~ds1/debian/changelog openvr-1.23.7~ds1/debian/changelog
--- openvr-1.23.7~ds1/debian/changelog  2023-02-17 12:47:08.0 +
+++ openvr-1.23.7~ds1/debian/changelog  2024-02-29 18:53:26.0 +
@@ -1,3 +1,10 @@
+openvr (1.23.7~ds1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063109
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:53:26 +
+
 openvr (1.23.7~ds1-2) unstable; urgency=medium
 
   * Switch to team maintenance.
diff -Nru openvr-1.23.7~ds1/debian/control openvr-1.23.7~ds1/debian/control
--- openvr-1.23.7~ds1/debian/control2023-02-17 12:47:08.0 +
+++ openvr-1.23.7~ds1/debian/control2024-02-29 18:53:26.0 +
@@ -6,7 +6,7 @@
  Andrej Shadura ,
  Lubosz Sarnecki ,
  Christoph Haag ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 13),
  libjsoncpp-dev,
@@ -16,7 +16,10 @@
 Vcs-Git: https://salsa.debian.org/xrdesktop-team/openvr.git
 Rules-Requires-Root: no
 
-Package: libopenvr-api1
+Package: libopenvr-api1t64
+Provides: ${t64:Provides}
+Replaces: libopenvr-api1
+Breaks: libopenvr-api1 (<< ${source:Version})
 Section: contrib/libs
 Architecture: any
 Multi-Arch: same
@@ -31,7 +34,7 @@
 Section: contrib/libdevel
 Architecture: linux-any
 Depends:
- libopenvr-api1 (= ${binary:Version}),
+ libopenvr-api1t64 (= ${binary:Version}),
  ${misc:Depends},
 Replaces: libopenvr-api-dev (<<1.8.19~ds1-2)
 Breaks: libopenvr-api-dev (<<1.8.19~ds1-2)
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1.install 
openvr-1.23.7~ds1/debian/libopenvr-api1.install
--- openvr-1.23.7~ds1/debian/libopenvr-api1.install 2023-02-17 
12:47:08.0 +
+++ openvr-1.23.7~ds1/debian/libopenvr-api1.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libopenvr_api.so.*
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1t64.install 
openvr-1.23.7~ds1/debian/libopenvr-api1t64.install
--- openvr-1.23.7~ds1/debian/libopenvr-api1t64.install  1970-01-01 
00:00:00.0 +
+++ openvr-1.23.7~ds1/debian/libopenvr-api1t64.install  2023-02-17 
12:47:08.0 +
@@ -0,0 +1 @@
+usr/lib/*/libopenvr_api.so.*
diff -Nru openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides 
openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides
--- openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ openvr-1.23.7~ds1/debian/libopenvr-api1t64.lintian-overrides
2024-02-29 18:53:22.0 +
@@ -0,0 +1 @@
+libopenvr-api1t64: package-name-doesnt-match-sonames libopenvr-api1


Bug#1062400: liblnk: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: liblnk
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 liblnk-20181227/debian/changelog liblnk-20181227/debian/changelog
--- liblnk-20181227/debian/changelog2020-01-18 23:23:58.0 +
+++ liblnk-20181227/debian/changelog2024-02-29 18:43:39.0 +
@@ -1,3 +1,10 @@
+liblnk (20181227-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062400
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:43:39 +
+
 liblnk (20181227-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru liblnk-20181227/debian/control liblnk-20181227/debian/control
--- liblnk-20181227/debian/control  2020-01-18 23:23:58.0 +
+++ liblnk-20181227/debian/control  2024-02-29 18:43:39.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Security Tools 
 Uploaders: Hilko Bengen 
-Build-Depends: debhelper (>= 11),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11),
  pkg-config, dh-python, python3-dev, libbfio-dev,
 Standards-Version: 4.3.0
 Section: libs
@@ -15,13 +15,16 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- liblnk1 (= ${binary:Version})
+ liblnk1t64 (= ${binary:Version})
 Description: Windows Shortcut File format access library -- development files
  liblnk is a library to access the Windows Shortcut File (LNK) format.
  .
  This package includes the development support files.
 
-Package: liblnk1
+Package: liblnk1t64
+Provides: ${t64:Provides}
+Replaces: liblnk1
+Breaks: liblnk1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -37,7 +40,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends},
- liblnk1,
+ liblnk1t64,
 Description: Windows Shortcut File format access library -- Utilities
  liblnk is a library to access the Windows Shortcut File (LNK) format.
  .
@@ -47,7 +50,7 @@
 Package: python3-liblnk
 Section: python
 Architecture: any
-Depends: liblnk1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
${python3:Depends}
+Depends: liblnk1t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
${python3:Depends}
 Description: Windows Shortcut File format access library -- Python 3 bindings
  liblnk is a library to access the Windows Shortcut File (LNK) format.
  .
diff -Nru liblnk-20181227/debian/liblnk1.install 
liblnk-20181227/debian/liblnk1.install
--- liblnk-20181227/debian/liblnk1.install  2020-01-18 23:23:58.0 
+
+++ liblnk-20181227/debian/liblnk1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*-*/lib*.so.*
diff -Nru liblnk-20181227/debian/liblnk1.symbols 
liblnk-20181227/debian/liblnk1.symbols
--- liblnk-20181227/debian/liblnk1.symbols  2020-01-18 23:23:58.0 
+
+++ liblnk-20181227/debian/liblnk1.symbols  1970-01-01 00:00:00.0 
+
@@ -1,138 +0,0 @@
-liblnk.so.1 liblnk1 #MINVER#
- (optional|regex)^libcdata_.* 0
- (optional|regex)^libcerror_.* 0
- (optional|regex)^libcfile_.* 0
- (optional|regex)^libclocale_.* 0
- (optional|regex)^libcnotify_.* 0
- (optional|regex)^libcpath_.* 0
- (optional|regex)^libcsplit_.* 0
- (optional|regex)^libcthreads_.* 0
- (optional|regex)^libfdatetime_.* 0
- (optional|regex)^libfguid_.* 0
- (optional|regex)^libfole_.* 0
- (optional|regex)^libfwps_.* 0
- (optional|regex)^libfwsi_.* 0
- (optional|regex)^libuna_.* 0
- curi_class_identifier@Base 20150617
- libfwsp_format_class_identifier_named_properties@Base 20150617
- libfwsp_format_class_identifier_unknown1@Base 20150617
- liblnk_check_file_signature@Base 20150617
- liblnk_check_file_signature_file_io_handle@Base 20150617
- liblnk_data_block_free@Base 20150617
- liblnk_data_block_initialize@Base 20150617
- liblnk_data_block_read@Base 20150617
- liblnk_data_block_strings_read@Base 20150617
- liblnk_data_string_free@Base 20150617
- liblnk_data_string_get_utf16_string@Base 20150617
- liblnk_data_string_get_utf16_string_size@Base 20150617
- liblnk_data_string_get_utf8_string@Base 20150617
- liblnk_data_string_get_utf8_string_size@Base 20150617
- liblnk_data_string_initialize@Base 20150617
- liblnk_data_string_read@Base 20150617
- liblnk_distributed_link_tracker_properties_free@Base 20150617
- liblnk_distributed_link_tracker_properties_initializ

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@Base 1.0.0
- _dv_quant_88_inv

Bug#1062257: libcoap3: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: libcoap3
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 libcoap3-4.3.4/debian/changelog libcoap3-4.3.4/debian/changelog
--- libcoap3-4.3.4/debian/changelog 2023-10-28 04:11:11.0 +
+++ libcoap3-4.3.4/debian/changelog 2024-02-29 18:39:26.0 +
@@ -1,3 +1,10 @@
+libcoap3 (4.3.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062257
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:39:26 +
+
 libcoap3 (4.3.4-1) unstable; urgency=medium
 
   * [bd299e2] New upstream version 4.3.4
diff -Nru libcoap3-4.3.4/debian/control libcoap3-4.3.4/debian/control
--- libcoap3-4.3.4/debian/control   2023-10-28 04:07:18.0 +
+++ libcoap3-4.3.4/debian/control   2024-02-29 18:39:26.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian IoT Maintainers 

 Uploaders:
  Carsten Schoenert ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  asciidoc-base,
  debhelper-compat (= 13),
  doxygen,
@@ -20,7 +20,10 @@
 Vcs-Browser: https://salsa.debian.org/debian-iot-team/libcoap3
 Vcs-Git: https://salsa.debian.org/debian-iot-team/libcoap3.git
 
-Package: libcoap3
+Package: libcoap3t64
+Provides: ${t64:Provides}
+Replaces: libcoap3
+Breaks: libcoap3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -45,7 +48,7 @@
 Package: libcoap3-bin
 Architecture: any
 Depends:
- libcoap3 (= ${binary:Version}),
+ libcoap3t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Conflicts:
@@ -88,7 +91,7 @@
 Multi-Arch: same
 Depends:
  libc6-dev,
- libcoap3 (= ${binary:Version}),
+ libcoap3t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: C-Implementation of CoAP - development files API version 3
diff -Nru libcoap3-4.3.4/debian/libcoap3.docs 
libcoap3-4.3.4/debian/libcoap3.docs
--- libcoap3-4.3.4/debian/libcoap3.docs 2022-11-28 09:42:22.0 +
+++ libcoap3-4.3.4/debian/libcoap3.docs 1970-01-01 00:00:00.0 +
@@ -1,3 +0,0 @@
-CONTRIBUTE
-README
-TODO
diff -Nru libcoap3-4.3.4/debian/libcoap3.install.in 
libcoap3-4.3.4/debian/libcoap3.install.in
--- libcoap3-4.3.4/debian/libcoap3.install.in   2022-11-28 09:42:22.0 
+
+++ libcoap3-4.3.4/debian/libcoap3.install.in   1970-01-01 00:00:00.0 
+
@@ -1,3 +0,0 @@
-usr/lib/@DEB_HOST_MULTIARCH@/libcoap-*.so.*
-usr/share/man/man3
-usr/share/man/man7
diff -Nru libcoap3-4.3.4/debian/libcoap3.lintian-overrides 
libcoap3-4.3.4/debian/libcoap3.lintian-overrides
--- libcoap3-4.3.4/debian/libcoap3.lintian-overrides2022-11-28 
09:42:22.0 +
+++ libcoap3-4.3.4/debian/libcoap3.lintian-overrides1970-01-01 
00:00:00.0 +
@@ -1,7 +0,0 @@
-# libcoap is licensed BSD-2-clause only, the GPL part comes in with the
-# copyright for the Debian packaging!
-libcoap3: possible-gpl-code-linked-with-openssl
-# This warning is correct but useless as we want to package the various 
possible
-# libraries within this package, it's overkill to package every library in it's
-# own binary package.
-libcoap3: package-name-doesnt-match-sonames libcoap-3-gnutls3 libcoap-3-notls3 
libcoap-3-openssl3
diff -Nru libcoap3-4.3.4/debian/libcoap3.symbols 
libcoap3-4.3.4/debian/libcoap3.symbols
--- libcoap3-4.3.4/debian/libcoap3.symbols  2022-11-28 09:42:22.0 
+
+++ libcoap3-4.3.4/debian/libcoap3.symbols  1970-01-01 00:00:00.0 
+
@@ -1,11 +0,0 @@
-libcoap-3-gnutls.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
-
-libcoap-3-notls.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
-
-libcoap-3-openssl.so.3 libcoap3 #MINVER#
-* Build-Depends-Package: libcoap3-dev
- *@VER_3 4.3.0~
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.docs 
libcoap3-4.3.4/debian/libcoap3t64.docs
--- libcoap3-4.3.4/debian/libcoap3t64.docs  1970-01-01 00:00:00.0 
+
+++ libcoap3-4.3.4/debian/libcoap3t64.docs  2022-11-28 09:42:22.0 
+
@@ -0,0 +1,3 @@
+CONTRIBUTE
+README
+TODO
diff -Nru libcoap3-4.3.4/debian/libcoap3t64.install.in 
libcoap3-4.3.4/debian/libcoap3t64.install.in
--- libcoap3-4.3.4/debian/libcoap3t64.install.in1970-01-01 
00:00:00.0 +
+++ libcoap3-4.3.4/debian/libcoap3t64.install.in2022-11-28 
09:42:22.00

Bug#1062991: tpm-tools: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tpm-tools
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 tpm-tools-1.3.9.2/debian/changelog tpm-tools-1.3.9.2/debian/changelog
--- tpm-tools-1.3.9.2/debian/changelog  2022-07-01 20:34:48.0 +
+++ tpm-tools-1.3.9.2/debian/changelog  2024-02-29 18:27:21.0 +
@@ -1,3 +1,10 @@
+tpm-tools (1.3.9.2-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062991
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:27:21 +
+
 tpm-tools (1.3.9.2-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru tpm-tools-1.3.9.2/debian/control tpm-tools-1.3.9.2/debian/control
--- tpm-tools-1.3.9.2/debian/control2022-07-01 20:34:48.0 +
+++ tpm-tools-1.3.9.2/debian/control2024-02-29 18:27:21.0 +
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Pierre Chifflier 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper (>= 10), automake, libopencryptoki-dev,
  libtspi-dev (>= 0.3.10),
  quilt, autopoint
@@ -38,7 +38,10 @@
  This package contains commands to utilize some of the capabilities available
  in the TPM PKCS#11 interface implemented in the openCryptoki project.
 
-Package: libtpm-unseal1
+Package: libtpm-unseal1t64
+Provides: ${t64:Provides}
+Replaces: libtpm-unseal1
+Breaks: libtpm-unseal1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -54,7 +57,7 @@
 Package: libtpm-unseal-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libtpm-unseal1 (= ${binary:Version})
+Depends: ${misc:Depends}, libtpm-unseal1t64 (= ${binary:Version})
 Description: Management tools for the TPM hardware (development)
  tpm-tools is a group of tools to manage and utilize the Trusted Computing
  Group's TPM hardware. TPM hardware can create, store and use RSA keys
diff -Nru tpm-tools-1.3.9.2/debian/libtpm-unseal1.install 
tpm-tools-1.3.9.2/debian/libtpm-unseal1.install
--- tpm-tools-1.3.9.2/debian/libtpm-unseal1.install 2022-07-01 
20:28:42.0 +
+++ tpm-tools-1.3.9.2/debian/libtpm-unseal1.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru tpm-tools-1.3.9.2/debian/libtpm-unseal1.symbols 
tpm-tools-1.3.9.2/debian/libtpm-unseal1.symbols
--- tpm-tools-1.3.9.2/debian/libtpm-unseal1.symbols 2022-07-01 
20:28:44.0 +
+++ tpm-tools-1.3.9.2/debian/libtpm-unseal1.symbols 1970-01-01 
00:00:00.0 +
@@ -1,103 +0,0 @@
-libtpm_unseal.so.1 libtpm-unseal1 #MINVER#
- NVDefineSpace@Base 1.3.8
- NVReadValue@Base 1.3.8
- NVReleaseSpace@Base 1.3.8
- NVWriteValue@Base 1.3.8
- SRK_UUID@Base 1.3.8
- __memset@Base 1.3.9
- _getPasswd12@Base 1.3.8
- _getPasswd@Base 1.3.8
- alg3Des@Base 1.3.8
- algAes@Base 1.3.8
- algDes@Base 1.3.8
- algHmac@Base 1.3.8
- algRsa@Base 1.3.8
- algSha@Base 1.3.8
- authUsageAlways@Base 1.3.8
- authUsageNever@Base 1.3.8
- contextClose@Base 1.3.8
- contextCloseObject@Base 1.3.8
- contextConnect@Base 1.3.8
- contextCreate@Base 1.3.8
- contextCreateObject@Base 1.3.8
- contextGetTpm@Base 1.3.8
- dataSeal@Base 1.3.8
- displayAlgorithmMap@Base 1.3.8
- displayAuthUsageMap@Base 1.3.8
- displayEncSchemeMap@Base 1.3.8
- displayKey@Base 1.3.8
- displayKeyFlagsMap@Base 1.3.8
- displayKeyUsageMap@Base 1.3.8
- displaySigSchemeMap@Base 1.3.8
- encNone@Base 1.3.8
- encRsaOaepSha1Mgf1@Base 1.3.8
- encRsaPkcs15@Base 1.3.8
- flagMap@Base 1.3.8
- flagMax@Base 1.3.8
- genericOptHandler@Base 1.3.8
- getAttribData@Base 1.3.8
- getAttribUint32@Base 1.3.8
- getCapability@Base 1.3.8
- getPasswd12@Base 1.3.8
- getPlainPasswd@Base 1.3.8
- getReply@Base 1.3.8
- hContext@Base 1.3.8
- iLogLevel@Base 1.3.8
- initIntlSys@Base 1.3.8
- isTpmOwned@Base 1.3.8
- keyCreateKey@Base 1.3.8
- keyGetKeyByUUID@Base 1.3.8
- keyGetPubKey@Base 1.3.8
- keyLoadKey@Base 1.3.8
- keyLoadKeyByUUID@Base 1.3.8
- logBool@Base 1.3.8
- logCmdHelp@Base 1.3.8
- logCmdHelpEx@Base 1.3.8
- logCmdOption@Base 1.3.8
- logDebug@Base 1.3.8
- logError@Base 1.3.8
- logGenericOptions@Base 1.3.8
- logHex@Base 1.3.8
- logInfo@Base 1.3.8
- logIt@Base 1.3.8
- logMsg@Base 1.3.8
- logNVIndexCmdOption@Base 1.3.8
- logOwnerPassCmdOption@Base 1.3.8
- logProcess@Base 1.3.8
- logSuccess@Base 1.3.8
- logUnicodeCmdOption@Base 1.3.8
- mapTssBool@Base 1.3

Bug#1062990: topcom: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: topcom
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 topcom-1.1.2+ds/debian/changelog topcom-1.1.2+ds/debian/changelog
--- topcom-1.1.2+ds/debian/changelog2022-10-12 23:20:30.0 +
+++ topcom-1.1.2+ds/debian/changelog2024-02-29 18:25:43.0 +
@@ -1,3 +1,10 @@
+topcom (1.1.2+ds-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062990
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:25:43 +
+
 topcom (1.1.2+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru topcom-1.1.2+ds/debian/control topcom-1.1.2+ds/debian/control
--- topcom-1.1.2+ds/debian/control  2022-10-12 23:00:40.0 +
+++ topcom-1.1.2+ds/debian/control  2024-02-29 18:25:43.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Math Team 
 Uploaders: Doug Torrance 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libbz2-dev,
libcdd-dev,
libgmp-dev,
@@ -50,7 +50,10 @@
  .
  This package contains the architecture-independent example files.
 
-Package: libtopcom0
+Package: libtopcom0t64
+Provides: ${t64:Provides}
+Replaces: libtopcom0
+Breaks: libtopcom0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -73,7 +76,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtopcom0 (= ${binary:Version}), ${misc:Depends}
+Depends: libtopcom0t64 (= ${binary:Version}), ${misc:Depends}
 Description: Triangulations Of Point Configs and Oriented Matroids 
(development)
  TOPCOM is a collection of clients to compute Triangulations Of Point
  Configurations and Oriented Matroids, resp.
diff -Nru topcom-1.1.2+ds/debian/libtopcom0.install 
topcom-1.1.2+ds/debian/libtopcom0.install
--- topcom-1.1.2+ds/debian/libtopcom0.install   2022-09-13 00:17:23.0 
+
+++ topcom-1.1.2+ds/debian/libtopcom0.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru topcom-1.1.2+ds/debian/libtopcom0t64.install 
topcom-1.1.2+ds/debian/libtopcom0t64.install
--- topcom-1.1.2+ds/debian/libtopcom0t64.install1970-01-01 
00:00:00.0 +
+++ topcom-1.1.2+ds/debian/libtopcom0t64.install2022-09-13 
00:17:23.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru topcom-1.1.2+ds/debian/libtopcom0t64.lintian-overrides 
topcom-1.1.2+ds/debian/libtopcom0t64.lintian-overrides
--- topcom-1.1.2+ds/debian/libtopcom0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ topcom-1.1.2+ds/debian/libtopcom0t64.lintian-overrides  2024-02-29 
18:25:39.0 +
@@ -0,0 +1 @@
+libtopcom0t64: package-name-doesnt-match-sonames libtopcom0


Bug#1062988: tomlplusplus: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tomlplusplus
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 tomlplusplus-3.4.0+ds/debian/changelog 
tomlplusplus-3.4.0+ds/debian/changelog
--- tomlplusplus-3.4.0+ds/debian/changelog  2023-11-04 13:44:17.0 
+
+++ tomlplusplus-3.4.0+ds/debian/changelog  2024-02-29 18:24:36.0 
+
@@ -1,3 +1,10 @@
+tomlplusplus (3.4.0+ds-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062988
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:24:36 +
+
 tomlplusplus (3.4.0+ds-0.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru tomlplusplus-3.4.0+ds/debian/control 
tomlplusplus-3.4.0+ds/debian/control
--- tomlplusplus-3.4.0+ds/debian/control2023-11-04 13:34:27.0 
+
+++ tomlplusplus-3.4.0+ds/debian/control2024-02-29 18:24:36.0 
+
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Andrea Pappacoda 
-Build-Depends: debhelper-compat (= 13)
-Build-Depends-Arch: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
+Build-Depends-Arch: dpkg-dev (>= 1.22.5), cmake,
 cmark-gfm ,
 locales-all ,
 meson (>= 0.54.0),
@@ -15,7 +15,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/tomlplusplus
 Rules-Requires-Root: no
 
-Package: libtomlplusplus3
+Package: libtomlplusplus3t64
+Provides: ${t64:Provides}
+Replaces: libtomlplusplus3
+Breaks: libtomlplusplus3 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -40,7 +43,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtomlplusplus3 (= ${binary:Version}),
+Depends: libtomlplusplus3t64 (= ${binary:Version}),
  ${misc:Depends}
 Recommends: libjs-highlight.js
 Description: TOML config parser and serializer for C++17 - development files
diff -Nru tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.install 
tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.install
--- tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.install   2023-11-04 
13:33:10.0 +
+++ tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libtomlplusplus.so.3*
diff -Nru tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.symbols 
tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.symbols
--- tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.symbols   2023-11-04 
13:44:17.0 +
+++ tomlplusplus-3.4.0+ds/debian/libtomlplusplus3.symbols   1970-01-01 
00:00:00.0 +
@@ -1,216 +0,0 @@
-libtomlplusplus.so.3 libtomlplusplus3 #MINVER#
-* Build-Depends-Package: libtomlplusplus-dev
- (c++)"toml::v3::array::array()@Base" 3.2.0
- (c++)"toml::v3::array::array(toml::v3::array const&)@Base" 3.2.0
- (c++)"toml::v3::array::array(toml::v3::array&&)@Base" 3.2.0
- (c++)"toml::v3::array::array(toml::v3::impl::array_init_elem const*, 
toml::v3::impl::array_init_elem const*)@Base" 3.2.0
- (c++)"toml::v3::array::clear()@Base" 3.2.0
- (c++)"toml::v3::array::equal(toml::v3::array const&, toml::v3::array 
const&)@Base" 3.2.0
- (c++)"toml::v3::array::erase(toml::v3::impl::array_iterator)@Base" 3.2.0
- (c++)"toml::v3::array::erase(toml::v3::impl::array_iterator, 
toml::v3::impl::array_iterator)@Base" 3.2.0
- (c++)"toml::v3::array::flatten() &@Base" 3.2.0
- 
(c++)"toml::v3::array::insert_at(__gnu_cxx::__normal_iterator > const*, 
std::vector 
>, std::allocator > > > >, std::unique_ptr >&&)@Base" 3.2.0
- (c++)"toml::v3::array::insert_at_back(std::unique_ptr >&&)@Base" 3.2.0
- (c++)"toml::v3::array::is_homogeneous(toml::v3::node_type) const@Base" 3.2.0
- (c++)"toml::v3::array::is_homogeneous(toml::v3::node_type, toml::v3::node 
const*&) const@Base" 3.2.0
- (c++)"toml::v3::array::is_homogeneous(toml::v3::node_type, 
toml::v3::node*&)@Base" 3.2.0
- (c++)"toml::v3::array::operator=(toml::v3::array const&)@Base" 3.2.0
- (c++)"toml::v3::array::operator=(toml::v3::array&&)@Base" 3.2.0
- (c++)"toml::v3::array::pop_back()@Base" 3

Bug#1063080: tntnet: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tntnet
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 tntnet-3.0/debian/changelog tntnet-3.0/debian/changelog
--- tntnet-3.0/debian/changelog 2023-12-11 21:03:02.0 +
+++ tntnet-3.0/debian/changelog 2024-02-29 18:22:08.0 +
@@ -1,3 +1,10 @@
+tntnet (3.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063080
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:22:08 +
+
 tntnet (3.0-3) unstable; urgency=medium
 
   * debian/control: update VCS fields
diff -Nru tntnet-3.0/debian/control tntnet-3.0/debian/control
--- tntnet-3.0/debian/control   2023-12-11 21:03:02.0 +
+++ tntnet-3.0/debian/control   2024-02-29 18:22:08.0 +
@@ -2,7 +2,7 @@
 Section: httpd
 Priority: optional
 Maintainer: Thorsten Alteholz 
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
, libcxxtools-dev (>= 2.2.1-2)
, libltdl-dev
, zip
@@ -139,13 +139,14 @@
  .
  This package contains a web application demo.
 
-Package: libtntnet13
+Package: libtntnet13t64
+Provides: ${t64:Provides}
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: tntnet-runtime
-Breaks: libtntnet12
-Replaces: libtntnet12
+Breaks: libtntnet13 (<< ${source:Version}), libtntnet12
+Replaces: libtntnet13, libtntnet12
 Description: Tntnet libraries
  Tntnet has a template-language called ecpp similar to PHP, JSP or
  Mason, where you can embed c++ code inside a HTML page to generate
@@ -184,7 +185,7 @@
 Package: libtntnet-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcxxtools-dev, libtntnet13 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcxxtools-dev, libtntnet13t64 
(= ${binary:Version})
 Description: Tntnet library development headers
  Tntnet has a template-language called ecpp similar to PHP, JSP or
  Mason, where you can embed c++ code inside a HTML page to generate
diff -Nru tntnet-3.0/debian/libtntnet13.install 
tntnet-3.0/debian/libtntnet13.install
--- tntnet-3.0/debian/libtntnet13.install   2023-06-11 21:20:44.0 
+
+++ tntnet-3.0/debian/libtntnet13.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/lib*.so.* usr/lib
diff -Nru tntnet-3.0/debian/libtntnet13t64.install 
tntnet-3.0/debian/libtntnet13t64.install
--- tntnet-3.0/debian/libtntnet13t64.install1970-01-01 00:00:00.0 
+
+++ tntnet-3.0/debian/libtntnet13t64.install2023-06-11 21:20:44.0 
+
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/lib*.so.* usr/lib
diff -Nru tntnet-3.0/debian/libtntnet13t64.lintian-overrides 
tntnet-3.0/debian/libtntnet13t64.lintian-overrides
--- tntnet-3.0/debian/libtntnet13t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ tntnet-3.0/debian/libtntnet13t64.lintian-overrides  2024-02-29 
18:22:03.0 +
@@ -0,0 +1 @@
+libtntnet13t64: package-name-doesnt-match-sonames libtntnet13


Bug#1062987: tokyocabinet: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tokyocabinet
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 tokyocabinet-1.4.48/debian/changelog 
tokyocabinet-1.4.48/debian/changelog
--- tokyocabinet-1.4.48/debian/changelog2022-04-18 16:18:14.0 
+
+++ tokyocabinet-1.4.48/debian/changelog2024-02-29 18:23:58.0 
+
@@ -1,3 +1,10 @@
+tokyocabinet (1.4.48-15.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062987
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:23:58 +
+
 tokyocabinet (1.4.48-15) unstable; urgency=medium
 
   * Update watch file format version to 4.
diff -Nru tokyocabinet-1.4.48/debian/control tokyocabinet-1.4.48/debian/control
--- tokyocabinet-1.4.48/debian/control  2022-04-18 16:08:42.0 +
+++ tokyocabinet-1.4.48/debian/control  2024-02-29 18:23:58.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Tobias Frost 
-Build-Depends: chrpath,
+Build-Depends: dpkg-dev (>= 1.22.5), chrpath,
debhelper-compat (= 12),
libbz2-dev,
zlib1g-dev
@@ -12,7 +12,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/tokyocabinet
 Vcs-Git: https://salsa.debian.org/debian/tokyocabinet.git
 
-Package: libtokyocabinet9
+Package: libtokyocabinet9t64
+Provides: ${t64:Provides}
+Replaces: libtokyocabinet9
+Breaks: libtokyocabinet9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtokyocabinet9 (= ${binary:Version}), ${misc:Depends}
+Depends: libtokyocabinet9t64 (= ${binary:Version}), ${misc:Depends}
 Description: Tokyo Cabinet Database Libraries [development]
  Tokyo Cabinet is an efficient database library like GDBM and NDBM.
  It features hash database and B+ tree database and is developed as the
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9.install 
tokyocabinet-1.4.48/debian/libtokyocabinet9.install
--- tokyocabinet-1.4.48/debian/libtokyocabinet9.install 2018-04-04 
21:43:05.0 +
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtokyocabinet.so.*
diff -Nru tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 
tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols
--- tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 2022-04-18 
15:50:21.0 +
+++ tokyocabinet-1.4.48/debian/libtokyocabinet9.symbols 1970-01-01 
00:00:00.0 +
@@ -1,785 +0,0 @@
-libtokyocabinet.so.9 libtokyocabinet9 #MINVER#
-* Build-Depends-Package: libtokyocabinet-dev
- _tc_bzcompress@Base 1.4.47
- _tc_bzdecompress@Base 1.4.47
- _tc_deflate@Base 1.4.47
- _tc_dummy_cnt@Base 1.4.47
- _tc_dummyfunc@Base 1.4.47
- _tc_dummyfuncv@Base 1.4.47
- _tc_getcrc@Base 1.4.47
- _tc_inflate@Base 1.4.47
- _tc_md5_append@Base 1.4.47
- _tc_md5_finish@Base 1.4.47
- _tc_md5_init@Base 1.4.47
- _tc_recdecode@Base 1.4.47
- _tc_recencode@Base 1.4.47
- tcadbadddouble@Base 1.4.47
- tcadbaddint@Base 1.4.47
- tcadbclose@Base 1.4.47
- tcadbcopy@Base 1.4.47
- tcadbdel@Base 1.4.47
- tcadbforeach@Base 1.4.47
- tcadbfwmkeys2@Base 1.4.47
- tcadbfwmkeys@Base 1.4.47
- tcadbget2@Base 1.4.47
- tcadbget@Base 1.4.47
- tcadbiterinit@Base 1.4.47
- tcadbiternext2@Base 1.4.47
- tcadbiternext@Base 1.4.47
- tcadbmapbdb@Base 1.4.47
- tcadbmapbdbemit@Base 1.4.47
- tcadbmisc@Base 1.4.47
- tcadbnew@Base 1.4.47
- tcadbomode@Base 1.4.47
- tcadbopen@Base 1.4.47
- tcadboptimize@Base 1.4.47
- tcadbout2@Base 1.4.47
- tcadbout@Base 1.4.47
- tcadbpath@Base 1.4.47
- tcadbput2@Base 1.4.47
- tcadbput@Base 1.4.47
- tcadbputcat2@Base 1.4.47
- tcadbputcat@Base 1.4.47
- tcadbputkeep2@Base 1.4.47
- tcadbputkeep@Base 1.4.47
- tcadbputproc@Base 1.4.47
- tcadbreveal@Base 1.4.47
- tcadbrnum@Base 1.4.47
- tcadbsetskel@Base 1.4.47
- tcadbsetskelmulti@Base 1.4.47
- tcadbsize@Base 1.4.47
- tcadbsync@Base 1.4.47
- tcadbtranabort@Base 1.4.47
- tcadbtranbegin@Base 1.4.47
- tcadbtrancommit@Base 1.4.47
- tcadbvanish@Base 1.4.47
- tcadbvsiz2@Base 1.4.47
- tcadbvsiz@Base 1.4.47
- tcarccipher@Base 1.4.47
- tcatof@Base 1.4.47
- tcatoi@Base 1.4.47
- tcatoih@Base 1.4.47
- tcatoix@Base 1.4.47
- tcbasedecode@Base 1.4.47
- tcbaseencode@Base 1.4.47
- tcbdbadddouble@Ba

Bug#1062989: toontag: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: toontag
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 toontag-0.0~git20220105193632.41237ef/debian/changelog 
toontag-0.0~git20220105193632.41237ef/debian/changelog
--- toontag-0.0~git20220105193632.41237ef/debian/changelog  2022-01-31 
12:07:03.0 +
+++ toontag-0.0~git20220105193632.41237ef/debian/changelog  2024-02-29 
18:25:06.0 +
@@ -1,3 +1,10 @@
+toontag (0.0~git20220105193632.41237ef-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062989
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:25:06 +
+
 toontag (0.0~git20220105193632.41237ef-2) unstable; urgency=medium
 
   * Source-only upload for migration to testing.
diff -Nru toontag-0.0~git20220105193632.41237ef/debian/control 
toontag-0.0~git20220105193632.41237ef/debian/control
--- toontag-0.0~git20220105193632.41237ef/debian/control2022-01-05 
20:11:59.0 +
+++ toontag-0.0~git20220105193632.41237ef/debian/control2024-02-29 
18:25:06.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Science Maintainers 

 Uploaders: Picca Frédéric-Emmanuel , Roland Mas 

-Build-Depends: debhelper-compat (= 13), liblapack-dev, pkg-config, libtoon-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), liblapack-dev, 
pkg-config, libtoon-dev
 Standards-Version: 4.5.1
 Section: libs
 Homepage: http://www.edwardrosten.com/cvd/tag.html
@@ -14,7 +14,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtoontag0 (= ${binary:Version}), ${misc:Depends}
+Depends: libtoontag0t64 (= ${binary:Version}), ${misc:Depends}
 Description: TooN Algorithm Library - development files
  TooN is a C++ numerics library which is designed to operate
  efficiently on large numbers of small matrices, and provides easy
@@ -31,7 +31,10 @@
  algorithms including estimation, 3D geoometry and standard library
  enhancements.
 
-Package: libtoontag0
+Package: libtoontag0t64
+Provides: ${t64:Provides}
+Replaces: libtoontag0
+Breaks: libtoontag0 (<< ${source:Version})
 Section: libdevel
 Architecture: any
 Multi-Arch: same
diff -Nru toontag-0.0~git20220105193632.41237ef/debian/libtoontag0.install 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0.install
--- toontag-0.0~git20220105193632.41237ef/debian/libtoontag0.install
2022-01-05 20:11:59.0 +
+++ toontag-0.0~git20220105193632.41237ef/debian/libtoontag0.install
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.install 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.install
--- toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.install 
1970-01-01 00:00:00.0 +
+++ toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.install 
2022-01-05 20:11:59.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.lintian-overrides 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.lintian-overrides
--- 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ 
toontag-0.0~git20220105193632.41237ef/debian/libtoontag0t64.lintian-overrides   
2024-02-29 18:25:02.0 +
@@ -0,0 +1 @@
+libtoontag0t64: package-name-doesnt-match-sonames libtoontag0


Bug#1062986: tkrzw: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tkrzw
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 tkrzw-1.0.27/debian/changelog tkrzw-1.0.27/debian/changelog
--- tkrzw-1.0.27/debian/changelog   2023-06-12 21:26:56.0 +
+++ tkrzw-1.0.27/debian/changelog   2024-02-29 18:21:16.0 +
@@ -1,3 +1,10 @@
+tkrzw (1.0.27-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062986
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:21:16 +
+
 tkrzw (1.0.27-1) unstable; urgency=medium
 
   * Upload to untable.
diff -Nru tkrzw-1.0.27/debian/control tkrzw-1.0.27/debian/control
--- tkrzw-1.0.27/debian/control 2023-06-12 21:26:50.0 +
+++ tkrzw-1.0.27/debian/control 2024-02-29 18:21:16.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Boyuan Yang 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  doxygen ,
  googletest ,
@@ -21,7 +21,7 @@
 Architecture: linux-any
 Multi-Arch: same
 Depends:
- libtkrzw1 (= ${binary:Version}),
+ libtkrzw1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: set of implementations of DBM - development headers
  Tkrzw is a C++ library implementing DBM (Database Manager) with
@@ -30,7 +30,10 @@
  .
  This package contains the development headers.
 
-Package: libtkrzw1
+Package: libtkrzw1t64
+Provides: ${t64:Provides}
+Replaces: libtkrzw1
+Breaks: libtkrzw1 (<< ${source:Version})
 Section: libs
 Architecture: linux-any
 Depends:
diff -Nru tkrzw-1.0.27/debian/libtkrzw1.install 
tkrzw-1.0.27/debian/libtkrzw1.install
--- tkrzw-1.0.27/debian/libtkrzw1.install   2023-06-12 21:26:50.0 
+
+++ tkrzw-1.0.27/debian/libtkrzw1.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.1*
diff -Nru tkrzw-1.0.27/debian/libtkrzw1t64.install 
tkrzw-1.0.27/debian/libtkrzw1t64.install
--- tkrzw-1.0.27/debian/libtkrzw1t64.install1970-01-01 00:00:00.0 
+
+++ tkrzw-1.0.27/debian/libtkrzw1t64.install2023-06-12 21:26:50.0 
+
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.1*
diff -Nru tkrzw-1.0.27/debian/libtkrzw1t64.lintian-overrides 
tkrzw-1.0.27/debian/libtkrzw1t64.lintian-overrides
--- tkrzw-1.0.27/debian/libtkrzw1t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ tkrzw-1.0.27/debian/libtkrzw1t64.lintian-overrides  2024-02-29 
18:21:12.0 +
@@ -0,0 +1 @@
+libtkrzw1t64: package-name-doesnt-match-sonames libtkrzw1


Bug#1062985: tinyframe: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tinyframe
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 tinyframe-0.1.1/debian/changelog tinyframe-0.1.1/debian/changelog
--- tinyframe-0.1.1/debian/changelog2023-02-14 14:20:17.0 +
+++ tinyframe-0.1.1/debian/changelog2024-02-29 18:20:46.0 +
@@ -1,3 +1,10 @@
+tinyframe (0.1.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062985
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:20:46 +
+
 tinyframe (0.1.1-4) sid; urgency=medium
 
   * Uploading to sid.
diff -Nru tinyframe-0.1.1/debian/control tinyframe-0.1.1/debian/control
--- tinyframe-0.1.1/debian/control  2023-02-14 14:19:57.0 +
+++ tinyframe-0.1.1/debian/control  2024-02-29 18:20:46.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Daniel Baumann 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  pkg-config,
 Rules-Requires-Root: no
@@ -15,7 +15,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libtinyframe0 (= ${binary:Version}),
+ libtinyframe0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Minimalistic Frame Streams library (development)
  tinyframe is a minimalistic library for reading and writing the Frame Streams
@@ -23,7 +23,10 @@
  .
  This package contains the development files.
 
-Package: libtinyframe0
+Package: libtinyframe0t64
+Provides: ${t64:Provides}
+Replaces: libtinyframe0
+Breaks: libtinyframe0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
diff -Nru tinyframe-0.1.1/debian/libtinyframe0.install 
tinyframe-0.1.1/debian/libtinyframe0.install
--- tinyframe-0.1.1/debian/libtinyframe0.install2023-01-30 
17:52:31.0 +
+++ tinyframe-0.1.1/debian/libtinyframe0.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru tinyframe-0.1.1/debian/libtinyframe0t64.install 
tinyframe-0.1.1/debian/libtinyframe0t64.install
--- tinyframe-0.1.1/debian/libtinyframe0t64.install 1970-01-01 
00:00:00.0 +
+++ tinyframe-0.1.1/debian/libtinyframe0t64.install 2023-01-30 
17:52:31.0 +
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides 
tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides
--- tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ tinyframe-0.1.1/debian/libtinyframe0t64.lintian-overrides   2024-02-29 
18:20:43.0 +
@@ -0,0 +1 @@
+libtinyframe0t64: package-name-doesnt-match-sonames libtinyframe0


Bug#1062984: timblserver: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: timblserver
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 timblserver-1.14/debian/changelog timblserver-1.14/debian/changelog
--- timblserver-1.14/debian/changelog   2020-04-23 16:01:47.0 +
+++ timblserver-1.14/debian/changelog   2024-02-29 18:20:01.0 +
@@ -1,3 +1,10 @@
+timblserver (1.14-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062984
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:20:01 +
+
 timblserver (1.14-3) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru timblserver-1.14/debian/control timblserver-1.14/debian/control
--- timblserver-1.14/debian/control 2020-04-21 18:59:36.0 +
+++ timblserver-1.14/debian/control 2024-02-29 18:20:01.0 +
@@ -6,7 +6,7 @@
  Joost van Baal-Ilić ,
  Ko van der Sloot ,
  Maarten van Gompel ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  automake,
  debhelper-compat (= 12),
  libticcutils-dev (>= 0.24),
@@ -37,7 +37,10 @@
  .
  If you do scientific research in NLP, TimblServer will likely be of use to 
you.
 
-Package: libtimblserver4
+Package: libtimblserver4t64
+Provides: ${t64:Provides}
+Replaces: libtimblserver4
+Breaks: libtimblserver4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -63,7 +66,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libtimblserver4 (= ${binary:Version}),
+ libtimblserver4t64 (= ${binary:Version}),
  ${misc:Depends},
 Conflicts:
  libtimblserver2-dev,
diff -Nru timblserver-1.14/debian/libtimblserver4.install 
timblserver-1.14/debian/libtimblserver4.install
--- timblserver-1.14/debian/libtimblserver4.install 2018-12-02 
14:43:32.0 +
+++ timblserver-1.14/debian/libtimblserver4.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libtimblserver.so.*
diff -Nru timblserver-1.14/debian/libtimblserver4t64.install 
timblserver-1.14/debian/libtimblserver4t64.install
--- timblserver-1.14/debian/libtimblserver4t64.install  1970-01-01 
00:00:00.0 +
+++ timblserver-1.14/debian/libtimblserver4t64.install  2018-12-02 
14:43:32.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libtimblserver.so.*
diff -Nru timblserver-1.14/debian/libtimblserver4t64.lintian-overrides 
timblserver-1.14/debian/libtimblserver4t64.lintian-overrides
--- timblserver-1.14/debian/libtimblserver4t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ timblserver-1.14/debian/libtimblserver4t64.lintian-overrides
2024-02-29 18:19:57.0 +
@@ -0,0 +1 @@
+libtimblserver4t64: package-name-doesnt-match-sonames libtimblserver4


Bug#1062982: timbl: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: timbl
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 timbl-6.5/debian/changelog timbl-6.5/debian/changelog
--- timbl-6.5/debian/changelog  2020-04-23 15:59:42.0 +
+++ timbl-6.5/debian/changelog  2024-02-29 18:19:10.0 +
@@ -1,3 +1,10 @@
+timbl (6.5-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062982
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:19:10 +
+
 timbl (6.5-3) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru timbl-6.5/debian/control timbl-6.5/debian/control
--- timbl-6.5/debian/control2020-04-21 19:03:38.0 +
+++ timbl-6.5/debian/control2024-02-29 18:19:10.0 +
@@ -6,7 +6,7 @@
  Joost van Baal-Ilić ,
  Ko van der Sloot ,
  Maarten van Gompel ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 12),
  libticcutils-dev (>=0.24),
  libxml2-dev,
@@ -55,7 +55,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libtimbl4 (= ${binary:Version}),
+ libtimbl4t64 (= ${binary:Version}),
  ${misc:Depends},
 Conflicts:
  libtimbl3-dev,
@@ -77,7 +77,10 @@
  This package provides the TiMBL header files required to compile C++ programs
  that use TiMBL.
 
-Package: libtimbl4
+Package: libtimbl4t64
+Provides: ${t64:Provides}
+Replaces: libtimbl4
+Breaks: libtimbl4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru timbl-6.5/debian/libtimbl4.install timbl-6.5/debian/libtimbl4.install
--- timbl-6.5/debian/libtimbl4.install  2018-12-02 14:11:47.0 +
+++ timbl-6.5/debian/libtimbl4.install  1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libtimbl.so.*
diff -Nru timbl-6.5/debian/libtimbl4t64.install 
timbl-6.5/debian/libtimbl4t64.install
--- timbl-6.5/debian/libtimbl4t64.install   1970-01-01 00:00:00.0 
+
+++ timbl-6.5/debian/libtimbl4t64.install   2018-12-02 14:11:47.0 
+
@@ -0,0 +1 @@
+/usr/lib/*/libtimbl.so.*
diff -Nru timbl-6.5/debian/libtimbl4t64.lintian-overrides 
timbl-6.5/debian/libtimbl4t64.lintian-overrides
--- timbl-6.5/debian/libtimbl4t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ timbl-6.5/debian/libtimbl4t64.lintian-overrides 2024-02-29 
18:19:06.0 +
@@ -0,0 +1 @@
+libtimbl4t64: package-name-doesnt-match-sonames libtimbl4


Bug#1062981: thrift: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: thrift
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 thrift-0.19.0/debian/changelog thrift-0.19.0/debian/changelog
--- thrift-0.19.0/debian/changelog  2023-09-17 13:13:50.0 +
+++ thrift-0.19.0/debian/changelog  2024-02-29 18:11:37.0 +
@@ -1,3 +1,10 @@
+thrift (0.19.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062981
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:11:37 +
+
 thrift (0.19.0-2) unstable; urgency=medium
 
   * Upload to Sid.
diff -Nru thrift-0.19.0/debian/control thrift-0.19.0/debian/control
--- thrift-0.19.0/debian/control2023-09-04 11:45:59.0 +
+++ thrift-0.19.0/debian/control2024-02-29 18:11:37.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) 
-Build-Depends: debhelper-compat (= 13), dh-python,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-python,
  dh-golang, golang-golang-x-net-dev,
  gem2deb,
  bison, flex,
@@ -29,7 +29,10 @@
 Homepage: https://thrift.apache.org/
 XS-Go-Import-Path: github.com/apache/thrift/lib/go/thrift
 
-Package: libthrift-0.19.0
+Package: libthrift-0.19.0t64
+Provides: ${t64:Provides}
+Replaces: libthrift-0.19.0
+Breaks: libthrift-0.19.0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -47,7 +50,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libthrift-0.19.0 (= ${binary:Version}), ${misc:Depends}, pkg-config
+Depends: libthrift-0.19.0t64 (= ${binary:Version}), ${misc:Depends}, pkg-config
 Description: Thrift C++ library (development headers)
  Thrift is a software framework for the development of reliable and
  performant communication and data serialization.  It combines a software
@@ -57,7 +60,10 @@
  This package contains the development libraries required for writing C++
  applications using Thrift.
 
-Package: libthrift-c-glib0
+Package: libthrift-c-glib0t64
+Provides: ${t64:Provides}
+Replaces: libthrift-c-glib0
+Breaks: libthrift-c-glib0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -75,7 +81,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libthrift-c-glib0 (= ${binary:Version}), ${misc:Depends}, pkg-config
+Depends: libthrift-c-glib0t64 (= ${binary:Version}), ${misc:Depends}, 
pkg-config
 Description: Thrift glib library (development headers)
  Thrift is a software framework for the development of reliable and
  performant communication and data serialization.  It combines a software
diff -Nru thrift-0.19.0/debian/libthrift-0.19.0.install 
thrift-0.19.0/debian/libthrift-0.19.0.install
--- thrift-0.19.0/debian/libthrift-0.19.0.install   2022-09-22 
20:21:38.0 +
+++ thrift-0.19.0/debian/libthrift-0.19.0.install   1970-01-01 
00:00:00.0 +
@@ -1,4 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libthrift-*.so
-usr/lib/${DEB_HOST_MULTIARCH}/libthriftnb-*.so
-usr/lib/${DEB_HOST_MULTIARCH}/libthriftqt5-*.so
-usr/lib/${DEB_HOST_MULTIARCH}/libthriftz-*.so
diff -Nru thrift-0.19.0/debian/libthrift-0.19.0.shlibs 
thrift-0.19.0/debian/libthrift-0.19.0.shlibs
--- thrift-0.19.0/debian/libthrift-0.19.0.shlibs2023-09-04 
11:45:59.0 +
+++ thrift-0.19.0/debian/libthrift-0.19.0.shlibs1970-01-01 
00:00:00.0 +
@@ -1,4 +0,0 @@
-libthrift 0.19.0 libthrift-0.19.0 (>= 0.19.0-1~)
-libthriftnb 0.19.0 libthrift-0.19.0 (>= 0.19.0-1~)
-libthriftqt5 0.19.0 libthrift-0.19.0 (>= 0.19.0-1~)
-libthriftz 0.19.0 libthrift-0.19.0 (>= 0.19.0-1~)
diff -Nru thrift-0.19.0/debian/libthrift-0.19.0t64.install 
thrift-0.19.0/debian/libthrift-0.19.0t64.install
--- thrift-0.19.0/debian/libthrift-0.19.0t64.install1970-01-01 
00:00:00.0 +
+++ thrift-0.19.0/debian/libthrift-0.19.0t64.install2022-09-22 
20:21:38.0 +
@@ -0,0 +1,4 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libthrift-*.so
+usr/lib/${DEB_HOST_MULTIARCH}/libthriftnb-*.so
+usr/lib/${DEB_HOST_MULTIARCH}/libthriftqt5-*.so
+usr/lib/${DEB_HOST_MULTIARCH}/libthriftz-*.so
diff -Nru thrift-0.19.0/debian/libthrift-0.19.0t64.lintian-overrides 
thrift-0.19.0/debian/libthrift-0.19.0t64.lintian-overrides
--- thrift-0.19.0/debian/libthrift-0.19.0t64.lintian-o

Bug#1062975: tgl: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tgl
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 tgl-2.0.1+git20160323.ffb04cac/debian/changelog 
tgl-2.0.1+git20160323.ffb04cac/debian/changelog
--- tgl-2.0.1+git20160323.ffb04cac/debian/changelog 2019-01-18 
10:42:56.0 +
+++ tgl-2.0.1+git20160323.ffb04cac/debian/changelog 2024-02-29 
18:09:46.0 +
@@ -1,3 +1,10 @@
+tgl (2.0.1+git20160323.ffb04cac-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062975
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:09:46 +
+
 tgl (2.0.1+git20160323.ffb04cac-3) unstable; urgency=low
 
   * This package cannot be parallel built reliable. Disable parallel build.
diff -Nru tgl-2.0.1+git20160323.ffb04cac/debian/control 
tgl-2.0.1+git20160323.ffb04cac/debian/control
--- tgl-2.0.1+git20160323.ffb04cac/debian/control   2019-01-17 
12:04:16.0 +
+++ tgl-2.0.1+git20160323.ffb04cac/debian/control   2024-02-29 
18:09:46.0 +
@@ -1,7 +1,7 @@
 Source: tgl
 Priority: optional
 Maintainer: Ying-Chun Liu (PaulLiu) 
-Build-Depends: debhelper (>= 11),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11),
dh-exec (>= 0.3),
libevent-dev,
libssl-dev,
@@ -12,7 +12,10 @@
 Section: libs
 Homepage: https://github.com/vysheng/tgl
 
-Package: libtgl-0.0.0.20160623-0
+Package: libtgl-0.0.0.20160623-0t64
+Provides: ${t64:Provides}
+Replaces: libtgl-0.0.0.20160623-0
+Breaks: libtgl-0.0.0.20160623-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -26,7 +29,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtgl-0.0.0.20160623-0 (= ${binary:Version}), ${misc:Depends}
+Depends: libtgl-0.0.0.20160623-0t64 (= ${binary:Version}), ${misc:Depends}
 Description: telegram API library (development headers)
  Telegram is an instant messaging application with a focus on speed, it is
  super-fast, simple and free. You can use Telegram on all your devices at the
diff -Nru tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0.install 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0.install
--- tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0.install   
2018-12-11 17:34:41.0 +
+++ tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0.install   
1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-#! /usr/bin/dh-exec
-libs/libtgl-*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.install 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.install
--- tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.install
1970-01-01 00:00:00.0 +
+++ tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.install
2018-12-11 17:34:41.0 +
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+libs/libtgl-*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.lintian-overrides
 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.lintian-overrides
--- 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.lintian-overrides
  1970-01-01 00:00:00.0 +
+++ 
tgl-2.0.1+git20160323.ffb04cac/debian/libtgl-0.0.0.20160623-0t64.lintian-overrides
  2024-02-29 18:09:42.0 +
@@ -0,0 +1 @@
+libtgl-0.0.0.20160623-0t64: package-name-doesnt-match-sonames 
libtgl-0.0.0.20160623-0


Bug#1062973: testu01: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: testu01
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 testu01-1.2.3+ds1/debian/changelog testu01-1.2.3+ds1/debian/changelog
--- testu01-1.2.3+ds1/debian/changelog  2022-12-12 09:46:23.0 +
+++ testu01-1.2.3+ds1/debian/changelog  2024-02-29 18:08:34.0 +
@@ -1,3 +1,10 @@
+testu01 (1.2.3+ds1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062973
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:08:34 +
+
 testu01 (1.2.3+ds1-2) unstable; urgency=medium
 
   [Jerome Benoit]
diff -Nru testu01-1.2.3+ds1/debian/control testu01-1.2.3+ds1/debian/control
--- testu01-1.2.3+ds1/debian/control2022-12-12 09:29:37.0 +
+++ testu01-1.2.3+ds1/debian/control2024-02-29 18:08:34.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Maintainers 

 Uploaders: Jerome Benoit 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 12),
  gnulib, libtool, cproto,
  libgmp-dev
@@ -16,8 +16,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/testu01
 XS-Autobuild: yes
 
-Package: libtestu01-0
-Provides: libtestu01
+Package: libtestu01-0t64
+Replaces: libtestu01-0
+Breaks: libtestu01-0 (<< ${source:Version})
+Provides: ${t64:Provides}, libtestu01
 Section: non-free/libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -48,7 +50,7 @@
 Package: testu01-data
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: libtestu01-0 (=${binary:Version})
+Recommends: libtestu01-0t64 (=${binary:Version})
 Multi-Arch: foreign
 Description: testing suite for uniform random number generators -- data
  TestU01 is a software library, implemented in the ANSI C language, and
@@ -73,7 +75,7 @@
 Provides: libtestu01-dev
 Section: non-free/libdevel
 Architecture: any
-Depends: libtestu01-0 (= ${binary:Version}), libtestu01-0-dev-common (= 
${source:Version}), ${misc:Depends}
+Depends: libtestu01-0t64 (= ${binary:Version}), libtestu01-0-dev-common (= 
${source:Version}), ${misc:Depends}
 Conflicts: libtestu01-dev
 Suggests: testu01-doc
 Multi-Arch: same
@@ -128,7 +130,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Suggests:
- libtestu01-0 (=${binary:Version}), libtestu01-0-dev (=${binary:Version}),
+ libtestu01-0t64 (=${binary:Version}), libtestu01-0-dev (=${binary:Version}),
  texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
  pdf-viewer
 Multi-Arch: foreign
@@ -153,7 +155,7 @@
 
 Package: testu01-bin
 Architecture: any
-Depends: libtestu01-0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libtestu01-0t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Suggests: testu01-doc (= ${source:Version})
 Multi-Arch: foreign
 Description: testing suite for uniform random number generators -- utils
diff -Nru testu01-1.2.3+ds1/debian/libtestu01-0.install 
testu01-1.2.3+ds1/debian/libtestu01-0.install
--- testu01-1.2.3+ds1/debian/libtestu01-0.install   2015-05-05 
23:44:11.0 +
+++ testu01-1.2.3+ds1/debian/libtestu01-0.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libtestu01*.so.*
diff -Nru testu01-1.2.3+ds1/debian/libtestu01-0.links 
testu01-1.2.3+ds1/debian/libtestu01-0.links
--- testu01-1.2.3+ds1/debian/libtestu01-0.links 2015-05-18 19:28:49.0 
+
+++ testu01-1.2.3+ds1/debian/libtestu01-0.links 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/share/doc/testu01-data/README.Debian 
usr/share/doc/libtestu01-0/README.Debian
diff -Nru testu01-1.2.3+ds1/debian/libtestu01-0.lintian-overrides 
testu01-1.2.3+ds1/debian/libtestu01-0.lintian-overrides
--- testu01-1.2.3+ds1/debian/libtestu01-0.lintian-overrides 2022-12-12 
09:15:35.0 +
+++ testu01-1.2.3+ds1/debian/libtestu01-0.lintian-overrides 1970-01-01 
00:00:00.0 +
@@ -1,7 +0,0 @@
-# Mathematically impossible computations or absurde implementations
-# are managed with exit(3); this looks as a clumsy DEBUG policy rather
-# than a design issue, but still an issue that has to be fixed by the
-# upstream team itself.
-# On the other hand, I/O possible issues are also ended by exit(3) along
-# side improper data input; this is definitely a design issue.
-libtestu01-0 binary: exit-in-shared-library
diff -Nru testu01-1.2.3+d

Bug#1062972: termrec: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: termrec
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 termrec-0.19/debian/changelog termrec-0.19/debian/changelog
--- termrec-0.19/debian/changelog   2022-09-13 15:24:35.0 +
+++ termrec-0.19/debian/changelog   2024-02-29 18:07:07.0 +
@@ -1,3 +1,10 @@
+termrec (0.19-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062972
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:07:07 +
+
 termrec (0.19-2) unstable; urgency=medium
 
   * Bump watch file to version 4.
diff -Nru termrec-0.19/debian/control termrec-0.19/debian/control
--- termrec-0.19/debian/control 2022-09-13 15:08:22.0 +
+++ termrec-0.19/debian/control 2024-02-29 18:07:07.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Section: misc
 Maintainer: Adam Borowski 
-Build-Depends: debhelper-compat (= 13), libbz2-dev, zlib1g-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libbz2-dev, 
zlib1g-dev,
   liblzma-dev, libzstd-dev, libcurl4-gnutls-dev
 Standards-Version: 4.6.1
 Rules-Requires-Root: no
@@ -13,7 +13,7 @@
 Package: termrec
 Architecture: any
 Multi-Arch: foreign
-Depends: libtty1 (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libtty1t64 (>= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: terminal videos/scripts recorder and player
  This package contains "termrec", a program which can record a terminal
  session and "termplay" to play it back.  They can handle both line-based
@@ -25,7 +25,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtty1 (= ${binary:Version}), ${misc:Depends}
+Depends: libtty1t64 (= ${binary:Version}), ${misc:Depends}
 Description: terminal/ttyrec library -- development
  libtty is a library for handling terminal output.  It is kind of "reverse
  curses" -- it is on the receiving end of tty data, accepting vt100 codes
@@ -38,7 +38,10 @@
  .
  This package contains the library headers.
 
-Package: libtty1
+Package: libtty1t64
+Provides: ${t64:Provides}
+Replaces: libtty1
+Breaks: libtty1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru termrec-0.19/debian/libtty1.install 
termrec-0.19/debian/libtty1.install
--- termrec-0.19/debian/libtty1.install 2020-04-19 07:22:12.0 +
+++ termrec-0.19/debian/libtty1.install 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru termrec-0.19/debian/libtty1.symbols 
termrec-0.19/debian/libtty1.symbols
--- termrec-0.19/debian/libtty1.symbols 2020-04-19 07:22:12.0 +
+++ termrec-0.19/debian/libtty1.symbols 1970-01-01 00:00:00.0 +
@@ -1,30 +0,0 @@
-libtty.so.1 libtty1 #MINVER#
- open_stream@Base 0.18
- tty_color_convert@Base 0.18
- tty_copy@Base 0.18
- tty_free@Base 0.18
- tty_init@Base 0.18
- tty_printf@Base 0.18
- tty_reset@Base 0.18
- tty_resize@Base 0.18
- tty_write@Base 0.18
- ttyrec_add_frame@Base 0.18
- ttyrec_free@Base 0.18
- ttyrec_init@Base 0.18
- ttyrec_load@Base 0.18
- ttyrec_next_frame@Base 0.18
- ttyrec_r_find_format@Base 0.18
- ttyrec_r_get_format_ext@Base 0.18
- ttyrec_r_get_format_name@Base 0.18
- ttyrec_r_play@Base 0.18
- ttyrec_save@Base 0.18
- ttyrec_seek@Base 0.18
- ttyrec_w_close@Base 0.18
- ttyrec_w_find_format@Base 0.18
- ttyrec_w_get_format_ext@Base 0.18
- ttyrec_w_get_format_name@Base 0.18
- ttyrec_w_open@Base 0.18
- ttyrec_w_write@Base 0.18
- vtvt_attach@Base 0.18
- vtvt_dump@Base 0.18
- vtvt_resize@Base 0.18
diff -Nru termrec-0.19/debian/libtty1t64.install 
termrec-0.19/debian/libtty1t64.install
--- termrec-0.19/debian/libtty1t64.install  1970-01-01 00:00:00.0 
+
+++ termrec-0.19/debian/libtty1t64.install  2020-04-19 07:22:12.0 
+
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru termrec-0.19/debian/libtty1t64.lintian-overrides 
termrec-0.19/debian/libtty1t64.lintian-overrides
--- termrec-0.19/debian/libtty1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ termrec-0.19/debian/libtty1t64.lintian-overrides2024-02-29 
18:07:03.0 +
@@ -0,0 +1 @@
+libtty1t64: package-name-doesnt-match-sonames libtty1
diff -Nru termrec-0.19/debian/libtty1t64.symbols 
termrec-0.19/debian/libtty1t64.symbols
--- termrec-0.19/de

Bug#1062971: telepathy-mission-control-5: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: telepathy-mission-control-5
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 telepathy-mission-control-5-5.16.5/debian/changelog 
telepathy-mission-control-5-5.16.5/debian/changelog
--- telepathy-mission-control-5-5.16.5/debian/changelog 2020-04-04 
20:03:25.0 +
+++ telepathy-mission-control-5-5.16.5/debian/changelog 2024-02-29 
18:06:16.0 +
@@ -1,3 +1,10 @@
+telepathy-mission-control-5 (1:5.16.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062971
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:06:16 +
+
 telepathy-mission-control-5 (1:5.16.5-2) unstable; urgency=medium
 
   [ Laurent Bigonville ]
diff -Nru telepathy-mission-control-5-5.16.5/debian/control 
telepathy-mission-control-5-5.16.5/debian/control
--- telepathy-mission-control-5-5.16.5/debian/control   2020-04-04 
20:03:25.0 +
+++ telepathy-mission-control-5-5.16.5/debian/control   2024-02-29 
18:06:16.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Telepathy maintainers 

 Uploaders: Sjoerd Simons ,
Laurent Bigonville 
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12),
dh-apparmor,
dpkg-dev (>= 1.16.1~),
gtk-doc-tools,
@@ -24,7 +24,7 @@
 
 Package: telepathy-mission-control-5
 Architecture: any
-Depends: libmission-control-plugins0 (= ${binary:Version}),
+Depends: libmission-control-plugins0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests: telepathy-haze
@@ -49,7 +49,10 @@
  This is not a compatible replacement for Mission Control 4 (in the
  telepathy-mission-control package), but they can be installed in parallel.
 
-Package: libmission-control-plugins0
+Package: libmission-control-plugins0t64
+Provides: ${t64:Provides}
+Replaces: libmission-control-plugins0
+Breaks: libmission-control-plugins0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -65,7 +68,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libmission-control-plugins0 (= ${binary:Version}),
+Depends: libmission-control-plugins0t64 (= ${binary:Version}),
  libtelepathy-glib-dev,
  ${misc:Depends}
 Suggests: libmission-control-plugins-doc
diff -Nru 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.install 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.install
--- 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.install   
2020-04-04 20:03:25.0 +
+++ 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.install   
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libmission-control-plugins.so.0*
diff -Nru 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.symbols 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.symbols
--- 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.symbols   
2020-04-04 20:03:25.0 +
+++ 
telepathy-mission-control-5-5.16.5/debian/libmission-control-plugins0.symbols   
1970-01-01 00:00:00.0 +
@@ -1,106 +0,0 @@
-libmission-control-plugins.so.0 libmission-control-plugins0 #MINVER#
-* Build-Depends-Package: libmission-control-plugins-dev
- mcp_account_manager_escape_value_for_keyfile@Base 1:5.15.0
- mcp_account_manager_escape_variant_for_keyfile@Base 1:5.15.0
- mcp_account_manager_get_type@Base 5.5.0~
- mcp_account_manager_get_unique_name@Base 5.5.0~
- mcp_account_manager_get_value@Base 5.5.0~
- mcp_account_manager_init_value_for_attribute@Base 1:5.15.0
- mcp_account_manager_list_keys@Base 1:5.5.2
- mcp_account_manager_parameter_is_secret@Base 5.5.0~
- mcp_account_manager_parameter_make_secret@Base 5.5.0~
- mcp_account_manager_set_attribute@Base 1:5.15.0
- mcp_account_manager_set_parameter@Base 1:5.15.0
- mcp_account_manager_set_value@Base 5.5.0~
- mcp_account_manager_unescape_value_from_keyfile@Base 1:5.15.0
- mcp_account_storage_commit@Base 5.5.0~
- mcp_account_storage_commit_one@Base 1:5.5.2
- mcp_account_storage_create@Base 1:5.13.1~
- mcp_account_storage_delete@Base 5.5.0~
- mcp_account_storage_description@Base 5.5.0~
- mcp_account_storage_emit_al

Bug#1062966: taningia: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: taningia
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 taningia-0.2.2/debian/changelog taningia-0.2.2/debian/changelog
--- taningia-0.2.2/debian/changelog 2016-09-18 23:28:51.0 +
+++ taningia-0.2.2/debian/changelog 2024-02-29 18:03:04.0 +
@@ -1,3 +1,10 @@
+taningia (0.2.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062966
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:03:04 +
+
 taningia (0.2.2-2) unstable; urgency=low
 
   * Remove unreachable addresses from control and watch file.
diff -Nru taningia-0.2.2/debian/control taningia-0.2.2/debian/control
--- taningia-0.2.2/debian/control   2016-09-18 23:28:51.0 +
+++ taningia-0.2.2/debian/control   2024-02-29 18:03:04.0 +
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian XMPP Maintainers 
 Uploaders: Thadeu Lima de Souza Cascardo 
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libiksemel-dev,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 7.0.50~), autotools-dev, 
libiksemel-dev,
  pkg-config
 Standards-Version: 3.9.8
 Section: libs
@@ -10,7 +10,7 @@
 Package: libtaningia-dev
 Section: libdevel
 Architecture: any
-Depends: libtaningia0 (= ${binary:Version}), ${misc:Depends},
+Depends: libtaningia0t64 (= ${binary:Version}), ${misc:Depends},
  libiksemel-dev
 Description: Development files for lib taningia
  Taningia is a simple and modern communication library that provides
@@ -24,7 +24,10 @@
  This package provides headers, static linked library and other
  development stuff.
 
-Package: libtaningia0
+Package: libtaningia0t64
+Provides: ${t64:Provides}
+Replaces: libtaningia0
+Breaks: libtaningia0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Taningia is a generic communication library based on XMPP
diff -Nru taningia-0.2.2/debian/libtaningia0.dirs 
taningia-0.2.2/debian/libtaningia0.dirs
--- taningia-0.2.2/debian/libtaningia0.dirs 2016-09-18 22:26:40.0 
+
+++ taningia-0.2.2/debian/libtaningia0.dirs 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib
diff -Nru taningia-0.2.2/debian/libtaningia0.docs 
taningia-0.2.2/debian/libtaningia0.docs
--- taningia-0.2.2/debian/libtaningia0.docs 2016-09-18 22:26:40.0 
+
+++ taningia-0.2.2/debian/libtaningia0.docs 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-TODO
diff -Nru taningia-0.2.2/debian/libtaningia0.install 
taningia-0.2.2/debian/libtaningia0.install
--- taningia-0.2.2/debian/libtaningia0.install  2016-09-18 22:26:40.0 
+
+++ taningia-0.2.2/debian/libtaningia0.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru taningia-0.2.2/debian/libtaningia0.symbols 
taningia-0.2.2/debian/libtaningia0.symbols
--- taningia-0.2.2/debian/libtaningia0.symbols  2016-09-18 22:26:40.0 
+
+++ taningia-0.2.2/debian/libtaningia0.symbols  1970-01-01 00:00:00.0 
+
@@ -1,259 +0,0 @@
-libtaningia.so.0 libtaningia0 #MINVER#
- hash_string@Base 0.1
- hashtable_close@Base 0.1
- hashtable_create@Base 0.1
- hashtable_del@Base 0.1
- hashtable_destroy@Base 0.1
- hashtable_get@Base 0.1
- hashtable_get_test@Base 0.1
- hashtable_init@Base 0.1
- hashtable_iter@Base 0.1
- hashtable_iter_key@Base 0.1
- hashtable_iter_next@Base 0.1
- hashtable_iter_value@Base 0.1
- hashtable_set@Base 0.1
- string_equal@Base 0.1
- ta_atom_category_get_label@Base 0.1
- ta_atom_category_get_scheme@Base 0.1
- ta_atom_category_get_term@Base 0.1
- ta_atom_category_init@Base 0.1
- ta_atom_category_new@Base 0.1
- ta_atom_category_set_label@Base 0.1
- ta_atom_category_set_scheme@Base 0.1
- ta_atom_category_set_term@Base 0.1
- ta_atom_category_to_iks@Base 0.1
- ta_atom_category_to_string@Base 0.1
- ta_atom_content_get_content@Base 0.1
- ta_atom_content_get_src@Base 0.1
- ta_atom_content_get_type@Base 0.1
- ta_atom_content_init@Base 0.1
- ta_atom_content_new@Base 0.1
- ta_atom_content_set_content@Base 0.1
- ta_atom_content_set_src@Base 0.1
- ta_atom_content_set_type@Base 0.1
- ta_atom_content_to_iks@Base 0.1
- ta_atom_content_to_string@Base 0.1
- ta_atom_entry_add_author@Base 0.1
- ta_atom_entry_add_category@Base 0.1
- ta_atom_entry_add_inreplyto@Base 0.1
- ta_atom

Bug#1062967: target-factory: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: target-factory
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 target-factory-2.5/debian/changelog 
target-factory-2.5/debian/changelog
--- target-factory-2.5/debian/changelog 2023-01-30 05:55:02.0 +
+++ target-factory-2.5/debian/changelog 2024-02-29 18:03:35.0 +
@@ -1,3 +1,10 @@
+target-factory (2.5-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062967
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:03:35 +
+
 target-factory (2.5-11) unstable; urgency=medium
 
   * Remove symbols file.
diff -Nru target-factory-2.5/debian/control target-factory-2.5/debian/control
--- target-factory-2.5/debian/control   2023-01-30 05:55:02.0 +
+++ target-factory-2.5/debian/control   2024-02-29 18:03:35.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Xilinx Package Maintainers 

 Uploaders: Punit Agrawal ,
   Nobuhiro Iwamatsu 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libprotobuf-dev,
libunilog-dev (>= 2.5),
@@ -15,7 +15,10 @@
 Vcs-Git: 
https://salsa.debian.org/xilinx-packages-team/vitis-ai/target-factory.git
 Vcs-Browser: 
https://salsa.debian.org/xilinx-packages-team/vitis-ai/target-factory
 
-Package: libtarget-factory2
+Package: libtarget-factory2t64
+Provides: ${t64:Provides}
+Replaces: libtarget-factory2
+Breaks: libtarget-factory2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -30,7 +33,7 @@
 Architecture: any
 Section: libdevel
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, libtarget-factory2 (= 
${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libtarget-factory2t64 (= 
${binary:Version})
 Description: Factory library to generate DPU target description file (develop)
  A factory to manage Deep learning Processing Unit (DPU) target
  description infos. Register targets and then you can get infos by name
diff -Nru target-factory-2.5/debian/libtarget-factory2.install 
target-factory-2.5/debian/libtarget-factory2.install
--- target-factory-2.5/debian/libtarget-factory2.install2023-01-30 
05:55:02.0 +
+++ target-factory-2.5/debian/libtarget-factory2.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
\ No newline at end of file
diff -Nru target-factory-2.5/debian/libtarget-factory2t64.install 
target-factory-2.5/debian/libtarget-factory2t64.install
--- target-factory-2.5/debian/libtarget-factory2t64.install 1970-01-01 
00:00:00.0 +
+++ target-factory-2.5/debian/libtarget-factory2t64.install 2023-01-30 
05:55:02.0 +
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
\ No newline at end of file
diff -Nru target-factory-2.5/debian/libtarget-factory2t64.lintian-overrides 
target-factory-2.5/debian/libtarget-factory2t64.lintian-overrides
--- target-factory-2.5/debian/libtarget-factory2t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ target-factory-2.5/debian/libtarget-factory2t64.lintian-overrides   
2024-02-29 18:03:30.0 +
@@ -0,0 +1 @@
+libtarget-factory2t64: package-name-doesnt-match-sonames libtarget-factory2


Bug#1062964: tango: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: tango
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 tango-9.5.0+dfsg1/debian/changelog tango-9.5.0+dfsg1/debian/changelog
--- tango-9.5.0+dfsg1/debian/changelog  2024-01-09 12:20:11.0 +
+++ tango-9.5.0+dfsg1/debian/changelog  2024-02-29 18:00:05.0 +
@@ -1,3 +1,10 @@
+tango (9.5.0+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062964
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 18:00:05 +
+
 tango (9.5.0+dfsg1-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru tango-9.5.0+dfsg1/debian/control tango-9.5.0+dfsg1/debian/control
--- tango-9.5.0+dfsg1/debian/control2023-12-31 21:34:44.0 +
+++ tango-9.5.0+dfsg1/debian/control2024-02-29 18:00:05.0 +
@@ -3,7 +3,7 @@
 Uploaders: Picca Frédéric-Emmanuel 
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
default-libmysqlclient-dev,
libcos4-dev,
@@ -22,7 +22,10 @@
 Homepage: https://www.tango-controls.org
 Rules-Requires-Root: no
 
-Package: libtango95
+Package: libtango95t64
+Provides: ${t64:Provides}
+Replaces: libtango95
+Breaks: libtango95 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -51,7 +54,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: libcos4-dev,
- libtango95 (= ${binary:Version}),
+ libtango95t64 (= ${binary:Version}),
  cppzmq-dev,
  libjpeg-dev,
  ${misc:Depends}
@@ -93,7 +96,7 @@
  ESRF (www.esrf.eu), Soleil (synchrotron-soleil.fr), Alba (www.cells.es),
  and Elettra institutes (www.elettra.trieste.it).
  .
- This package contains the documentation for the libtango95 library.
+ This package contains the documentation for the libtango95t64 library.
 
 Package: libtango-tools
 Architecture: any
diff -Nru tango-9.5.0+dfsg1/debian/libtango95t64.lintian-overrides 
tango-9.5.0+dfsg1/debian/libtango95t64.lintian-overrides
--- tango-9.5.0+dfsg1/debian/libtango95t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ tango-9.5.0+dfsg1/debian/libtango95t64.lintian-overrides2024-02-29 
17:59:08.0 +
@@ -0,0 +1 @@
+libtango95t64: package-name-doesnt-match-sonames libtango95
diff -Nru tango-9.5.0+dfsg1/debian/rules tango-9.5.0+dfsg1/debian/rules
--- tango-9.5.0+dfsg1/debian/rules  2023-12-31 21:34:44.0 +
+++ tango-9.5.0+dfsg1/debian/rules  2024-02-29 18:00:03.0 +
@@ -61,7 +61,7 @@
 
 override_dh_install:
# libtango95
-   dh_install -p libtango95 usr/lib/*/libtango.so.*
+   dh_install -p libtango95t64 usr/lib/*/libtango.so.*
 
# libtango-dev
dh_install -p libtango-dev usr/include/tango/*


Bug#1062959: taktuk: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: taktuk
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 taktuk-3.7.7/debian/changelog taktuk-3.7.7/debian/changelog
--- taktuk-3.7.7/debian/changelog   2022-07-28 16:45:26.0 +
+++ taktuk-3.7.7/debian/changelog   2024-02-29 17:58:33.0 +
@@ -1,3 +1,10 @@
+taktuk (3.7.7-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062959
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:58:33 +
+
 taktuk (3.7.7-3) unstable; urgency=medium
 
   * New upstream page, fix debian/watch and homepage
diff -Nru taktuk-3.7.7/debian/control taktuk-3.7.7/debian/control
--- taktuk-3.7.7/debian/control 2022-07-28 16:41:49.0 +
+++ taktuk-3.7.7/debian/control 2024-02-29 17:58:33.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Vincent Danjean 
 Uploaders: Lucas Nussbaum 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
  autoconf (>=2.61), automake (>=1:1.10), libtool
 Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/debian/taktuk.git
@@ -16,7 +16,7 @@
 Multi-Arch: foreign
 Depends: ${perl:Depends}, ${misc:Depends}, openssh-client | rsh-client
 Recommends: libterm-readline-gnu-perl
-Suggests: kanif, libtaktuk3 (>= ${source:Version}), libtaktuk-1-dev (>= 
${source:Version})
+Suggests: kanif, libtaktuk3t64 (>= ${source:Version}), libtaktuk-1-dev (>= 
${source:Version})
 Breaks: kanif (<< 1.2)
 Description: efficient, large scale, parallel remote execution of commands
  TakTuk allows one to execute commands in parallel on a potentially large set
@@ -27,7 +27,10 @@
  require any specific software on the nodes thanks to a self-propagation
  algorithm.
 
-Package: libtaktuk3
+Package: libtaktuk3t64
+Provides: ${t64:Provides}
+Replaces: libtaktuk3
+Breaks: libtaktuk3 (<< ${source:Version})
 Architecture: any
 Section: libs
 Multi-Arch: same
@@ -43,7 +46,7 @@
  require any specific software on the nodes thanks to a self-propagation
  algorithm.
  .
- This package provides libtaktuk3, the C bindings for the taktuk communication
+ This package provides libtaktuk3t64, the C bindings for the taktuk 
communication
  layer.
 
 Package: libtaktuk-1-dev
@@ -53,7 +56,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libtaktuk3 (= ${binary:Version})
+Depends: ${misc:Depends}, libtaktuk3t64 (= ${binary:Version})
 Description: C bindings for taktuk (development files)
  TakTuk allows one to execute commands in parallel on a potentially large set
  of remote nodes (using ssh to connect to each node). It is typically used
@@ -63,7 +66,7 @@
  require any specific software on the nodes thanks to a self-propagation
  algorithm.
  .
- This package provides development files for libtaktuk3, the C bindings for
+ This package provides development files for libtaktuk3t64, the C bindings for
  the taktuk communication layer.
 
 Package: libtaktuk-perl
diff -Nru taktuk-3.7.7/debian/libtaktuk3.install 
taktuk-3.7.7/debian/libtaktuk3.install
--- taktuk-3.7.7/debian/libtaktuk3.install  2022-07-28 15:24:38.0 
+
+++ taktuk-3.7.7/debian/libtaktuk3.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtaktuk*.so.*
diff -Nru taktuk-3.7.7/debian/libtaktuk3.symbols 
taktuk-3.7.7/debian/libtaktuk3.symbols
--- taktuk-3.7.7/debian/libtaktuk3.symbols  2022-07-28 15:24:38.0 
+
+++ taktuk-3.7.7/debian/libtaktuk3.symbols  1970-01-01 00:00:00.0 
+
@@ -1,14 +0,0 @@
-libtaktuk.so.3 libtaktuk3 #MINVER#
- taktuk_error_msg@Base 3.7.3
- taktuk_get@Base 3.7.3
- taktuk_init_threads@Base 3.7.3
- taktuk_leave_threads@Base 3.7.3
- taktuk_multi_send@Base 3.7.3
- taktuk_multi_sendv@Base 3.7.3
- taktuk_read@Base 3.7.3
- taktuk_readv@Base 3.7.3
- taktuk_recv@Base 3.7.3
- taktuk_recvv@Base 3.7.3
- taktuk_send@Base 3.7.3
- taktuk_sendv@Base 3.7.3
- taktuk_wait_message@Base 3.7.3
diff -Nru taktuk-3.7.7/debian/libtaktuk3t64.install 
taktuk-3.7.7/debian/libtaktuk3t64.install
--- taktuk-3.7.7/debian/libtaktuk3t64.install   1970-01-01 00:00:00.0 
+
+++ taktuk-3.7.7/debian/libtaktuk3t64.install   2022-07-28 15:24:38.0 
+
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libtaktuk*.s

Bug#1062958: t4kcommon: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: t4kcommon
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 t4kcommon-0.1.1/debian/changelog t4kcommon-0.1.1/debian/changelog
--- t4kcommon-0.1.1/debian/changelog2022-07-09 22:35:53.0 +
+++ t4kcommon-0.1.1/debian/changelog2024-02-29 17:57:52.0 +
@@ -1,3 +1,10 @@
+t4kcommon (0.1.1-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062958
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:57:52 +
+
 t4kcommon (0.1.1-11) unstable; urgency=medium
 
   [Stefan Kropp]
diff -Nru t4kcommon-0.1.1/debian/control t4kcommon-0.1.1/debian/control
--- t4kcommon-0.1.1/debian/control  2022-07-09 16:24:26.0 +
+++ t4kcommon-0.1.1/debian/control  2024-02-29 17:57:52.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Holger Levsen 
 Uploaders: Dmitry Smirnov 
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
   ,autopoint
   ,doxygen
   ,libpng-dev
@@ -21,7 +21,10 @@
 Vcs-Git: https://salsa.debian.org/tux4kids-pkg-team/t4kcommon.git
 Vcs-Browser: https://salsa.debian.org/tux4kids-pkg-team/t4kcommon
 
-Package: libt4k-common0
+Package: libt4k-common0t64
+Provides: ${t64:Provides}
+Replaces: libt4k-common0
+Breaks: libt4k-common0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -33,7 +36,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libt4k-common0 (= ${binary:Version})
+Depends: ${misc:Depends}, libt4k-common0t64 (= ${binary:Version})
   ,librsvg2-dev
   ,libsdl-pango-dev
   ,libsdl-image1.2-dev
@@ -60,7 +63,7 @@
 #Priority: extra
 #Architecture: any
 #Multi-Arch: same
-#Depends: ${misc:Depends}, libt4k-common0 (= ${binary:Version})
+#Depends: ${misc:Depends}, libt4k-common0t64 (= ${binary:Version})
 #Description: common library for tux4kids - debugging symbols
 # t4k_common is a library of code shared between tuxmath and tuxtype.
 # .
diff -Nru t4kcommon-0.1.1/debian/libt4k-common0.install 
t4kcommon-0.1.1/debian/libt4k-common0.install
--- t4kcommon-0.1.1/debian/libt4k-common0.install   2022-07-09 
16:24:26.0 +
+++ t4kcommon-0.1.1/debian/libt4k-common0.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru t4kcommon-0.1.1/debian/libt4k-common0.symbols 
t4kcommon-0.1.1/debian/libt4k-common0.symbols
--- t4kcommon-0.1.1/debian/libt4k-common0.symbols   2022-07-09 
16:24:26.0 +
+++ t4kcommon-0.1.1/debian/libt4k-common0.symbols   1970-01-01 
00:00:00.0 +
@@ -1,180 +0,0 @@
-libt4k_common.so.0 libt4k-common0 #MINVER#
- IMG_Load_Cache@Base 0.1.1
- InitT4KCommon@Base 0.1.1
- MUSIC_DIR@Base 0.1.1
- SVGInfoIndex@Base 0.1.1
- T4K_AddDataPrefix@Base 0.1.1
- T4K_AddRect@Base 0.1.1
- T4K_AskFontName@Base 0.1.1
- T4K_AudioEnable@Base 0.1.1
- T4K_AudioHaltChannel@Base 0.1.1
- T4K_AudioMusicLoad@Base 0.1.1
- T4K_AudioMusicPlay@Base 0.1.1
- T4K_AudioMusicUnload@Base 0.1.1
- T4K_AudioToggle@Base 0.1.1
- T4K_BlackOutline@Base 0.1.1
- T4K_Blend@Base 0.1.1
- T4K_ChangeWindowSize@Base 0.1.1
- T4K_CharsForWidth@Base 0.1.1
- T4K_CheckFile@Base 0.1.1
- T4K_Cleanup_SDL_Text@Base 0.1.1
- T4K_ConvertFromUTF8@Base 0.1.1
- T4K_ConvertToUTF8@Base 0.1.1
- T4K_CreateButton@Base 0.1.1
- T4K_CreateOneLevelMenu@Base 0.1.1
- T4K_DarkenScreen@Base 0.1.1
- T4K_DrawButton@Base 0.1.1
- T4K_DrawButtonOn@Base 0.1.1
- T4K_DrawObject@Base 0.1.1
- T4K_DrawSprite@Base 0.1.1
- T4K_EraseObject@Base 0.1.1
- T4K_EraseSprite@Base 0.1.1
- T4K_Flip@Base 0.1.1
- T4K_FlipSprite@Base 0.1.1
- T4K_FreeSprite@Base 0.1.1
- T4K_FreeSurfaceArray@Base 0.1.1
- T4K_GetResolutions@Base 0.1.1
- T4K_GetScreen@Base 0.1.1
- T4K_GetUserDataDir@Base 0.1.1
- T4K_HandleStdEvents@Base 0.1.1
- T4K_InitBlitQueue@Base 0.1.1
- T4K_IsPlayingMusic@Base 0.1.1
- T4K_LineWrap@Base 0.1.1
- T4K_LineWrapInsBreaks@Base 0.1.1
- T4K_LineWrapList@Base 0.1.1
- T4K_LoadBkgd@Base 0.1.1
- T4K_LoadBothBkgds@Base 0.1.1
- T4K_LoadImage@Base 0.1.1
- T4K_LoadImageOfBoundingBox@Base 0.1.1
- T4K_LoadMenu@Base 0.1.1
- T4K_LoadMusic@Base 0.1.1
- T4K_LoadScaledImage@Base 0.1.1
- T4K_LoadScaledSprite@Base 0.1.1
- T4K_LoadSound@B

Bug#1062957: sysrepo: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sysrepo
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 sysrepo-2.0.53/debian/changelog sysrepo-2.0.53/debian/changelog
--- sysrepo-2.0.53/debian/changelog 2021-11-26 10:32:54.0 +
+++ sysrepo-2.0.53/debian/changelog 2024-02-29 17:57:10.0 +
@@ -1,3 +1,10 @@
+sysrepo (2.0.53-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062957
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:57:10 +
+
 sysrepo (2.0.53-6) unstable; urgency=medium
 
   * Don't move the /etc/sysrepo if it doesn't exist
diff -Nru sysrepo-2.0.53/debian/control sysrepo-2.0.53/debian/control
--- sysrepo-2.0.53/debian/control   2021-11-26 10:32:54.0 +
+++ sysrepo-2.0.53/debian/control   2024-02-29 17:57:10.0 +
@@ -3,7 +3,7 @@
 Maintainer: Ondřej Surý 
 Priority: optional
 Standards-Version: 4.5.1.0
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 12),
doxygen,
graphviz,
@@ -12,7 +12,7 @@
 Homepage: https://github.com/sysrepo/sysrepo
 
 Package: sysrepo
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Section: admin
@@ -48,7 +48,7 @@
  This package contains the documentation.
 
 Package: sysrepo-plugind
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Section: admin
@@ -66,7 +66,10 @@
  .
  This package contains the daemon for grouping sysrepo plugins.
 
-Package: libsysrepo6
+Package: libsysrepo6t64
+Provides: ${t64:Provides}
+Replaces: libsysrepo6
+Breaks: libsysrepo6 (<< ${source:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
  ${shlibs:Depends}
@@ -86,7 +89,7 @@
  This package contains the shared C library.
 
 Package: libsysrepo-dev
-Depends: libsysrepo6 (= ${binary:Version}),
+Depends: libsysrepo6t64 (= ${binary:Version}),
  libyang2-dev,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.install 
sysrepo-2.0.53/debian/libsysrepo6.install
--- sysrepo-2.0.53/debian/libsysrepo6.install   2021-11-26 10:32:54.0 
+
+++ sysrepo-2.0.53/debian/libsysrepo6.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libsysrepo.so.*
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.postrm 
sysrepo-2.0.53/debian/libsysrepo6.postrm
--- sysrepo-2.0.53/debian/libsysrepo6.postrm2021-11-26 10:32:54.0 
+
+++ sysrepo-2.0.53/debian/libsysrepo6.postrm1970-01-01 00:00:00.0 
+
@@ -1,40 +0,0 @@
-#!/bin/sh
-# postrm script for libsysrepo6
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#*  `remove'
-#*  `purge'
-#*  `upgrade' 
-#*  `failed-upgrade' 
-#*  `abort-install'
-#*  `abort-install' 
-#*  `abort-upgrade' 
-#*  `disappear' 
-#  
-# for details, see https://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-purge)
-   rm -rf /etc/sysrepo
-;;
-remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-;;
-
-*)
-echo "postrm called with unknown argument \`$1'" >&2
-exit 1
-;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff -Nru sysrepo-2.0.53/debian/libsysrepo6.symbols 
sysrepo-2.0.53/debian/libsysrepo6.symbols
--- sysrepo-2.0.53/debian/libsysrepo6.symbols   2021-11-26 10:32:54.0 
+
+++ sysrepo-2.0.53/debian/libsysrepo6.symbols   1970-01-01 00:00:00.0 
+
@@ -1,144 +0,0 @@
-libsysrepo.so.6 libsysrepo6 #MINVER#
- sr_apply_changes@Base 1.4.70
- sr_cancel_update_module@Base 1.4.70
- sr_check_module_ds_access@Base 2.0.53
- sr_connect@Base 1.4.70
- sr_connection_count@Base 1.4.70
- sr_copy_config@Base 1.4.70
- sr_delete_item@Base 1.4.70
- sr_disable_module_feature@Base 1.4.70
- sr_discard_changes@Base 1.4.70
- sr_discard_oper_changes@Base 2.0.53
- sr_disconnect@Base 1.4.70
- sr_dup_changes_iter@

Bug#1062936: sword: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sword
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 sword-1.9.0+dfsg/debian/changelog sword-1.9.0+dfsg/debian/changelog
--- sword-1.9.0+dfsg/debian/changelog   2023-10-27 22:32:31.0 +
+++ sword-1.9.0+dfsg/debian/changelog   2024-02-29 17:52:34.0 +
@@ -1,3 +1,10 @@
+sword (1.9.0+dfsg-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062936
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:52:34 +
+
 sword (1.9.0+dfsg-5) unstable; urgency=medium
 
   * Team upload
diff -Nru sword-1.9.0+dfsg/debian/control sword-1.9.0+dfsg/debian/control
--- sword-1.9.0+dfsg/debian/control 2023-10-27 22:32:31.0 +
+++ sword-1.9.0+dfsg/debian/control 2024-02-29 17:52:34.0 +
@@ -1,5 +1,5 @@
 Source: sword
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-python,
libbz2-dev,
liblzma-dev,
@@ -25,13 +25,14 @@
 Vcs-Browser: https://salsa.debian.org/pkg-crosswire-team/sword
 Vcs-Git: https://salsa.debian.org/pkg-crosswire-team/sword.git
 
-Package: libsword1.9.0
+Package: libsword1.9.0t64
+Provides: ${t64:Provides}
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libsword-common, ${shlibs:Depends}, ${misc:Depends}
 Recommends: sword-frontend
-Breaks: libsword11v5 (>= 1.8), libsword-1.8.1
-Replaces: libsword11v5 (>= 1.8), libsword-1.8.1
+Breaks: libsword1.9.0 (<< ${source:Version}), libsword11v5 (>= 1.8), 
libsword-1.8.1
+Replaces: libsword1.9.0, libsword11v5 (>= 1.8), libsword-1.8.1
 Multi-Arch: same
 Description: API/library for bible software
  The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
@@ -48,7 +49,7 @@
 Package: libsword-dev
 Architecture: any
 Section: libdevel
-Depends: libsword1.9.0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsword1.9.0t64 (= ${binary:Version}), ${misc:Depends}
 Recommends: libsword-utils
 Multi-Arch: same
 Description: Development files for libsword
diff -Nru sword-1.9.0+dfsg/debian/libsword1.9.0.docs 
sword-1.9.0+dfsg/debian/libsword1.9.0.docs
--- sword-1.9.0+dfsg/debian/libsword1.9.0.docs  2023-10-27 22:32:31.0 
+
+++ sword-1.9.0+dfsg/debian/libsword1.9.0.docs  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-doc/translation-template.conf
diff -Nru sword-1.9.0+dfsg/debian/libsword1.9.0.install 
sword-1.9.0+dfsg/debian/libsword1.9.0.install
--- sword-1.9.0+dfsg/debian/libsword1.9.0.install   2023-10-27 
22:32:31.0 +
+++ sword-1.9.0+dfsg/debian/libsword1.9.0.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libsword.so.*
diff -Nru sword-1.9.0+dfsg/debian/libsword1.9.0t64.docs 
sword-1.9.0+dfsg/debian/libsword1.9.0t64.docs
--- sword-1.9.0+dfsg/debian/libsword1.9.0t64.docs   1970-01-01 
00:00:00.0 +
+++ sword-1.9.0+dfsg/debian/libsword1.9.0t64.docs   2023-10-27 
22:32:31.0 +
@@ -0,0 +1 @@
+doc/translation-template.conf
diff -Nru sword-1.9.0+dfsg/debian/libsword1.9.0t64.install 
sword-1.9.0+dfsg/debian/libsword1.9.0t64.install
--- sword-1.9.0+dfsg/debian/libsword1.9.0t64.install1970-01-01 
00:00:00.0 +
+++ sword-1.9.0+dfsg/debian/libsword1.9.0t64.install2023-10-27 
22:32:31.0 +
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libsword.so.*
diff -Nru sword-1.9.0+dfsg/debian/libsword1.9.0t64.lintian-overrides 
sword-1.9.0+dfsg/debian/libsword1.9.0t64.lintian-overrides
--- sword-1.9.0+dfsg/debian/libsword1.9.0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ sword-1.9.0+dfsg/debian/libsword1.9.0t64.lintian-overrides  2024-02-29 
17:52:29.0 +
@@ -0,0 +1 @@
+libsword1.9.0t64: package-name-doesnt-match-sonames libsword1.9.0


Bug#1062935: swami: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: swami
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 swami-2.2.2/debian/changelog swami-2.2.2/debian/changelog
--- swami-2.2.2/debian/changelog2023-10-20 21:29:32.0 +
+++ swami-2.2.2/debian/changelog2024-02-29 17:51:45.0 +
@@ -1,3 +1,10 @@
+swami (2.2.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062935
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:51:45 +
+
 swami (2.2.2-2) unstable; urgency=medium
 
   * Team upload
diff -Nru swami-2.2.2/debian/control swami-2.2.2/debian/control
--- swami-2.2.2/debian/control  2023-10-20 21:28:08.0 +
+++ swami-2.2.2/debian/control  2024-02-29 17:51:44.0 +
@@ -5,7 +5,7 @@
 Uploaders:
  Jaromír Mikeš ,
  Dennis Braun 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  cmake,
  debhelper-compat (= 13),
  docbook-xml,
@@ -33,8 +33,8 @@
 Package: swami
 Architecture: any
 Depends:
- libswami1 (= ${binary:Version}),
- libswamigui1 (= ${binary:Version}),
+ libswami1t64 (= ${binary:Version}),
+ libswamigui1t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
@@ -45,7 +45,10 @@
  A programming API is also provided for integration with other
  applications.
 
-Package: libswami1
+Package: libswami1t64
+Provides: ${t64:Provides}
+Replaces: libswami1
+Breaks: libswami1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -60,7 +63,10 @@
  .
  This package provides the shared library.
 
-Package: libswamigui1
+Package: libswamigui1t64
+Provides: ${t64:Provides}
+Replaces: libswamigui1
+Breaks: libswamigui1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -83,8 +89,8 @@
  libgnomecanvas2-dev,
  libgtk2.0-dev,
  libinstpatch-dev,
- libswami1 (= ${binary:Version}),
- libswamigui1 (= ${binary:Version}),
+ libswami1t64 (= ${binary:Version}),
+ libswamigui1t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: MIDI instrument editor - development files
  Swami (Sampled Waveforms And Musical Instruments) is an application
diff -Nru swami-2.2.2/debian/libswami1.install 
swami-2.2.2/debian/libswami1.install
--- swami-2.2.2/debian/libswami1.install2023-10-20 21:26:05.0 
+
+++ swami-2.2.2/debian/libswami1.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libswami.so.*
diff -Nru swami-2.2.2/debian/libswami1.symbols 
swami-2.2.2/debian/libswami1.symbols
--- swami-2.2.2/debian/libswami1.symbols2023-10-20 21:26:05.0 
+
+++ swami-2.2.2/debian/libswami1.symbols1970-01-01 00:00:00.0 
+
@@ -1,231 +0,0 @@
-libswami.so.1 libswami1 #MINVER#
-* Build-Depends-Package: libswami-dev
- (optional)_swami_control_prop_deinit@Base 2.2.2
- (optional)_swami_control_prop_init@Base 2.2.2
- (optional)_swami_object_deinit@Base 2.2.1
- (optional)_swami_object_init@Base 2.0.0
- (optional)_swami_plugin_deinitialize@Base 2.2.1
- (optional)_swami_plugin_initialize@Base 2.0.0
- (optional)_swami_pretty_log_handler@Base 2.0.0
- (optional)_swami_ret_g_log@Base 2.0.0
- (optional)_swami_value_transform_init@Base 2.0.0
- (optional)root_signals@Base 2.0.0
- swami_container_get_type@Base 2.0.0
- swami_container_new@Base 2.0.0
- swami_control_break@Base 2.2.0
- swami_control_conn_flags_get_type@Base 2.0.0
- swami_control_conn_priority_get_type@Base 2.0.0
- swami_control_connect@Base 2.0.0
- swami_control_connect_item_prop@Base 2.0.0
- swami_control_connect_transform@Base 2.0.0
- swami_control_debug@Base 2.2.0
- swami_control_disconnect@Base 2.0.0
- swami_control_disconnect_all@Base 2.0.0
- swami_control_disconnect_unref@Base 2.0.0
- swami_control_do_event_expiration@Base 2.0.0
- swami_control_event_active_ref@Base 2.0.0
- swami_control_event_active_unref@Base 2.0.0
- swami_control_event_duplicate@Base 2.0.0
- swami_control_event_free@Base 2.0.0
- swami_control_event_get_type@Base 2.0.0
- swami_control_event_new@Base 2.0.0
- swami_control_event_ref@Base 2.0.0
- swami_control_event_set_origin@Base 2.0.0
- swami_control_event_stamp@Base 2.0.0
- swami_control_event_transform@Base 2.0.0
- swami_control_event_unref@Base 2.0.0
- swami_control_flags_get_type@Base 2.0.0
- swami_control_func_assign_funcs@Base 2.0.0
- swami_control_func_get_

Bug#1062934: svxlink: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: svxlink
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 svxlink-19.09.2/debian/changelog svxlink-19.09.2/debian/changelog
--- svxlink-19.09.2/debian/changelog2022-11-05 15:33:37.0 +
+++ svxlink-19.09.2/debian/changelog2024-02-29 17:50:24.0 +
@@ -1,3 +1,10 @@
+svxlink (19.09.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062934
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:50:24 +
+
 svxlink (19.09.2-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru svxlink-19.09.2/debian/control svxlink-19.09.2/debian/control
--- svxlink-19.09.2/debian/control  2022-11-05 15:33:37.0 +
+++ svxlink-19.09.2/debian/control  2024-02-29 17:50:24.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Hamradio Maintainers 
 Build-Depends-Indep: librsvg2-bin
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  cmake,
  libcurl4-gnutls-dev,
@@ -150,7 +150,10 @@
  over the Internet, including remote access to station equipment.
  EchoLink® is a registered trademark of Synergenics, LLC.
 
-Package: libasynccpp1.6
+Package: libasynccpp1.6t64
+Provides: ${t64:Provides}
+Replaces: libasynccpp1.6
+Breaks: libasynccpp1.6 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Section: libs
@@ -168,7 +171,7 @@
 Architecture: linux-any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libasynccpp1.6 (= ${binary:Version})
+Depends: ${misc:Depends}, libasynccpp1.6t64 (= ${binary:Version})
 Description: AsyncCpp library for SvxLink (development files)
  The SvxLink server provides access to a ham radio transceiver via
  the EchoLink® protocol. This package contains the static
@@ -178,7 +181,10 @@
  over the Internet, including remote access to station equipment.
  EchoLink® is a registered trademark of Synergenics, LLC.
 
-Package: libasyncaudio1.6
+Package: libasyncaudio1.6t64
+Provides: ${t64:Provides}
+Replaces: libasyncaudio1.6
+Breaks: libasyncaudio1.6 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Section: libs
@@ -196,7 +202,7 @@
 Architecture: linux-any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libasyncaudio1.6 (= ${binary:Version})
+Depends: ${misc:Depends}, libasyncaudio1.6t64 (= ${binary:Version})
 Description: AsyncAudio library for SvxLink (development files)
  The SvxLink server provides access to a ham radio transceiver via
  the EchoLink® protocol. This package contains the static
@@ -206,7 +212,10 @@
  over the Internet, including remote access to station equipment.
  EchoLink® is a registered trademark of Synergenics, LLC.
 
-Package: libasyncqt1.6
+Package: libasyncqt1.6t64
+Provides: ${t64:Provides}
+Replaces: libasyncqt1.6
+Breaks: libasyncqt1.6 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Section: libs
@@ -224,7 +233,7 @@
 Architecture: linux-any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libasyncqt1.6 (= ${binary:Version})
+Depends: ${misc:Depends}, libasyncqt1.6t64 (= ${binary:Version})
 Description: AsyncQt library for SvxLink (development files)
  The SvxLink server provides access to a ham radio transceiver via
  the EchoLink® protocol. This package contains the static
@@ -234,7 +243,10 @@
  over the Internet, including remote access to station equipment.
  EchoLink® is a registered trademark of Synergenics, LLC.
 
-Package: libasynccore1.6
+Package: libasynccore1.6t64
+Provides: ${t64:Provides}
+Replaces: libasynccore1.6
+Breaks: libasynccore1.6 (<< ${source:Version})
 Architecture: linux-any
 Multi-Arch: same
 Section: libs
@@ -252,7 +264,7 @@
 Architecture: linux-any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libasynccore1.6 (= ${binary:Version})
+Depends: ${misc:Depends}, libasynccore1.6t64 (= ${binary:Version})
 Description: AsyncCore library for SvxLink (development files)
  The SvxLink server provides access to a ham radio transceiver via
  the EchoLink® protocol. This package contains the static
@@ -262,7 +274,10 @@
  over the Internet, including remote access to station equipment.
  EchoLink® is a registered trademark of Synergenics, LLC.
 
-Package: libecholib1.3
+Package: libecholib1.3t64
+Provides

Bug#1062933: svox: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: svox
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 svox-1.0+git20130326/debian/changelog 
svox-1.0+git20130326/debian/changelog
--- svox-1.0+git20130326/debian/changelog   2023-12-26 00:24:42.0 
+
+++ svox-1.0+git20130326/debian/changelog   2024-02-29 17:48:34.0 
+
@@ -1,3 +1,10 @@
+svox (1.0+git20130326-14.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062933
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:48:34 +
+
 svox (1.0+git20130326-14) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff -Nru svox-1.0+git20130326/debian/control 
svox-1.0+git20130326/debian/control
--- svox-1.0+git20130326/debian/control 2023-09-12 20:11:52.0 +
+++ svox-1.0+git20130326/debian/control 2024-02-29 17:48:34.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Accessibility Team 
 Uploaders: Samuel Thibault 
-Build-Depends: debhelper-compat (= 13), automake, autoconf, libtool, help2man, 
libpopt-dev, libpopt-dev:native
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), automake, 
autoconf, libtool, help2man, libpopt-dev, libpopt-dev:native
 Rules-Requires-Root: no
 Standards-Version: 4.6.1
 Section: non-free/sound
@@ -15,7 +15,7 @@
 Section: non-free/libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libttspico0 (= ${binary:Version}), ${misc:Depends}
+Depends: libttspico0t64 (= ${binary:Version}), ${misc:Depends}
 Description: Small Footprint TTS (development files)
  The SVOX Pico engine is a software speech synthesizer for German, English (GB
  and US), Spanish, French and Italian.
@@ -29,7 +29,7 @@
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
-Recommends: libttspico0
+Recommends: libttspico0t64
 Description: Small Footprint TTS (lingware)
  The SVOX Pico engine is a software speech synthesizer for German, English (GB
  and US), Spanish, French and Italian.
@@ -39,7 +39,10 @@
  .
  This package contains the language files (lingware).
 
-Package: libttspico0
+Package: libttspico0t64
+Provides: ${t64:Provides}
+Replaces: libttspico0
+Breaks: libttspico0 (<< ${source:Version})
 Section: non-free/libs
 Architecture: any
 Multi-Arch: same
diff -Nru svox-1.0+git20130326/debian/libttspico0.dirs 
svox-1.0+git20130326/debian/libttspico0.dirs
--- svox-1.0+git20130326/debian/libttspico0.dirs2022-09-21 
22:41:44.0 +
+++ svox-1.0+git20130326/debian/libttspico0.dirs1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru svox-1.0+git20130326/debian/libttspico0.docs 
svox-1.0+git20130326/debian/libttspico0.docs
--- svox-1.0+git20130326/debian/libttspico0.docs2022-09-21 
22:41:44.0 +
+++ svox-1.0+git20130326/debian/libttspico0.docs1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-pico/lib/NOTICE
diff -Nru svox-1.0+git20130326/debian/libttspico0.install 
svox-1.0+git20130326/debian/libttspico0.install
--- svox-1.0+git20130326/debian/libttspico0.install 2022-09-21 
22:41:44.0 +
+++ svox-1.0+git20130326/debian/libttspico0.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru svox-1.0+git20130326/debian/libttspico0.symbols 
svox-1.0+git20130326/debian/libttspico0.symbols
--- svox-1.0+git20130326/debian/libttspico0.symbols 2022-09-21 
22:41:44.0 +
+++ svox-1.0+git20130326/debian/libttspico0.symbols 1970-01-01 
00:00:00.0 +
@@ -1,379 +0,0 @@
-libttspico.so.0 libttspico0 #MINVER#
- bitrv208neg@Base 1.0
- bitrv216neg@Base 1.0
- bitrv2conj@Base 1.0
- cftb040@Base 1.0
- cftb1st@Base 1.0
- dfct_nmf@Base 1.0
- env_spec@Base 1.0
- getMemUsage@Base 1.0
- impulse_response@Base 1.0
- is_valid_itemtype@Base 1.0
- is_valid_system_handle@Base 1.0
- mel_2_lin_init@Base 1.0
- mel_2_lin_lookup@Base 1.0
- norm_result@Base 1.0
- overlap_add@Base 1.0
- phase_spec2@Base 1.0
- pico_addResourceToVoiceDefinition@Base 1.0
- pico_createVoiceDefinition@Base 1.0
- pico_disposeEngine@Base 1.0
- pico_getData@Base 1.0
- pico_getEngineStatusMessage@Base 1.0
- pico_getEngineWarning@Base 1.0
- pico_getNrEngineWarnings@Base 1.0
- pico_getNrSystemWarnings@Base 1.0
- pico_getResourceName@Base 1.0
- pico_getSystemStatusMessage@Base 1.0
- pico_getSystemWarning

Bug#1062931: stopt: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: stopt
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 stopt-5.8+dfsg/debian/changelog stopt-5.8+dfsg/debian/changelog
--- stopt-5.8+dfsg/debian/changelog 2023-10-13 14:48:54.0 +
+++ stopt-5.8+dfsg/debian/changelog 2024-02-29 17:38:41.0 +
@@ -1,3 +1,10 @@
+stopt (5.8+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062931
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:38:41 +
+
 stopt (5.8+dfsg-1) unstable; urgency=medium
 
   * New upstream version 5.8+dfsg
diff -Nru stopt-5.8+dfsg/debian/control stopt-5.8+dfsg/debian/control
--- stopt-5.8+dfsg/debian/control   2023-06-26 09:46:09.0 +
+++ stopt-5.8+dfsg/debian/control   2024-02-29 17:38:41.0 +
@@ -4,9 +4,9 @@
Xavier Warin 
 Section: math
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-python,
-Build-Depends-Arch: cmake,
+Build-Depends-Arch: dpkg-dev (>= 1.22.5), cmake,
 coinor-libcoinutils-dev,
 coinor-libosi-dev,
 coinor-libclp-dev,
@@ -37,7 +37,10 @@
 Homepage: https://gitlab.com/stochastic-control/StOpt/
 Rules-Requires-Root: no
 
-Package: libstopt5
+Package: libstopt5t64
+Provides: ${t64:Provides}
+Replaces: libstopt5
+Breaks: libstopt5 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -77,7 +80,7 @@
 Package: libstopt-dev
 Architecture: any
 Section: libdevel
-Depends: libstopt5 (= ${binary:Version}),
+Depends: libstopt5t64 (= ${binary:Version}),
  coinor-libcoinutils-dev,
  coinor-libosi-dev,
  coinor-libclp-dev,
@@ -159,7 +162,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Suggests: libstopt5 (= ${binary:Version}),
+Suggests: libstopt5t64 (= ${binary:Version}),
   libstopt-dev (= ${binary:Version}),
   stopt-examples (= ${binary:Version}),
   python3-stopt (= ${binary:Version})
diff -Nru stopt-5.8+dfsg/debian/libstopt5.install 
stopt-5.8+dfsg/debian/libstopt5.install
--- stopt-5.8+dfsg/debian/libstopt5.install 2022-06-28 20:10:54.0 
+
+++ stopt-5.8+dfsg/debian/libstopt5.install 1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/libstopt.so.*
-usr/lib/*/libstopt-mpi.so.*
diff -Nru stopt-5.8+dfsg/debian/libstopt5.lintian-overrides 
stopt-5.8+dfsg/debian/libstopt5.lintian-overrides
--- stopt-5.8+dfsg/debian/libstopt5.lintian-overrides   2022-06-28 
20:10:54.0 +
+++ stopt-5.8+dfsg/debian/libstopt5.lintian-overrides   1970-01-01 
00:00:00.0 +
@@ -1,5 +0,0 @@
-# We won't issue symbols files for this C++ library, using shlibs instead
-no-symbols-control-file usr/lib/*/libstopt-mpi.so.*
-
-# We won't issue symbols files for this C++ library, using shlibs instead
-no-symbols-control-file usr/lib/*/libstopt.so.*
diff -Nru stopt-5.8+dfsg/debian/libstopt5t64.install 
stopt-5.8+dfsg/debian/libstopt5t64.install
--- stopt-5.8+dfsg/debian/libstopt5t64.install  1970-01-01 00:00:00.0 
+
+++ stopt-5.8+dfsg/debian/libstopt5t64.install  2022-06-28 20:10:54.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/libstopt.so.*
+usr/lib/*/libstopt-mpi.so.*
diff -Nru stopt-5.8+dfsg/debian/libstopt5t64.lintian-overrides 
stopt-5.8+dfsg/debian/libstopt5t64.lintian-overrides
--- stopt-5.8+dfsg/debian/libstopt5t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ stopt-5.8+dfsg/debian/libstopt5t64.lintian-overrides2024-02-29 
17:37:37.0 +
@@ -0,0 +1,6 @@
+# We won't issue symbols files for this C++ library, using shlibs instead
+no-symbols-control-file usr/lib/*/libstopt-mpi.so.*
+
+# We won't issue symbols files for this C++ library, using shlibs instead
+no-symbols-control-file usr/lib/*/libstopt.so.*
+libstopt5t64: package-name-doesnt-match-sonames libstopt5


Bug#1062912: soplex: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: soplex
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 soplex-6.0.4+dfsg/debian/changelog soplex-6.0.4+dfsg/debian/changelog
--- soplex-6.0.4+dfsg/debian/changelog  2023-12-30 22:25:06.0 +
+++ soplex-6.0.4+dfsg/debian/changelog  2024-02-29 17:04:09.0 +
@@ -1,3 +1,10 @@
+soplex (6.0.4+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062912
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:04:09 +
+
 soplex (6.0.4+dfsg-1) unstable; urgency=medium
 
   * New upstream version 6.0.4+dfsg
diff -Nru soplex-6.0.4+dfsg/debian/control soplex-6.0.4+dfsg/debian/control
--- soplex-6.0.4+dfsg/debian/control2023-12-30 22:25:06.0 +
+++ soplex-6.0.4+dfsg/debian/control2024-02-29 17:04:09.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Math Team 
 Uploaders: Timo Röhling 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  cmake,
  libboost-dev,
@@ -39,14 +39,17 @@
  ${misc:Depends},
  libboost-dev,
  libgmp-dev,
- libsoplexshared6.0 (= ${binary:Version}),
+ libsoplexshared6.0t64 (= ${binary:Version}),
 Description: ${source:Synopsis} (development files)
  ${source:Extended-Description}
  .
  This package provides the necessary files to develop and link against the
  SoPlex library.
 
-Package: libsoplexshared6.0
+Package: libsoplexshared6.0t64
+Provides: ${t64:Provides}
+Replaces: libsoplexshared6.0
+Breaks: libsoplexshared6.0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru soplex-6.0.4+dfsg/debian/libsoplexshared6.0.install 
soplex-6.0.4+dfsg/debian/libsoplexshared6.0.install
--- soplex-6.0.4+dfsg/debian/libsoplexshared6.0.install 2023-12-30 
22:25:06.0 +
+++ soplex-6.0.4+dfsg/debian/libsoplexshared6.0.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.install 
soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.install
--- soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.install  1970-01-01 
00:00:00.0 +
+++ soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.install  2023-12-30 
22:25:06.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.lintian-overrides 
soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.lintian-overrides
--- soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ soplex-6.0.4+dfsg/debian/libsoplexshared6.0t64.lintian-overrides
2024-02-29 17:04:02.0 +
@@ -0,0 +1 @@
+libsoplexshared6.0t64: package-name-doesnt-match-sonames libsoplexshared6.0


Bug#1062914: sopt: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sopt
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 sopt-3.0.1+dfsg/debian/changelog sopt-3.0.1+dfsg/debian/changelog
--- sopt-3.0.1+dfsg/debian/changelog2023-08-20 12:59:30.0 +
+++ sopt-3.0.1+dfsg/debian/changelog2024-02-29 17:08:44.0 +
@@ -1,3 +1,10 @@
+sopt (3.0.1+dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062914
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:08:44 +
+
 sopt (3.0.1+dfsg-3) unstable; urgency=medium
 
   * Disable communicator MPI test (fails on mips64el) (Closes: #1043377)
diff -Nru sopt-3.0.1+dfsg/debian/control sopt-3.0.1+dfsg/debian/control
--- sopt-3.0.1+dfsg/debian/control  2023-08-20 12:56:30.0 +
+++ sopt-3.0.1+dfsg/debian/control  2024-02-29 17:08:44.0 +
@@ -4,7 +4,7 @@
Ole Streicher 
 Section: science
 Priority: optional
-Build-Depends: catch,
+Build-Depends: dpkg-dev (>= 1.22.5), catch,
cmake,
debhelper-compat (= 13),
libblas-dev,
@@ -19,7 +19,10 @@
 Homepage: https://astro-informatics.github.io/sopt/
 Rules-Requires-Root: no
 
-Package: libsopt3.0
+Package: libsopt3.0t64
+Provides: ${t64:Provides}
+Replaces: libsopt3.0
+Breaks: libsopt3.0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -40,7 +43,7 @@
 Architecture: any
 Section: libdevel
 Depends: libopenmpi-dev,
- libsopt3.0 (= ${binary:Version}),
+ libsopt3.0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: Development package for Sparse OPTimisation library
diff -Nru sopt-3.0.1+dfsg/debian/libsopt3.0.install 
sopt-3.0.1+dfsg/debian/libsopt3.0.install
--- sopt-3.0.1+dfsg/debian/libsopt3.0.install   2023-08-20 12:56:30.0 
+
+++ sopt-3.0.1+dfsg/debian/libsopt3.0.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libsopt.so.3*
diff -Nru sopt-3.0.1+dfsg/debian/libsopt3.0t64.install 
sopt-3.0.1+dfsg/debian/libsopt3.0t64.install
--- sopt-3.0.1+dfsg/debian/libsopt3.0t64.install1970-01-01 
00:00:00.0 +
+++ sopt-3.0.1+dfsg/debian/libsopt3.0t64.install2023-08-20 
12:56:30.0 +
@@ -0,0 +1 @@
+usr/lib/*/libsopt.so.3*
diff -Nru sopt-3.0.1+dfsg/debian/libsopt3.0t64.lintian-overrides 
sopt-3.0.1+dfsg/debian/libsopt3.0t64.lintian-overrides
--- sopt-3.0.1+dfsg/debian/libsopt3.0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ sopt-3.0.1+dfsg/debian/libsopt3.0t64.lintian-overrides  2024-02-29 
17:08:37.0 +
@@ -0,0 +1 @@
+libsopt3.0t64: package-name-doesnt-match-sonames libsopt3.0


Bug#1062915: soqt: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: soqt
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 soqt-1.6.0+ds1/debian/changelog soqt-1.6.0+ds1/debian/changelog
--- soqt-1.6.0+ds1/debian/changelog 2020-06-28 20:40:49.0 +
+++ soqt-1.6.0+ds1/debian/changelog 2024-02-29 17:10:27.0 +
@@ -1,3 +1,10 @@
+soqt (1.6.0+ds1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062915
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:10:27 +
+
 soqt (1.6.0+ds1-3) unstable; urgency=medium
 
   * Reuploaded with sources. Should fix FTBFS. 
diff -Nru soqt-1.6.0+ds1/debian/control soqt-1.6.0+ds1/debian/control
--- soqt-1.6.0+ds1/debian/control   2020-06-28 20:40:42.0 +
+++ soqt-1.6.0+ds1/debian/control   2024-02-29 17:10:27.0 +
@@ -4,7 +4,7 @@
Kurt Kremitzki 
 Section: graphics
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12),
doxygen,
cmake,
libcoin-dev,
@@ -16,7 +16,10 @@
 Homepage: https://github.com/coin3d/soqt
 Rules-Requires-Root: no
 
-Package: libsoqt520
+Package: libsoqt520t64
+Provides: ${t64:Provides}
+Replaces: libsoqt520
+Breaks: libsoqt520 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -33,7 +36,7 @@
 Section: libdevel
 Depends: libcoin-dev,
  libqt5opengl5-dev,
- libsoqt520 (= ${binary:Version}),
+ libsoqt520t64 (= ${binary:Version}),
  qtbase5-dev,
  ${misc:Depends}
 Breaks: libsoqt-dev-common,
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520.install 
soqt-1.6.0+ds1/debian/libsoqt520.install
--- soqt-1.6.0+ds1/debian/libsoqt520.install2020-06-28 20:40:42.0 
+
+++ soqt-1.6.0+ds1/debian/libsoqt520.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520t64.install 
soqt-1.6.0+ds1/debian/libsoqt520t64.install
--- soqt-1.6.0+ds1/debian/libsoqt520t64.install 1970-01-01 00:00:00.0 
+
+++ soqt-1.6.0+ds1/debian/libsoqt520t64.install 2020-06-28 20:40:42.0 
+
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides 
soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides
--- soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides   2024-02-29 
17:10:18.0 +
@@ -0,0 +1 @@
+libsoqt520t64: package-name-doesnt-match-sonames libsoqt520


Bug#1062929: stoken: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: stoken
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 stoken-0.92/debian/changelog stoken-0.92/debian/changelog
--- stoken-0.92/debian/changelog2017-11-12 16:45:20.0 +
+++ stoken-0.92/debian/changelog2024-02-29 17:37:04.0 +
@@ -1,3 +1,10 @@
+stoken (0.92-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062929
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:37:04 +
+
 stoken (0.92-1) unstable; urgency=medium
 
   * Imported Upstream version 0.92 (Closes: #878883)
diff -Nru stoken-0.92/debian/control stoken-0.92/debian/control
--- stoken-0.92/debian/control  2017-11-12 16:45:20.0 +
+++ stoken-0.92/debian/control  2024-02-29 17:37:03.0 +
@@ -2,7 +2,7 @@
 Maintainer: Kevin Cernekee 
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 10), libgtk-3-dev, libtomcrypt-dev, libxml2-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10), libgtk-3-dev, 
libtomcrypt-dev, libxml2-dev
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/stoken.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/stoken.git
@@ -10,7 +10,7 @@
 
 Package: stoken
 Architecture: any
-Depends: libstoken1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libstoken1t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Suggests: imagemagick, qrencode, zbar-tools
 Description: Software Token for cryptographic authentication
  stoken is a software token which generates one-time passwords compatible
@@ -26,13 +26,15 @@
  allow for importing token seeds, generating tokencodes, and various
  utility/testing functions.
 
-Package: libstoken1
+Package: libstoken1t64
+Provides: ${t64:Provides}
+Replaces: libstoken1
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: stoken (<< 0.5)
+Breaks: libstoken1 (<< ${source:Version}), stoken (<< 0.5)
 Description: Software Token for cryptographic authentication - shared library
  stoken is a software token which generates one-time passwords compatible
  with RSA SecurID 128-bit (AES) tokens.  SecurID tokens are commonly
@@ -52,7 +54,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libstoken1 (= ${binary:Version}), libtomcrypt-dev, ${misc:Depends}
+Depends: libstoken1t64 (= ${binary:Version}), libtomcrypt-dev, ${misc:Depends}
 Description: Software Token for cryptographic authentication - development 
files
  stoken is a software token which generates one-time passwords compatible
  with RSA SecurID 128-bit (AES) tokens.  SecurID tokens are commonly
diff -Nru stoken-0.92/debian/libstoken1.install 
stoken-0.92/debian/libstoken1.install
--- stoken-0.92/debian/libstoken1.install   2017-11-12 16:45:20.0 
+
+++ stoken-0.92/debian/libstoken1.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libstoken.so.*
diff -Nru stoken-0.92/debian/libstoken1.symbols 
stoken-0.92/debian/libstoken1.symbols
--- stoken-0.92/debian/libstoken1.symbols   2017-11-12 16:45:20.0 
+
+++ stoken-0.92/debian/libstoken1.symbols   1970-01-01 00:00:00.0 
+
@@ -1,48 +0,0 @@
-libstoken.so.1 libstoken1 #MINVER#
- STOKEN_1.0@STOKEN_1.0 0.1
- STOKEN_1.1@STOKEN_1.1 0.5
- STOKEN_1.2@STOKEN_1.2 0.6
- STOKEN_1.3@STOKEN_1.3 0.8
- STOKEN_PRIVATE@STOKEN_PRIVATE 0.1
- __stoken_parse_and_decode_token@STOKEN_PRIVATE 0.1
- __stoken_read_rcfile@STOKEN_PRIVATE 0.1
- __stoken_write_rcfile@STOKEN_PRIVATE 0.1
- __stoken_zap_rcfile_data@STOKEN_PRIVATE 0.1
- sdtid_decode@STOKEN_PRIVATE 0.5
- sdtid_decrypt@STOKEN_PRIVATE 0.5
- sdtid_export@STOKEN_PRIVATE 0.5
- sdtid_free@STOKEN_PRIVATE 0.5
- sdtid_issue@STOKEN_PRIVATE 0.5
- securid_check_devid@STOKEN_PRIVATE 0.8
- securid_check_exp@STOKEN_PRIVATE 0.1
- securid_compute_tokencode@STOKEN_PRIVATE 0.1
- securid_decode_token@STOKEN_PRIVATE 0.1
- securid_decrypt_pin@STOKEN_PRIVATE 0.1
- securid_decrypt_seed@STOKEN_PRIVATE 0.1
- securid_devid_required@STOKEN_PRIVATE 0.1
- securid_encode_token@STOKEN_PRIVATE 0.1
- securid_encrypt_pin@STOKEN_PRIVATE 0.1
- securid_pass_required@STOKEN_PRIVATE 0.1
- securid_pin_format_ok@STOKEN_PRIVATE

Bug#1063083: starpu: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: starpu
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 starpu-1.4.3+dfsg/debian/changelog starpu-1.4.3+dfsg/debian/changelog
--- starpu-1.4.3+dfsg/debian/changelog  2024-01-29 19:36:00.0 +
+++ starpu-1.4.3+dfsg/debian/changelog  2024-02-29 17:31:25.0 +
@@ -1,3 +1,13 @@
+starpu (1.4.3+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063083
+  * Ignore failures from 'chmod' in debian/rules clean; this fails because
+'*contrib*' .install files have become dangling symlinks, but these are
+not part of the source package anyway.
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:31:25 +
+
 starpu (1.4.3+dfsg-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru starpu-1.4.3+dfsg/debian/control starpu-1.4.3+dfsg/debian/control
--- starpu-1.4.3+dfsg/debian/control2024-01-29 13:26:34.0 +
+++ starpu-1.4.3+dfsg/debian/control2024-02-29 17:31:25.0 +
@@ -1,7 +1,7 @@
 Source: starpu
 Priority: optional
 Maintainer: Samuel Thibault 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
chrpath,
pkg-config,
libnuma-dev [linux-any],
@@ -39,7 +39,7 @@
 Package: libstarpu-dev
 Section: libdevel
 Architecture: any
-Depends: libstarpu-1.4-4 (= ${binary:Version}) | libstarpu-any-1.4-4, 
libstarpu-openmp-llvm-1.4-1 (= ${binary:Version}) [amd64 arm64 armhf i386 
mips64el ppc64el ppc64 riscv64] | libstarpu-any-openmp-llvm-1.4-1 [amd64 arm64 
armhf i386 mips64el ppc64el ppc64 riscv64], libstarpufft-1.4-1 (= 
${binary:Version}) | libstarpu-anyfft-1.4-1, libstarpumpi-1.4-3 (= 
${binary:Version}) | libstarpu-anympi-1.4-3, libsocl-1.4-1 (= 
${binary:Version}) | libsocl-any-1.4-1, libstarpurm-1.4-1 (= ${binary:Version}) 
| libstarpu-anyrm-1.4-1, ${misc:Depends}, libhwloc-dev, opencl-headers, 
ocl-icd-opencl-dev, libpapi-dev [amd64 arm64 armel armhf i386 mips64el mipsel 
ppc64el hppa ppc64 x32]
+Depends: libstarpu-1.4-4t64 (= ${binary:Version}) | libstarpu-any-1.4-4, 
libstarpu-openmp-llvm-1.4-1t64 (= ${binary:Version}) [amd64 arm64 armhf i386 
mips64el ppc64el ppc64 riscv64] | libstarpu-any-openmp-llvm-1.4-1 [amd64 arm64 
armhf i386 mips64el ppc64el ppc64 riscv64], libstarpufft-1.4-1t64 (= 
${binary:Version}) | libstarpu-anyfft-1.4-1, libstarpumpi-1.4-3t64 (= 
${binary:Version}) | libstarpu-anympi-1.4-3, libsocl-1.4-1t64 (= 
${binary:Version}) | libsocl-any-1.4-1, libstarpurm-1.4-1t64 (= 
${binary:Version}) | libstarpu-anyrm-1.4-1, ${misc:Depends}, libhwloc-dev, 
opencl-headers, ocl-icd-opencl-dev, libpapi-dev [amd64 arm64 armel armhf i386 
mips64el mipsel ppc64el hppa ppc64 x32]
 Conflicts: libstarpu-contrib-dev
 Provides: libstarpu-any-dev
 Description: Task scheduler for heterogeneous multicore machines - dev
@@ -54,12 +54,14 @@
  This package contains development headers and libraries.
 # This "contrib" version is built against CUDA.
 
-Package: libstarpu-1.4-4
+Package: libstarpu-1.4-4t64
+Replaces: libstarpu-1.4-4
+Breaks: libstarpu-1.4-4 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libstarpu-contrib-1.4-4
-Provides: libstarpu-any-1.4-4
+Provides: ${t64:Provides}, libstarpu-any-1.4-4
 Description: Task scheduler for heterogeneous multicore machines
  StarPU is a runtime system that offers support for heterogeneous
  multicore machines. While many efforts are devoted to design efficient
@@ -72,12 +74,14 @@
  This package contains the main StarPU library
 # This "contrib" version is built against CUDA.
 
-Package: libstarpu-openmp-llvm-1.4-1
+Package: libstarpu-openmp-llvm-1.4-1t64
+Replaces: libstarpu-openmp-llvm-1.4-1
+Breaks: libstarpu-openmp-llvm-1.4-1 (<< ${source:Version})
 Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libstarpu-contrib-openmp-llvm-1.4-1
-Provides: libstarpu-any-openmp-llvm-1.4-1
+Provides: ${t64:Provides}, libstarpu-any-openmp-llvm-1.4-1
 Description: Task scheduler for heterogeneous multicore machines
  StarPU is a runtime system that offers support for heterogeneous
  multicore machines. While many efforts are devoted t

Bug#1062924: st: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: st
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 st-1.9/debian/changelog st-1.9/debian/changelog
--- st-1.9/debian/changelog 2020-06-20 23:31:02.0 +
+++ st-1.9/debian/changelog 2024-02-29 17:29:25.0 +
@@ -1,3 +1,10 @@
+st (1.9-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062924
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:29:25 +
+
 st (1.9-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru st-1.9/debian/control st-1.9/debian/control
--- st-1.9/debian/control   2020-06-20 23:20:22.0 +
+++ st-1.9/debian/control   2024-02-29 17:29:25.0 +
@@ -2,14 +2,14 @@
 Section: devel
 Priority: optional
 Maintainer: Wesley W. Terpstra (Debian) 
-Build-Depends: debhelper (>= 7.0.0), cdbs (>= 0.4.52), autotools-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 7.0.0), cdbs (>= 0.4.52), 
autotools-dev
 Standards-Version: 3.8.3.0
 Homepage: http://state-threads.sourceforge.net/
 
 Package: libst-dev
 Section: libdevel
 Architecture: any
-Depends: libst1 (= ${binary:Version}), ${misc:Depends}, libc6-dev
+Depends: libst1t64 (= ${binary:Version}), ${misc:Depends}, libc6-dev
 Recommends: pkg-config
 Conflicts: sox (<= 12.17.2-1), sox-dev
 Description: State Threads Library - Development files
@@ -25,7 +25,10 @@
  .
  This package contains the development files for compiling programs.
 
-Package: libst1
+Package: libst1t64
+Provides: ${t64:Provides}
+Replaces: libst1
+Breaks: libst1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru st-1.9/debian/libst1.install st-1.9/debian/libst1.install
--- st-1.9/debian/libst1.install2020-06-20 23:18:27.0 +
+++ st-1.9/debian/libst1.install1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-obj/lib*.so.*  usr/lib
diff -Nru st-1.9/debian/libst1.lintian-overrides 
st-1.9/debian/libst1.lintian-overrides
--- st-1.9/debian/libst1.lintian-overrides  2020-06-20 23:18:27.0 
+
+++ st-1.9/debian/libst1.lintian-overrides  1970-01-01 00:00:00.0 
+
@@ -1,3 +0,0 @@
-# State-threads causes the program to exit when all threads terminate.
-# exit() is not invoked as the result of an error condition.
-libst1: shlib-calls-exit usr/lib/libst.so.1.9
diff -Nru st-1.9/debian/libst1.symbols st-1.9/debian/libst1.symbols
--- st-1.9/debian/libst1.symbols2020-06-20 23:18:27.0 +
+++ st-1.9/debian/libst1.symbols1970-01-01 00:00:00.0 +
@@ -1,63 +0,0 @@
-libst.so.1 libst1 #MINVER#
-* Build-Depends-Package: libst-dev
- st_accept@Base 1.9
- st_cond_broadcast@Base 1.9
- st_cond_destroy@Base 1.9
- st_cond_new@Base 1.9
- st_cond_signal@Base 1.9
- st_cond_timedwait@Base 1.9
- st_cond_wait@Base 1.9
- st_connect@Base 1.9
- st_get_eventsys@Base 1.9
- st_get_eventsys_name@Base 1.9
- st_getfdlimit@Base 1.9
- st_init@Base 1.9
- st_key_create@Base 1.9
- st_key_getlimit@Base 1.9
- st_mutex_destroy@Base 1.9
- st_mutex_lock@Base 1.9
- st_mutex_new@Base 1.9
- st_mutex_trylock@Base 1.9
- st_mutex_unlock@Base 1.9
- st_netfd_close@Base 1.9
- st_netfd_fileno@Base 1.9
- st_netfd_free@Base 1.9
- st_netfd_getspecific@Base 1.9
- st_netfd_open@Base 1.9
- st_netfd_open_socket@Base 1.9
- st_netfd_poll@Base 1.9
- st_netfd_serialize_accept@Base 1.9
- st_netfd_setspecific@Base 1.9
- st_open@Base 1.9
- st_poll@Base 1.9
- st_randomize_stacks@Base 1.9
- st_read@Base 1.9
- st_read_fully@Base 1.9
- st_read_resid@Base 1.9
- st_readv@Base 1.9
- st_readv_resid@Base 1.9
- st_recvfrom@Base 1.9
- st_recvmsg@Base 1.9
- st_sendmsg@Base 1.9
- st_sendto@Base 1.9
- st_set_eventsys@Base 1.9
- st_set_switch_in_cb@Base 1.9
- st_set_switch_out_cb@Base 1.9
- st_set_utime_function@Base 1.9
- st_sleep@Base 1.9
- st_thread_create@Base 1.9
- st_thread_exit@Base 1.9
- st_thread_getspecific@Base 1.9
- st_thread_interrupt@Base 1.9
- st_thread_join@Base 1.9
- st_thread_self@Base 1.9
- st_thread_setspecific@Base 1.9
- st_time@Base 1.9
- st_timecache_set@Base 1.9
- st_usleep@Base 1.9
- st_utime@Base 1.9
- st_utime_last_clock@Base 1.9
- st_write@Base 1.9
- st_write_resid@Base 1.9
- st_writev@Base 1.9
- st_writev_resid@Base 1.9
diff -Nru st-1.9/debian/libst1t64.install st-1.9/

Bug#1063074: sssd: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sssd
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 sssd-2.9.4/debian/changelog sssd-2.9.4/debian/changelog
--- sssd-2.9.4/debian/changelog 2024-01-18 10:04:33.0 +
+++ sssd-2.9.4/debian/changelog 2024-02-29 17:27:43.0 +
@@ -1,3 +1,10 @@
+sssd (2.9.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063074
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:27:43 +
+
 sssd (2.9.4-1) unstable; urgency=medium
 
   [ Sergio Durigan Junior ]
diff -Nru sssd-2.9.4/debian/control sssd-2.9.4/debian/control
--- sssd-2.9.4/debian/control   2024-01-18 10:01:26.0 +
+++ sssd-2.9.4/debian/control   2024-02-29 17:27:43.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian SSSD Team 
 Uploaders: Timo Aaltonen ,
  Dominik George 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  autopoint,
  bc,
  check ,
@@ -170,7 +170,7 @@
 Package: sssd-ipa
 Architecture: any
 Depends:
- libipa-hbac0 (= ${binary:Version}),
+ libipa-hbac0t64 (= ${binary:Version}),
  libsss-idmap0 (= ${binary:Version}),
  sssd-ad-common (= ${binary:Version}),
  sssd-common (= ${binary:Version}),
@@ -293,7 +293,10 @@
  .
  This package provide the pam module to connect to the sssd daemon.
 
-Package: libipa-hbac0
+Package: libipa-hbac0t64
+Provides: ${t64:Provides}
+Replaces: libipa-hbac0
+Breaks: libipa-hbac0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -303,7 +306,7 @@
 Package: libipa-hbac-dev
 Section: libdevel
 Architecture: any
-Depends: libipa-hbac0 (= ${binary:Version}), ${misc:Depends}
+Depends: libipa-hbac0t64 (= ${binary:Version}), ${misc:Depends}
 Description: FreeIPA HBAC Evaluator library -- development files
  Utility library to validate FreeIPA HBAC rules for authorization requests.
  .
@@ -373,7 +376,7 @@
 Section: python
 Architecture: any
 Depends:
- libipa-hbac0 (= ${binary:Version}),
+ libipa-hbac0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends}
diff -Nru sssd-2.9.4/debian/libipa-hbac0.install 
sssd-2.9.4/debian/libipa-hbac0.install
--- sssd-2.9.4/debian/libipa-hbac0.install  2024-01-18 10:01:26.0 
+
+++ sssd-2.9.4/debian/libipa-hbac0.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libipa_hbac.so.*
diff -Nru sssd-2.9.4/debian/libipa-hbac0t64.install 
sssd-2.9.4/debian/libipa-hbac0t64.install
--- sssd-2.9.4/debian/libipa-hbac0t64.install   1970-01-01 00:00:00.0 
+
+++ sssd-2.9.4/debian/libipa-hbac0t64.install   2024-01-18 10:01:26.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libipa_hbac.so.*
diff -Nru sssd-2.9.4/debian/libipa-hbac0t64.lintian-overrides 
sssd-2.9.4/debian/libipa-hbac0t64.lintian-overrides
--- sssd-2.9.4/debian/libipa-hbac0t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ sssd-2.9.4/debian/libipa-hbac0t64.lintian-overrides 2024-02-29 
17:27:06.0 +
@@ -0,0 +1 @@
+libipa-hbac0t64: package-name-doesnt-match-sonames libipa-hbac0


Bug#1062923: srpc: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: srpc
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 srpc-0.10.1/debian/changelog srpc-0.10.1/debian/changelog
--- srpc-0.10.1/debian/changelog2024-01-08 13:28:03.0 +
+++ srpc-0.10.1/debian/changelog2024-02-29 17:26:31.0 +
@@ -1,3 +1,10 @@
+srpc (0.10.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062923
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:26:31 +
+
 srpc (0.10.1-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru srpc-0.10.1/debian/control srpc-0.10.1/debian/control
--- srpc-0.10.1/debian/control  2024-01-08 13:14:46.0 +
+++ srpc-0.10.1/debian/control  2024-02-29 17:26:31.0 +
@@ -2,7 +2,7 @@
 Maintainer: Lance Lin 
 Section: libs
 Priority: optional
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 13),
libworkflow-dev,
libssl-dev,
@@ -16,13 +16,14 @@
 Homepage: https://github.com/sogou/srpc
 Rules-Requires-Root: no
 
-Package: libsrpc0
+Package: libsrpc0t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
  ${shlibs:Depends}
-Breaks: libsrpc (<< 0.9.7-1)
-Replaces: libsrpc (<< 0.9.7-1)
+Breaks: libsrpc0 (<< ${source:Version}), libsrpc (<< 0.9.7-1)
+Replaces: libsrpc0, libsrpc (<< 0.9.7-1)
 Description: Sogou RPC (SRPC) Runtime Library
  SRPC is an enterprise-level RPC framework widely used by Tencent, Sogou and
  many small and medium-sized companies.  It handles hundreds of millions of
@@ -36,7 +37,7 @@
 Package: libsrpc-dev
 Architecture: any
 Multi-Arch: same
-Depends: libsrpc0 (= ${binary:Version}),
+Depends: libsrpc0t64 (= ${binary:Version}),
  libsrpc-bin (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru srpc-0.10.1/debian/libsrpc0.install 
srpc-0.10.1/debian/libsrpc0.install
--- srpc-0.10.1/debian/libsrpc0.install 2024-01-08 13:12:06.0 +
+++ srpc-0.10.1/debian/libsrpc0.install 1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libsrpc.so.0.*
-usr/lib/*/libsrpc.so.0
diff -Nru srpc-0.10.1/debian/libsrpc0t64.install 
srpc-0.10.1/debian/libsrpc0t64.install
--- srpc-0.10.1/debian/libsrpc0t64.install  1970-01-01 00:00:00.0 
+
+++ srpc-0.10.1/debian/libsrpc0t64.install  2024-01-08 13:12:06.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/libsrpc.so.0.*
+usr/lib/*/libsrpc.so.0
diff -Nru srpc-0.10.1/debian/libsrpc0t64.lintian-overrides 
srpc-0.10.1/debian/libsrpc0t64.lintian-overrides
--- srpc-0.10.1/debian/libsrpc0t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ srpc-0.10.1/debian/libsrpc0t64.lintian-overrides2024-02-29 
17:26:26.0 +
@@ -0,0 +1 @@
+libsrpc0t64: package-name-doesnt-match-sonames libsrpc0


Bug#1062922: srm-ifce: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: srm-ifce
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 srm-ifce-1.24.6/debian/changelog srm-ifce-1.24.6/debian/changelog
--- srm-ifce-1.24.6/debian/changelog2023-02-08 21:57:06.0 +
+++ srm-ifce-1.24.6/debian/changelog2024-02-29 17:25:49.0 +
@@ -1,3 +1,10 @@
+srm-ifce (1.24.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062922
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:25:49 +
+
 srm-ifce (1.24.6-1) unstable; urgency=medium
 
   * New upstream release (1.24.6)
diff -Nru srm-ifce-1.24.6/debian/control srm-ifce-1.24.6/debian/control
--- srm-ifce-1.24.6/debian/control  2023-02-08 21:57:06.0 +
+++ srm-ifce-1.24.6/debian/control  2024-02-29 17:25:49.0 +
@@ -1,7 +1,7 @@
 Source: srm-ifce
 Priority: optional
 Maintainer: Mattias Ellert 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper (>= 13),
  cmake,
  libcgsi-gsoap-dev (>= 1.3.10),
@@ -17,7 +17,10 @@
 Vcs-Git: https://salsa.debian.org/ellert/srm-ifce.git
 Homepage: https://dmc-docs.web.cern.ch/dmc-docs/srm-ifce.html
 
-Package: libgfal-srm-ifce1
+Package: libgfal-srm-ifce1t64
+Provides: ${t64:Provides}
+Replaces: libgfal-srm-ifce1
+Breaks: libgfal-srm-ifce1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -35,7 +38,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libgfal-srm-ifce1 (= ${binary:Version}),
+ libgfal-srm-ifce1t64 (= ${binary:Version}),
  ${misc:Depends},
  libglib2.0-dev
 Description: SRM client side headers and development files
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1.dirs 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1.dirs
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1.dirs   2012-09-14 
12:03:16.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1.dirs   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1.docs 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1.docs
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1.docs   2015-04-09 
14:26:55.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1.docs   1970-01-01 
00:00:00.0 +
@@ -1,3 +0,0 @@
-readme.html
-README
-VERSION
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1.install 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1.install
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1.install2021-08-24 
13:17:30.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1.install1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-/usr/bin/gfal_srm_ifce_version
-/usr/lib/*/libgfal_srm_ifce.so.*
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.dirs 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.dirs
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.dirs1970-01-01 
00:00:00.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.dirs2012-09-14 
12:03:16.0 +
@@ -0,0 +1 @@
+usr/lib
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.docs 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.docs
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.docs1970-01-01 
00:00:00.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.docs2015-04-09 
14:26:55.0 +
@@ -0,0 +1,3 @@
+readme.html
+README
+VERSION
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.install 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.install
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.install 1970-01-01 
00:00:00.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.install 2021-08-24 
13:17:30.0 +
@@ -0,0 +1,2 @@
+/usr/bin/gfal_srm_ifce_version
+/usr/lib/*/libgfal_srm_ifce.so.*
diff -Nru srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.lintian-overrides 
srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.lintian-overrides
--- srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ srm-ifce-1.24.6/debian/libgfal-srm-ifce1t64.lintian-overrides   
2024-02-29 17:25:42.0 +
@@ -0,0 +1 @@
+libgfal-srm-ifce1t64: package-name-doesnt-match-sonames libgfal-srm-ifce1


Bug#1062925: spread-sheet-widget: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: spread-sheet-widget
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 spread-sheet-widget-0.10/debian/changelog 
spread-sheet-widget-0.10/debian/changelog
--- spread-sheet-widget-0.10/debian/changelog   2024-01-08 13:49:16.0 
+
+++ spread-sheet-widget-0.10/debian/changelog   2024-02-29 17:24:08.0 
+
@@ -1,3 +1,10 @@
+spread-sheet-widget (0.10-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062925
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:24:08 +
+
 spread-sheet-widget (0.10-4) unstable; urgency=medium
 
   * Debian: Add source option to allow multiple builds without
diff -Nru spread-sheet-widget-0.10/debian/control 
spread-sheet-widget-0.10/debian/control
--- spread-sheet-widget-0.10/debian/control 2024-01-08 12:47:48.0 
+
+++ spread-sheet-widget-0.10/debian/control 2024-02-29 17:24:07.0 
+
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Friedrich Beckmann 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libgtk-3-dev (>= 3.18.0),
libglib2.0-dev (>= 2.44.0),
texinfo
@@ -12,7 +12,11 @@
 Vcs-Git: https://salsa.debian.org/beckmanf/spread-sheet-widget.git
 Rules-Requires-Root: no
 
-Package: libspread-sheet-widget
+Package: libspread-sheet-widget0
+X-Time64-Compat: libspread-sheet-widget
+Provides: ${t64:Provides}
+Replaces: libspread-sheet-widget
+Breaks: libspread-sheet-widget (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -35,7 +39,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
- libspread-sheet-widget (= ${binary:Version}),
+ libspread-sheet-widget0 (= ${binary:Version}),
  libgtk-3-dev (>= 3.18.0)
 Description: development files for the GTK+ spread sheet widget
  GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
diff -Nru spread-sheet-widget-0.10/debian/libspread-sheet-widget.install 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.install
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget.install  
2024-01-08 12:47:48.0 +
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget.install  
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libspread-sheet-widget.so.*
diff -Nru 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides 
spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides
2024-01-08 12:47:48.0 +
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget.lintian-overrides
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-libspread-sheet-widget: package-name-doesnt-match-sonames
diff -Nru spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install 
1970-01-01 00:00:00.0 +
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget0.install 
2024-01-08 12:47:48.0 +
@@ -0,0 +1 @@
+usr/lib/*/libspread-sheet-widget.so.*
diff -Nru 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides 
spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides
--- spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ spread-sheet-widget-0.10/debian/libspread-sheet-widget0.lintian-overrides   
2024-02-29 17:22:31.0 +
@@ -0,0 +1,2 @@
+libspread-sheet-widget0: package-name-doesnt-match-sonames
+libspread-sheet-widget0: package-name-doesnt-match-sonames 
libspread-sheet-widget


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#1062920: spooles: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: spooles
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 spooles-2.2/debian/changelog spooles-2.2/debian/changelog
--- spooles-2.2/debian/changelog2018-12-19 22:56:58.0 +
+++ spooles-2.2/debian/changelog2024-02-29 17:18:08.0 +
@@ -1,3 +1,10 @@
+spooles (2.2-14.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062920
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:18:08 +
+
 spooles (2.2-14) unstable; urgency=medium
 
   * Team upload.
diff -Nru spooles-2.2/debian/control spooles-2.2/debian/control
--- spooles-2.2/debian/control  2018-12-19 22:56:58.0 +
+++ spooles-2.2/debian/control  2024-02-29 17:18:08.0 +
@@ -3,7 +3,7 @@
 Uploaders: "Adam C. Powell, IV" 
 Section: math
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11~),
mpi-default-dev
 Build-Depends-Indep: texlive-latex-base
 Standards-Version: 4.2.1
@@ -15,7 +15,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libspooles2.2 (= ${binary:Version}),
+Depends: libspooles2.2t64 (= ${binary:Version}),
  mpi-default-dev,
  ${misc:Depends}
 Suggests: spooles-doc
@@ -26,7 +26,10 @@
  .
  This package contains the SPOOLES development files.
 
-Package: libspooles2.2
+Package: libspooles2.2t64
+Provides: ${t64:Provides}
+Replaces: libspooles2.2
+Breaks: libspooles2.2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru spooles-2.2/debian/libspooles2.2.install 
spooles-2.2/debian/libspooles2.2.install
--- spooles-2.2/debian/libspooles2.2.install2018-12-19 22:56:58.0 
+
+++ spooles-2.2/debian/libspooles2.2.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru spooles-2.2/debian/libspooles2.2t64.install 
spooles-2.2/debian/libspooles2.2t64.install
--- spooles-2.2/debian/libspooles2.2t64.install 1970-01-01 00:00:00.0 
+
+++ spooles-2.2/debian/libspooles2.2t64.install 2018-12-19 22:56:58.0 
+
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru spooles-2.2/debian/libspooles2.2t64.lintian-overrides 
spooles-2.2/debian/libspooles2.2t64.lintian-overrides
--- spooles-2.2/debian/libspooles2.2t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ spooles-2.2/debian/libspooles2.2t64.lintian-overrides   2024-02-29 
17:17:43.0 +
@@ -0,0 +1 @@
+libspooles2.2t64: package-name-doesnt-match-sonames libspooles2.2


Bug#1064323: sphinxbase: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sphinxbase
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 sphinxbase-0.8+5prealpha+1/debian/changelog 
sphinxbase-0.8+5prealpha+1/debian/changelog
--- sphinxbase-0.8+5prealpha+1/debian/changelog 2023-02-25 18:13:43.0 
+
+++ sphinxbase-0.8+5prealpha+1/debian/changelog 2024-02-29 17:16:35.0 
+
@@ -1,3 +1,10 @@
+sphinxbase (0.8+5prealpha+1-16.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064323
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:16:35 +
+
 sphinxbase (0.8+5prealpha+1-16) unstable; urgency=medium
 
   * control: Drop ltrace dependency on mipsel (Closes: Bug#1031942)
diff -Nru sphinxbase-0.8+5prealpha+1/debian/control 
sphinxbase-0.8+5prealpha+1/debian/control
--- sphinxbase-0.8+5prealpha+1/debian/control   2023-02-25 18:13:05.0 
+
+++ sphinxbase-0.8+5prealpha+1/debian/control   2024-02-29 17:16:35.0 
+
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Accessibility Team 
 Uploaders: Samuel Thibault 
-Build-Depends: debhelper-compat (= 12), bison, pkg-config,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), bison, 
pkg-config,
  libpulse-dev, libblas-dev, liblapack-dev,
  doxygen, python3-all-dev:any, libpython3-all-dev, dh-sequence-python3,
  swig, libjs-jquery,
@@ -30,7 +30,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsphinxbase3 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, libpulse-dev
+Depends: libsphinxbase3t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, libpulse-dev
 Description: Speech recognition tool - development files
  CMU Sphinx is a large vocabulary, speaker-independent continuous speech
  recognition engine.
@@ -48,7 +48,10 @@
  .
  This package contains tools to manipulate Sphinx files.
 
-Package: libsphinxbase3
+Package: libsphinxbase3t64
+Provides: ${t64:Provides}
+Replaces: libsphinxbase3
+Breaks: libsphinxbase3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.install 
sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.install
--- sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.install2019-08-29 
08:07:43.0 +
+++ sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.symbols 
sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.symbols
--- sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.symbols2019-08-29 
08:07:43.0 +
+++ sphinxbase-0.8+5prealpha+1/debian/libsphinxbase3.symbols1970-01-01 
00:00:00.0 +
@@ -1,542 +0,0 @@
-libsphinxad.so.3 libsphinxbase3 #MINVER#
- ad_close@Base 0.8+5prealpha
- ad_open@Base 0.8+5prealpha
- ad_open_dev@Base 0.8+5prealpha
- ad_open_sps@Base 0.8+5prealpha
- ad_read@Base 0.8+5prealpha
- ad_start_rec@Base 0.8+5prealpha
- ad_stop_rec@Base 0.8+5prealpha
-libsphinxbase.so.3 libsphinxbase3 #MINVER#
- __ckd_alloc_2d_ptr@Base 0.8+5prealpha
- __ckd_alloc_3d_ptr@Base 0.8+5prealpha
- __ckd_calloc_2d__@Base 0.8+5prealpha
- __ckd_calloc_3d__@Base 0.8+5prealpha
- __ckd_calloc_4d__@Base 0.8+5prealpha
- __ckd_calloc__@Base 0.8+5prealpha
- __ckd_malloc__@Base 0.8+5prealpha
- __ckd_realloc__@Base 0.8+5prealpha
- __ckd_salloc__@Base 0.8+5prealpha
- __listelem_free__@Base 0.8+5prealpha
- __listelem_malloc__@Base 0.8+5prealpha
- __listelem_malloc_id__@Base 0.8+5prealpha
- accum_3d@Base 0.8+5prealpha
- agc_emax@Base 0.8+5prealpha
- agc_emax_get@Base 0.8+5prealpha
- agc_emax_set@Base 0.8+5prealpha
- agc_emax_update@Base 0.8+5prealpha
- agc_free@Base 0.8+5prealpha
- agc_get_threshold@Base 0.8+5prealpha
- agc_init@Base 0.8+5prealpha
- agc_max@Base 0.8+5prealpha
- agc_noise@Base 0.8+5prealpha
- agc_set_threshold@Base 0.8+5prealpha
- agc_type_from_str@Base 0.8+5prealpha
- agc_type_str@Base 0.8+5prealpha
- atof_c@Base 0.8+5prealpha
- band_nz_1d@Base 0.8+5prealpha
- bio_fread@Base 0.8+5prealpha
- bio_fread_1d@Base 0.8+5prealpha
- bio_fread_2d@Base 0.8+5prealpha
- bio_fread_3d@Base 0.8+5prealpha
- bio_fwrite@Base 0.8+5prealpha
- bio_fwrite_1d@Base 0.8+5prealpha
- bio_fwrite_3d@Base 0.8+5prealpha
- bio_hdrarg_free@Base 0.8+5prealpha
- bio_read_wavfile

Bug#1062918: sphde: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sphde
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 sphde-1.4.0/debian/changelog sphde-1.4.0/debian/changelog
--- sphde-1.4.0/debian/changelog2022-09-21 14:12:43.0 +
+++ sphde-1.4.0/debian/changelog2024-02-29 17:14:12.0 +
@@ -1,3 +1,10 @@
+sphde (1.4.0-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062918
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:14:12 +
+
 sphde (1.4.0-5) unstable; urgency=medium
 
   * Update symbols for armhf, armel, i386
diff -Nru sphde-1.4.0/debian/control sphde-1.4.0/debian/control
--- sphde-1.4.0/debian/control  2022-09-21 14:12:43.0 +
+++ sphde-1.4.0/debian/control  2024-02-29 17:14:12.0 +
@@ -1,7 +1,7 @@
 Source: sphde
 Priority: optional
 Maintainer: Frédéric Bonnard 
-Build-Depends: debhelper-compat (= 13), doxygen, graphviz, pkg-kde-tools
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), doxygen, 
graphviz, pkg-kde-tools
 Rules-Requires-Root: no
 Standards-Version: 4.6.1.0
 Section: devel
@@ -26,7 +26,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsphde1 (= ${binary:Version}), ${misc:Depends}
+Depends: libsphde1t64 (= ${binary:Version}), ${misc:Depends}
 Description: Shared Persistent Heap Data Environment library development files
  SPHDE is composed of two major software layers: The Shared Address Space (SAS)
  layer provides the basic services for a shared address space and transparent,
@@ -35,7 +35,10 @@
  .
  This package contains the static library and header files used in development.
 
-Package: libsphde1
+Package: libsphde1t64
+Provides: ${t64:Provides}
+Replaces: libsphde1
+Breaks: libsphde1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru sphde-1.4.0/debian/libsphde1.install 
sphde-1.4.0/debian/libsphde1.install
--- sphde-1.4.0/debian/libsphde1.install2022-09-21 14:12:43.0 
+
+++ sphde-1.4.0/debian/libsphde1.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libsphde.so.*
diff -Nru sphde-1.4.0/debian/libsphde1.symbols 
sphde-1.4.0/debian/libsphde1.symbols
--- sphde-1.4.0/debian/libsphde1.symbols2022-09-21 14:12:43.0 
+
+++ sphde-1.4.0/debian/libsphde1.symbols1970-01-01 00:00:00.0 
+
@@ -1,561 +0,0 @@
-libsphde.so.1 libsphde1 #MINVER#
-* Build-Depends-Package: libsphde-dev
- SASAllocateShm@Base 1.1.0
- SASAllocateShmID@Base 1.1.0
- SASAllocateShmID_clear@Base 1.4.0
- SASAllocateShmName@Base 1.1.0
- SASAllocateShmNameProj@Base 1.1.0
- SASAnchor@Base 1.1.0
- SASAnchorFreeSpace@Base 1.1.0
- SASBlockAlloc@Base 1.1.0
- SASBlockDealloc@Base 1.1.0
- SASCleanUp@Base 1.1.0
- SASCompoundFixedHeapCreate@Base 1.1.0
- SASCompoundHeapAlloc@Base 1.1.0
- SASCompoundHeapAllocNoLock@Base 1.1.0
- SASCompoundHeapAllocSize@Base 1.1.0
- SASCompoundHeapAllocSpace@Base 1.1.0
- SASCompoundHeapBringAll@Base 1.1.0
- SASCompoundHeapCreate@Base 1.1.0
- SASCompoundHeapCreatePageSize@Base 1.1.0
- SASCompoundHeapDestroy@Base 1.1.0
- SASCompoundHeapDestroyNoLock@Base 1.1.0
- SASCompoundHeapExpandCreate@Base 1.1.0
- SASCompoundHeapFree@Base 1.1.0
- SASCompoundHeapFreeNoLock@Base 1.1.0
- SASCompoundHeapFreeSpace@Base 1.1.0
- SASCompoundHeapFreeSpaceNoLock@Base 1.1.0
- SASCompoundHeapGetLoadFactor@Base 1.1.0
- SASCompoundHeapInit@Base 1.1.0
- SASCompoundHeapNearAlloc@Base 1.1.0
- SASCompoundHeapNearAllocNoLock@Base 1.1.0
- SASCompoundHeapNearDealloc@Base 1.1.0
- SASCompoundHeapNearDeallocNoLock@Base 1.1.0
- SASCompoundHeapPurgeAll@Base 1.1.0
- SASCompoundHeapRandomAccessAll@Base 1.1.0
- SASCompoundHeapReleaseAll@Base 1.1.0
- SASCompoundHeapSeqAccessAll@Base 1.1.0
- SASCompoundHeapSetLoadFactor@Base 1.1.0
- SASCompoundHeapWriteAll@Base 1.1.0
- SASDetachShm@Base 1.1.0
- SASFindHeader@Base 1.1.0
- SASIndexAlloc@Base 1.1.0
- SASIndexAllocSize@Base 1.1.0
- SASIndexContainsKey@Base 1.1.0
- SASIndexContainsKey_nolock@Base 1.1.0
- SASIndexCreate@Base 1.1.0
- SASIndexCreatePageSize@Base 1.1.0
- SASIndexDestroy@Base 1.1.0
- SASIndexEnumCreate@Base 1.1.0
- SASIndexEnumDestroy@Base 1.1.0
- SASIndexEnumHasMore@Base 1.1.0
- SASIndexEnumNext@Base 1.1.0
- SASIndexEnumNext_nolock@Base 1.1.0
- SASIndexExpandCreate@Base 1.1.0
- SASIndexFixedCr

Bug#1062919: spherepack: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: spherepack
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 spherepack-3.3~a1/debian/changelog spherepack-3.3~a1/debian/changelog
--- spherepack-3.3~a1/debian/changelog  2021-08-23 11:01:41.0 +
+++ spherepack-3.3~a1/debian/changelog  2024-02-29 17:14:54.0 +
@@ -1,3 +1,10 @@
+spherepack (3.3~a1-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062919
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:14:54 +
+
 spherepack (3.3~a1-5) unstable; urgency=medium
 
   * Standards-Version: 4.6.1
diff -Nru spherepack-3.3~a1/debian/control spherepack-3.3~a1/debian/control
--- spherepack-3.3~a1/debian/control2021-08-23 11:01:41.0 +
+++ spherepack-3.3~a1/debian/control2024-02-29 17:14:54.0 +
@@ -2,7 +2,7 @@
 Section:  utils
 Priority: optional
 Maintainer: Alastair McKinstry 
-Build-Depends: debhelper-compat (= 13),  
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),  
  dh-sequence-python3,
  gfortran | fortran-compiler, 
  python3-numpy, 
@@ -17,7 +17,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0d (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libsphere0t64 (= 
${binary:Version})
 Description: Development files for Spherepack scientific library
  SPHEREPACK is a collection of FORTRAN programs that facilitates computer 
  modeling of geophysical processes. The package contains programs for computing
@@ -36,7 +36,11 @@
  equally-spaced and Gauss distributed latitudinal points as well as programs 
  that transfer data between these grids.
 
-Package: libsphere0d
+Package: libsphere0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsphere0d
+Replaces: libsphere0d
+Breaks: libsphere0d (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -54,7 +58,7 @@
 Section: python
 Architecture: any
 Multi-Arch: foreign
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0d 
(=${binary:Version}), python3-numpy
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, libsphere0t64 
(=${binary:Version}), python3-numpy
 Description: Python3 interface to the spherepack scientific library.
  This is a python3 interface to spherepack, a library for geophysical 
processes.
 
diff -Nru spherepack-3.3~a1/debian/libsphere0d.install 
spherepack-3.3~a1/debian/libsphere0d.install
--- spherepack-3.3~a1/debian/libsphere0d.install2021-08-23 
11:01:41.0 +
+++ spherepack-3.3~a1/debian/libsphere0d.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libsphere-*.so.0d
diff -Nru spherepack-3.3~a1/debian/libsphere0t64.install 
spherepack-3.3~a1/debian/libsphere0t64.install
--- spherepack-3.3~a1/debian/libsphere0t64.install  1970-01-01 
00:00:00.0 +
+++ spherepack-3.3~a1/debian/libsphere0t64.install  2021-08-23 
11:01:41.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libsphere-*.so.0d
diff -Nru spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides 
spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides
--- spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ spherepack-3.3~a1/debian/libsphere0t64.lintian-overrides2024-02-29 
17:14:46.0 +
@@ -0,0 +1 @@
+libsphere0t64: package-name-doesnt-match-sonames libsphere0d


Bug#1062917: spandsp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: spandsp
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 spandsp-0.0.6+dfsg/debian/changelog 
spandsp-0.0.6+dfsg/debian/changelog
--- spandsp-0.0.6+dfsg/debian/changelog 2019-01-11 17:17:42.0 +
+++ spandsp-0.0.6+dfsg/debian/changelog 2024-02-29 17:12:51.0 +
@@ -1,3 +1,10 @@
+spandsp (0.0.6+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062917
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:12:51 +
+
 spandsp (0.0.6+dfsg-2) unstable; urgency=medium
 
   * Team upload
diff -Nru spandsp-0.0.6+dfsg/debian/control spandsp-0.0.6+dfsg/debian/control
--- spandsp-0.0.6+dfsg/debian/control   2019-01-11 17:17:42.0 +
+++ spandsp-0.0.6+dfsg/debian/control   2024-02-29 17:12:51.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team 
 Uploaders: Mark Purcell ,
Tzafrir Cohen 
-Build-Depends: debhelper (>= 11~),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11~),
docbook-xml,
docbook-xsl,
doxygen,
@@ -25,7 +25,10 @@
 Vcs-Git: https://salsa.debian.org/pkg-voip-team/spandsp.git
 Vcs-Browser: https://salsa.debian.org/pkg-voip-team/spandsp
 
-Package: libspandsp2
+Package: libspandsp2t64
+Provides: ${t64:Provides}
+Replaces: libspandsp2
+Breaks: libspandsp2 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends},
  ${shlibs:Depends}
@@ -41,7 +44,7 @@
 Section: libdevel
 Architecture: any
 Depends: libjpeg-dev,
- libspandsp2 (= ${binary:Version}),
+ libspandsp2t64 (= ${binary:Version}),
  libtiff-dev | libtiff5-dev,
  ${misc:Depends}
 Breaks: libspandsp-doc (<< 0.0.6+dfsg-2)
diff -Nru spandsp-0.0.6+dfsg/debian/libspandsp2.docs 
spandsp-0.0.6+dfsg/debian/libspandsp2.docs
--- spandsp-0.0.6+dfsg/debian/libspandsp2.docs  2019-01-11 17:17:42.0 
+
+++ spandsp-0.0.6+dfsg/debian/libspandsp2.docs  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-DueDiligence
diff -Nru spandsp-0.0.6+dfsg/debian/libspandsp2.install 
spandsp-0.0.6+dfsg/debian/libspandsp2.install
--- spandsp-0.0.6+dfsg/debian/libspandsp2.install   2019-01-11 
17:17:42.0 +
+++ spandsp-0.0.6+dfsg/debian/libspandsp2.install   1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/*/libspandsp.so.2.*
-debian/tmp/usr/lib/*/libspandsp.so.2
diff -Nru spandsp-0.0.6+dfsg/debian/libspandsp2.symbols 
spandsp-0.0.6+dfsg/debian/libspandsp2.symbols
--- spandsp-0.0.6+dfsg/debian/libspandsp2.symbols   2019-01-11 
17:17:42.0 +
+++ spandsp-0.0.6+dfsg/debian/libspandsp2.symbols   1970-01-01 
00:00:00.0 +
@@ -1,900 +0,0 @@
-libspandsp.so.2 libspandsp2 #MINVER#
- ademco_contactid_event_to_str@Base 0.0.6
- ademco_contactid_msg_qualifier_to_str@Base 0.0.6
- ademco_contactid_receiver_fillin@Base 0.0.6
- ademco_contactid_receiver_free@Base 0.0.6
- ademco_contactid_receiver_get_logging_state@Base 0.0.6
- ademco_contactid_receiver_init@Base 0.0.6
- ademco_contactid_receiver_log_msg@Base 0.0.6
- ademco_contactid_receiver_release@Base 0.0.6
- ademco_contactid_receiver_rx@Base 0.0.6
- ademco_contactid_receiver_set_realtime_callback@Base 0.0.6
- ademco_contactid_receiver_tx@Base 0.0.6
- ademco_contactid_sender_fillin@Base 0.0.6
- ademco_contactid_sender_free@Base 0.0.6
- ademco_contactid_sender_get_logging_state@Base 0.0.6
- ademco_contactid_sender_init@Base 0.0.6
- ademco_contactid_sender_put@Base 0.0.6
- ademco_contactid_sender_release@Base 0.0.6
- ademco_contactid_sender_rx@Base 0.0.6
- ademco_contactid_sender_set_realtime_callback@Base 0.0.6
- ademco_contactid_sender_tx@Base 0.0.6
- adsi_add_field@Base 0.0.6~pre18
- adsi_next_field@Base 0.0.6~pre18
- adsi_rx@Base 0.0.6~pre18
- adsi_rx_free@Base 0.0.6~pre18
- adsi_rx_get_logging_state@Base 0.0.6
- adsi_rx_init@Base 0.0.6~pre18
- adsi_rx_release@Base 0.0.6~pre18
- adsi_standard_to_str@Base 0.0.6~pre18
- adsi_tx@Base 0.0.6~pre18
- adsi_tx_free@Base 0.0.6~pre18
- adsi_tx_get_logging_state@Base 0.0.6
- adsi_tx_init@Base 0.0.6~pre18
- adsi_tx_put_message@Base 0.0.6~pre18
- adsi_tx_release@Base 0.0.6~pre18
- adsi_tx_send_alert_tone@Base 0.0.6~pre18
- adsi_tx_set_preamble@Base 0.0.6~pre18
- alaw_to_ulaw@Base 0.0.6~pre18
- async_rx_free@Base 0.0.6~pre18

Bug#1062916: source-highlight: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: source-highlight
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 source-highlight-3.1.9/debian/changelog 
source-highlight-3.1.9/debian/changelog
--- source-highlight-3.1.9/debian/changelog 2022-10-15 07:22:08.0 
+
+++ source-highlight-3.1.9/debian/changelog 2024-02-29 17:11:17.0 
+
@@ -1,3 +1,10 @@
+source-highlight (3.1.9-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062916
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:11:17 +
+
 source-highlight (3.1.9-4.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru source-highlight-3.1.9/debian/control 
source-highlight-3.1.9/debian/control
--- source-highlight-3.1.9/debian/control   2022-10-15 07:22:05.0 
+
+++ source-highlight-3.1.9/debian/control   2024-02-29 17:11:17.0 
+
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Kartik Kulkarni 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  automake,
  debhelper-compat (= 12),
  exuberant-ctags,
@@ -34,7 +34,7 @@
 Architecture: any
 Depends:
  libboost-regex-dev,
- libsource-highlight4v5 (= ${binary:Version}),
+ libsource-highlight4t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Replaces:
@@ -46,7 +46,10 @@
  The library can be used by other C++ programs to get source code
  highlighting capabilities.
 
-Package: libsource-highlight4v5
+Package: libsource-highlight4t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsource-highlight4v5
+Breaks: libsource-highlight4v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -56,7 +59,7 @@
  ${shlibs:Depends},
 Conflicts:
  libsource-highlight4,
-Replaces:
+Replaces:libsource-highlight4v5, 
  libsource-highlight4,
 Description: source highlighting library
  This is the library that underlies the source-highlight program
diff -Nru source-highlight-3.1.9/debian/libsource-highlight4t64.install 
source-highlight-3.1.9/debian/libsource-highlight4t64.install
--- source-highlight-3.1.9/debian/libsource-highlight4t64.install   
1970-01-01 00:00:00.0 +
+++ source-highlight-3.1.9/debian/libsource-highlight4t64.install   
2022-10-15 07:01:48.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru 
source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides 
source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides
--- source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides 
1970-01-01 00:00:00.0 +
+++ source-highlight-3.1.9/debian/libsource-highlight4t64.lintian-overrides 
2024-02-29 17:11:10.0 +
@@ -0,0 +1 @@
+libsource-highlight4t64: package-name-doesnt-match-sonames 
libsource-highlight4v5
diff -Nru source-highlight-3.1.9/debian/libsource-highlight4v5.install 
source-highlight-3.1.9/debian/libsource-highlight4v5.install
--- source-highlight-3.1.9/debian/libsource-highlight4v5.install
2022-10-15 07:01:48.0 +
+++ source-highlight-3.1.9/debian/libsource-highlight4v5.install
1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*


Bug#1062911: solvespace: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: solvespace
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 solvespace-3.1+ds1/debian/changelog 
solvespace-3.1+ds1/debian/changelog
--- solvespace-3.1+ds1/debian/changelog 2022-12-07 22:25:41.0 +
+++ solvespace-3.1+ds1/debian/changelog 2024-02-29 17:02:12.0 +
@@ -1,3 +1,10 @@
+solvespace (3.1+ds1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062911
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 17:02:12 +
+
 solvespace (3.1+ds1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru solvespace-3.1+ds1/debian/control solvespace-3.1+ds1/debian/control
--- solvespace-3.1+ds1/debian/control   2022-12-07 22:20:51.0 +
+++ solvespace-3.1+ds1/debian/control   2024-02-29 17:02:12.0 +
@@ -4,7 +4,7 @@
Anton Gladky 
 Section: graphics
 Priority: optional
-Build-Depends: cmake (>= 3.9),
+Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.9),
debhelper-compat (= 13),
libeigen3-dev,
libfontconfig1-dev,
@@ -48,7 +48,10 @@
   * plane and solid geometry — replace hand-solved trigonometry and
 spreadsheets with a live dimensioned drawing.
 
-Package: libslvs1
+Package: libslvs1t64
+Provides: ${t64:Provides}
+Replaces: libslvs1
+Breaks: libslvs1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -63,7 +66,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libslvs1 (= ${binary:Version})
+ libslvs1t64 (= ${binary:Version})
 Description: SolveSpace geometric kernel (development files)
  SolveSpace is a parametric 2d/3d CAD. libslvs contains the geometric
  kernel of SolveSpace, built as a library.
diff -Nru solvespace-3.1+ds1/debian/libslvs1.install 
solvespace-3.1+ds1/debian/libslvs1.install
--- solvespace-3.1+ds1/debian/libslvs1.install  2022-05-12 21:55:41.0 
+
+++ solvespace-3.1+ds1/debian/libslvs1.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.install 
solvespace-3.1+ds1/debian/libslvs1t64.install
--- solvespace-3.1+ds1/debian/libslvs1t64.install   1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.install   2022-05-12 
21:55:41.0 +
@@ -0,0 +1 @@
+usr/lib/*/libslvs.so.*
diff -Nru solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 
solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides
--- solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ solvespace-3.1+ds1/debian/libslvs1t64.lintian-overrides 2024-02-29 
17:02:01.0 +
@@ -0,0 +1 @@
+libslvs1t64: package-name-doesnt-match-sonames libslvs1


Bug#1062907: sndobj: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sndobj
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 sndobj-2.6.7+ds1/debian/changelog sndobj-2.6.7+ds1/debian/changelog
--- sndobj-2.6.7+ds1/debian/changelog   2020-03-26 23:19:43.0 +
+++ sndobj-2.6.7+ds1/debian/changelog   2024-02-29 16:57:39.0 +
@@ -1,3 +1,10 @@
+sndobj (2.6.7+ds1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062907
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:57:39 +
+
 sndobj (2.6.7+ds1-3) unstable; urgency=medium
 
   * Team upload.
diff -Nru sndobj-2.6.7+ds1/debian/control sndobj-2.6.7+ds1/debian/control
--- sndobj-2.6.7+ds1/debian/control 2020-03-26 23:19:43.0 +
+++ sndobj-2.6.7+ds1/debian/control 2024-02-29 16:57:39.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian Multimedia Maintainers 
 Uploaders:
  Alessio Treglia ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 12),
  fftw-dev,
  libasound2-dev [linux-any],
@@ -23,7 +23,7 @@
 Multi-Arch: same
 Depends:
  fftw-dev,
- libsndobj2v5 (= ${binary:Version}),
+ libsndobj2t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Sound Object library (development files)
  The Sound Object Library is an object-oriented audio processing library.
@@ -32,7 +32,10 @@
  .
  This package contains the development files.
 
-Package: libsndobj2v5
+Package: libsndobj2t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libsndobj2v5
+Breaks: libsndobj2v5 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -40,7 +43,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Replaces:
+Replaces:libsndobj2v5, 
  libsndobj2,
  libsndobj2c2,
 Conflicts:
diff -Nru sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides 
sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides
--- sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ sndobj-2.6.7+ds1/debian/libsndobj2t64.lintian-overrides 2024-02-29 
16:57:14.0 +
@@ -0,0 +1 @@
+libsndobj2t64: package-name-doesnt-match-sonames libsndobj2v5
diff -Nru sndobj-2.6.7+ds1/debian/rules sndobj-2.6.7+ds1/debian/rules
--- sndobj-2.6.7+ds1/debian/rules   2020-03-26 23:19:43.0 +
+++ sndobj-2.6.7+ds1/debian/rules   2024-02-29 16:57:38.0 +
@@ -27,7 +27,7 @@
 override_dh_install:
dh_install -plibsndobj-dev include/SndObj usr/include
dh_install -plibsndobj-dev lib/*.so usr/lib/$(DEB_HOST_MULTIARCH)/
-   dh_install -plibsndobj2v5 lib/*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
+   dh_install -plibsndobj2t64 lib/*.so.* usr/lib/$(DEB_HOST_MULTIARCH)/
 
 override_dh_installchangelogs:
dh_installchangelogs change.log


Bug#1062906: snapper: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: snapper
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 snapper-0.10.6/debian/changelog snapper-0.10.6/debian/changelog
--- snapper-0.10.6/debian/changelog 2023-09-19 12:56:59.0 +
+++ snapper-0.10.6/debian/changelog 2024-02-29 16:55:43.0 +
@@ -1,3 +1,10 @@
+snapper (0.10.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062906
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:55:43 +
+
 snapper (0.10.6-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru snapper-0.10.6/debian/control snapper-0.10.6/debian/control
--- snapper-0.10.6/debian/control   2023-09-19 12:56:59.0 +
+++ snapper-0.10.6/debian/control   2024-02-29 16:55:43.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Hideki Yamane 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  libbtrfs-dev,
  debhelper-compat (= 13),
  docbook-xsl,
@@ -48,13 +48,14 @@
* D-Bus interface
* PAM module to create snapshots during login and logout (libpam-snapper)
 
-Package: libsnapper7
+Package: libsnapper7t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libsnapper6
-Replaces: libsnapper6
+Breaks: libsnapper7 (<< ${source:Version}), libsnapper6
+Replaces: libsnapper7, libsnapper6
 Description: Library for Linux filesystem snapshot management tool
  Snapper is a tool for Linux filesystem snapshot management. Apart from the
  obvious creation and deletion of snapshots, it can compare snapshots and 
revert
@@ -67,7 +68,7 @@
 Package: libsnapper-dev
 Section: libdevel
 Architecture: linux-any
-Depends: ${misc:Depends}, libsnapper7 (= ${binary:Version})
+Depends: ${misc:Depends}, libsnapper7t64 (= ${binary:Version})
 Description: Library for Linux filesystem snapshot management tool (header 
files)
  Snapper is a tool for Linux filesystem snapshot management. Apart from the
  obvious creation and deletion of snapshots, it can compare snapshots and 
revert
diff -Nru snapper-0.10.6/debian/libsnapper7.install 
snapper-0.10.6/debian/libsnapper7.install
--- snapper-0.10.6/debian/libsnapper7.install   2023-09-19 12:56:59.0 
+
+++ snapper-0.10.6/debian/libsnapper7.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-/usr/lib/*/libsnapper.so.7*
diff -Nru snapper-0.10.6/debian/libsnapper7t64.install 
snapper-0.10.6/debian/libsnapper7t64.install
--- snapper-0.10.6/debian/libsnapper7t64.install1970-01-01 
00:00:00.0 +
+++ snapper-0.10.6/debian/libsnapper7t64.install2023-09-19 
12:56:59.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libsnapper.so.7*
diff -Nru snapper-0.10.6/debian/libsnapper7t64.lintian-overrides 
snapper-0.10.6/debian/libsnapper7t64.lintian-overrides
--- snapper-0.10.6/debian/libsnapper7t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ snapper-0.10.6/debian/libsnapper7t64.lintian-overrides  2024-02-29 
16:55:33.0 +
@@ -0,0 +1 @@
+libsnapper7t64: package-name-doesnt-match-sonames libsnapper7


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)_Z18FillOctetStringStkR6AsnBufm

Bug#1062904: smpeg: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: smpeg
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 smpeg-0.4.5+cvs20030824/debian/changelog 
smpeg-0.4.5+cvs20030824/debian/changelog
--- smpeg-0.4.5+cvs20030824/debian/changelog2020-10-22 23:01:43.0 
+
+++ smpeg-0.4.5+cvs20030824/debian/changelog2024-02-29 16:52:55.0 
+
@@ -1,3 +1,10 @@
+smpeg (0.4.5+cvs20030824-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062904
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:52:55 +
+
 smpeg (0.4.5+cvs20030824-9) unstable; urgency=medium
 
   * Team upload.
diff -Nru smpeg-0.4.5+cvs20030824/debian/control 
smpeg-0.4.5+cvs20030824/debian/control
--- smpeg-0.4.5+cvs20030824/debian/control  2020-10-22 23:01:08.0 
+
+++ smpeg-0.4.5+cvs20030824/debian/control  2024-02-29 16:52:54.0 
+
@@ -4,7 +4,7 @@
 Section: libs
 Priority: optional
 Rules-Requires-Root: no
-Build-Depends: debhelper (>= 11~),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11~),
chrpath,
libsdl1.2-dev (>= 1.2.2-3.1)
 Standards-Version: 4.2.1
@@ -12,7 +12,10 @@
 Vcs-Git: https://salsa.debian.org/sdl-team/smpeg.git
 Homepage: https://icculus.org/smpeg/
 
-Package: libsmpeg0
+Package: libsmpeg0t64
+Provides: ${t64:Provides}
+Replaces: libsmpeg0
+Breaks: libsmpeg0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -31,7 +34,7 @@
 Package: libsmpeg-dev
 Architecture: any
 Section: libdevel
-Depends: libsmpeg0 (= ${binary:Version}),
+Depends: libsmpeg0t64 (= ${binary:Version}),
  ${misc:Depends},
  libsdl1.2-dev (>= 1.2.2-3.3)
 Description: SDL MPEG Player Library - development files
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install2020-10-22 
22:27:54.0 +
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libsmpeg-0.4.so.0*
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 1970-01-01 
00:00:00.0 +
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.install 2020-10-22 
22:27:54.0 +
@@ -0,0 +1 @@
+usr/lib/*/libsmpeg-0.4.so.0*
diff -Nru smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides 
smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides
--- smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ smpeg-0.4.5+cvs20030824/debian/libsmpeg0t64.lintian-overrides   
2024-02-29 16:52:46.0 +
@@ -0,0 +1 @@
+libsmpeg0t64: package-name-doesnt-match-sonames libsmpeg0


Bug#1062939: slepc: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: slepc
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 slepc-3.19.2+dfsg1/debian/changelog 
slepc-3.19.2+dfsg1/debian/changelog
--- slepc-3.19.2+dfsg1/debian/changelog 2024-01-04 15:48:54.0 +
+++ slepc-3.19.2+dfsg1/debian/changelog 2024-02-29 16:12:21.0 +
@@ -1,3 +1,10 @@
+slepc (3.19.2+dfsg1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062939
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:12:21 +
+
 slepc (3.19.2+dfsg1-2) unstable; urgency=medium
 
   * update makefile hacking in debian/tests. Upstream makefile now
diff -Nru slepc-3.19.2+dfsg1/debian/control slepc-3.19.2+dfsg1/debian/control
--- slepc-3.19.2+dfsg1/debian/control   2024-01-04 15:48:54.0 +
+++ slepc-3.19.2+dfsg1/debian/control   2024-02-29 16:12:20.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Science Maintainers 

 Uploaders: "Adam C. Powell, IV" , Drew Parsons 

-Build-Depends: debhelper-compat (= 13), python3,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), python3,
  pkg-config, dh-python, gfortran,
  dh-fortran-mod,
  libpetsc-real3.19-dev, libpetsc-complex3.19-dev, libpetsc3.19-dev-examples,
@@ -59,7 +59,7 @@
 Package: libslepc-real3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-real3.19 (= ${binary:Version}), ${petsc:dev},
+Depends: libslepc-real3.19t64 (= ${binary:Version}), ${petsc:dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -90,7 +90,10 @@
  .
  This package contains example, test, and tutorial scripts for SLEPc 3.19.
 
-Package: libslepc-real3.19
+Package: libslepc-real3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc-real3.19
+Breaks: libslepc-real3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -122,7 +125,7 @@
 Package: libslepc-complex3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc-complex3.19 (= ${binary:Version}), ${petsc:complex-dev},
+Depends: libslepc-complex3.19t64 (= ${binary:Version}), ${petsc:complex-dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -137,7 +140,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with complex numbers.
 
-Package: libslepc-complex3.19
+Package: libslepc-complex3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc-complex3.19
+Breaks: libslepc-complex3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -198,7 +204,7 @@
 Package: libslepc64-real3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc64-real3.19 (= ${binary:Version}), ${petsc64:dev},
+Depends: libslepc64-real3.19t64 (= ${binary:Version}), ${petsc64:dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -213,7 +219,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with real numbers and 64-bit indexing.
 
-Package: libslepc64-real3.19
+Package: libslepc64-real3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc64-real3.19
+Breaks: libslepc64-real3.19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -231,7 +240,7 @@
 Package: libslepc64-complex3.19-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc64-complex3.19 (= ${binary:Version}), ${petsc64:complex-dev},
+Depends: libslepc64-complex3.19t64 (= ${binary:Version}), 
${petsc64:complex-dev},
  libarpack2-dev, libparpack2-dev, libhdf5-mpi-dev,
  ${misc:Depends}, ${python3:Depends}
 Suggests: libslepc3.19-dev-examples, slepc3.19-doc (= ${binary:Version})
@@ -246,7 +255,10 @@
  This package contains the static libraries, shared links, and header files
  for SLEPc 3.19 with complex numbers and 64-bit indexing.
 
-Package: libslepc64-complex3.19
+Package: libslepc64-complex3.19t64
+Provides: ${t64:Provides}
+Replaces: libslepc64-complex3.19

Bug#1062902: sleuthkit: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sleuthkit
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 sleuthkit-4.12.1+dfsg/debian/changelog 
sleuthkit-4.12.1+dfsg/debian/changelog
--- sleuthkit-4.12.1+dfsg/debian/changelog  2023-12-22 14:12:22.0 
+
+++ sleuthkit-4.12.1+dfsg/debian/changelog  2024-02-29 16:17:47.0 
+
@@ -1,3 +1,10 @@
+sleuthkit (4.12.1+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062902
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:17:47 +
+
 sleuthkit (4.12.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru sleuthkit-4.12.1+dfsg/debian/control 
sleuthkit-4.12.1+dfsg/debian/control
--- sleuthkit-4.12.1+dfsg/debian/control2023-12-22 13:57:05.0 
+
+++ sleuthkit-4.12.1+dfsg/debian/control2024-02-29 16:17:47.0 
+
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Debian Security Tools 
-Build-Depends: ant,
+Build-Depends: dpkg-dev (>= 1.22.5), ant,
debhelper-compat (= 13),
libafflib-dev (>= 3.6.6),
libewf-dev (>= 20130416),
@@ -48,14 +48,16 @@
  .
  This package contains the set of command line tools in The Sleuth Kit.
 
-Package: libtsk19
+Package: libtsk19t64
+Provides: ${t64:Provides}
+Breaks: libtsk19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
  ${shlibs:Depends}
 Conflicts: libtsk10v5
-Replaces: libtsk10v5
+Replaces: libtsk19, libtsk10v5
 Description: library for forensics analysis on volume and filesystem data
  The Sleuth Kit, also known as TSK, is a collection of UNIX-based command
  line file and volume system forensic analysis tools. The filesystem tools
@@ -85,7 +87,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtsk19 (= ${binary:Version}),
+Depends: libtsk19t64 (= ${binary:Version}),
  zlib1g-dev,
  ${misc:Depends}
 Description: library for forensics analysis (development files)
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19.install 
sleuthkit-4.12.1+dfsg/debian/libtsk19.install
--- sleuthkit-4.12.1+dfsg/debian/libtsk19.install   2023-12-22 
13:37:47.0 +
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libtsk.so.*
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install 
sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install
--- sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install1970-01-01 
00:00:00.0 +
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install2023-12-22 
13:37:47.0 +
@@ -0,0 +1 @@
+usr/lib/*/libtsk.so.*
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides 
sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides
--- sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides  2024-02-29 
16:17:39.0 +
@@ -0,0 +1 @@
+libtsk19t64: package-name-doesnt-match-sonames libtsk19


Bug#1062901: skypat: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: skypat
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 skypat-3.1.1/debian/changelog skypat-3.1.1/debian/changelog
--- skypat-3.1.1/debian/changelog   2023-01-08 15:22:26.0 +
+++ skypat-3.1.1/debian/changelog   2024-02-29 16:09:12.0 +
@@ -1,3 +1,10 @@
+skypat (3.1.1-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062901
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:09:12 +
+
 skypat (3.1.1-8) unstable; urgency=medium
 
   * d/libskypat3.symbols: Update symbols
diff -Nru skypat-3.1.1/debian/control skypat-3.1.1/debian/control
--- skypat-3.1.1/debian/control 2022-12-25 13:57:26.0 +
+++ skypat-3.1.1/debian/control 2024-02-29 16:09:12.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gavin Lai (賴建宇) 
 Uploaders: SZ Lin (林上智) 
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
 Standards-Version: 4.6.1.0
 Homepage: https://github.com/skymizer/SkyPat
 Vcs-Git: https://salsa.debian.org/debian/skypat.git
@@ -16,7 +16,7 @@
 Depends: ${misc:Depends},
  wget, automake, autoconf,
  libtool, build-essential,
- libskypat3 (= ${binary:Version})
+ libskypat3t64 (= ${binary:Version})
 Description: C++ performance analyzing and testing framework - static 
libraries and headers
  skypat provides an unit-test framework. Additionally, skypat provides
  performance information to help developers optimize functions.
@@ -24,7 +24,10 @@
  This package contains the header files to develop unit test which make use of
  skypat.
 
-Package: libskypat3
+Package: libskypat3t64
+Provides: ${t64:Provides}
+Replaces: libskypat3
+Breaks: libskypat3 (<< ${source:Version})
 Architecture: armhf amd64 arm64
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
diff -Nru skypat-3.1.1/debian/libskypat3.docs 
skypat-3.1.1/debian/libskypat3.docs
--- skypat-3.1.1/debian/libskypat3.docs 2018-08-22 07:44:51.0 +
+++ skypat-3.1.1/debian/libskypat3.docs 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/share/skypat/README.md
diff -Nru skypat-3.1.1/debian/libskypat3.install 
skypat-3.1.1/debian/libskypat3.install
--- skypat-3.1.1/debian/libskypat3.install  2018-08-22 07:44:51.0 
+
+++ skypat-3.1.1/debian/libskypat3.install  1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/libskypat*.so.*
-usr/lib/*/libskypat.a
diff -Nru skypat-3.1.1/debian/libskypat3.symbols 
skypat-3.1.1/debian/libskypat3.symbols
--- skypat-3.1.1/debian/libskypat3.symbols  2023-01-08 15:07:44.0 
+
+++ skypat-3.1.1/debian/libskypat3.symbols  1970-01-01 00:00:00.0 
+
@@ -1,226 +0,0 @@
-libskypat.so.3 libskypat3 #MINVER#
-* Build-Depends-Package: libc6
- (c++)"guard variable for skypat::testing::UnitTest::self()::instance@Base" 
3.1.1
- (c++)"skypat::ThreadData::SetUp(skypat::ThreadData*&, skypat::Thread&)@Base" 
3.1.1
- (c++)"skypat::ThreadData::current()@Base" 3.1.1
- (c++)"skypat::ThreadData::ThreadData()@Base" 3.1.1
- (c++)"skypat::ThreadData::ThreadData()@Base" 3.1.1
- (c++)"skypat::ThreadData::~ThreadData()@Base" 3.1.1
- (c++)"skypat::ThreadData::~ThreadData()@Base" 3.1.1
- (c++)"skypat::ThreadImpl::start(void*)@Base" 3.1.1
- (c++)"skypat::ThreadImpl::finish(void*)@Base" 3.1.1
- (c++)"skypat::ThreadImpl::ThreadImpl(skypat::Thread*)@Base" 3.1.1
- (c++)"skypat::ThreadImpl::ThreadImpl(skypat::Thread*)@Base" 3.1.1
- (c++)"skypat::ThreadImpl::~ThreadImpl()@Base" 3.1.1
- (c++)"skypat::ThreadImpl::~ThreadImpl()@Base" 3.1.1
- (c++)"void* 
skypat::object_creator()@Base" 3.1.1
- (c++)"void* 
skypat::object_creator()@Base" 3.1.1
- 
(c++)"skypat::object_deleter::call(void*)@Base"
 3.1.1
- 
(c++)"skypat::object_deleter::call(void*)@Base"
 3.1.1
- (c++)"skypat::Perf_event_name@Base" 3.1.1
- (c++)"skypat::CSVResultPrinter::open(std::__cxx11::basic_string, std::allocator > const&)@Base" 3.1.1
- (c++)"skypat::CSVResultPrinter::OnTestEnd(skypat::testing::TestInfo 
const&)@Base" 3.1.1
- (c++)"skypat::CSVRe

Bug#1062900: skalibs: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: skalibs
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 skalibs-2.14.0.0/debian/changelog skalibs-2.14.0.0/debian/changelog
--- skalibs-2.14.0.0/debian/changelog   2023-11-08 07:20:50.0 +
+++ skalibs-2.14.0.0/debian/changelog   2024-02-29 16:08:28.0 +
@@ -1,3 +1,10 @@
+skalibs (2.14.0.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062900
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:08:28 +
+
 skalibs (2.14.0.0-3) unstable; urgency=medium
 
   * Fix building on arch:all
diff -Nru skalibs-2.14.0.0/debian/control skalibs-2.14.0.0/debian/control
--- skalibs-2.14.0.0/debian/control 2023-11-08 07:20:50.0 +
+++ skalibs-2.14.0.0/debian/control 2024-02-29 16:08:28.0 +
@@ -3,14 +3,17 @@
 Priority: optional
 Maintainer: Shengjing Zhu 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
 Standards-Version: 4.6.2
 Homepage: https://skarnet.org/software/skalibs/
 Vcs-Git: https://salsa.debian.org/zhsj/skalibs.git
 Vcs-Browser: https://salsa.debian.org/zhsj/skalibs
 
-Package: libskarnet2.14
+Package: libskarnet2.14t64
+Provides: ${t64:Provides}
+Replaces: libskarnet2.14
+Breaks: libskarnet2.14 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends:
@@ -37,7 +40,7 @@
 Section: libdevel
 Multi-Arch: same
 Depends:
- libskarnet2.14 (= ${binary:Version}),
+ libskarnet2.14t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: development files used for building software at skarnet.org
  skalibs is a package centralizing the free software / open source C
diff -Nru skalibs-2.14.0.0/debian/libskarnet2.14.install 
skalibs-2.14.0.0/debian/libskarnet2.14.install
--- skalibs-2.14.0.0/debian/libskarnet2.14.install  2023-11-08 
07:20:50.0 +
+++ skalibs-2.14.0.0/debian/libskarnet2.14.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru skalibs-2.14.0.0/debian/libskarnet2.14.symbols 
skalibs-2.14.0.0/debian/libskarnet2.14.symbols
--- skalibs-2.14.0.0/debian/libskarnet2.14.symbols  2023-11-08 
07:20:50.0 +
+++ skalibs-2.14.0.0/debian/libskarnet2.14.symbols  1970-01-01 
00:00:00.0 +
@@ -1,791 +0,0 @@
-libskarnet.so.2.14 libskarnet2.14 #MINVER#
-* Build-Depends-Package: skalibs-dev
- PROG@Base 2.7.0.0
- STAMP@Base 2.7.0.0
- access_at@Base 2.7.0.0
- alarm_deadline@Base 2.7.0.0
- alarm_disable@Base 2.7.0.0
- alarm_milliseconds@Base 2.7.0.0
- alarm_timeout@Base 2.7.0.0
- alloc@Base 2.7.0.0
- alloc_realloc@Base 2.7.0.0
- allread@Base 2.7.0.0
- allreadv@Base 2.7.0.0
- allreadwrite@Base 2.7.0.0
- allreadwritev@Base 2.7.0.0
- allwrite@Base 2.7.0.0
- allwritev@Base 2.7.0.0
- ancil_recv_fd@Base 2.10.0.0
- ancil_send_fd@Base 2.10.0.0
- atomic_rm_rf@Base 2.7.0.0
- atomic_rm_rf_tmp@Base 2.7.0.0
- atomic_symlink@Base 2.7.0.0
- autosurf@Base 2.8.1.0
- avlnode_delete@Base 2.7.0.0
- avlnode_doublerotate@Base 2.7.0.0
- avlnode_extreme@Base 2.7.0.0
- avlnode_extremenode@Base 2.7.0.0
- avlnode_height@Base 2.7.0.0
- avlnode_insertnode@Base 2.7.0.0
- avlnode_iter_nocancel@Base 2.7.0.0
- avlnode_iter_withcancel@Base 2.7.0.0
- avlnode_rotate@Base 2.7.0.0
- avlnode_search@Base 2.7.0.0
- avlnode_searchnode@Base 2.7.0.0
- avlnode_zero@Base 2.7.0.0
- avltree_delete@Base 2.7.0.0
- avltree_free@Base 2.7.0.0
- avltree_init@Base 2.7.0.0
- avltree_insert@Base 2.7.0.0
- avltree_newnode@Base 2.7.0.0
- avltree_zero@Base 2.7.0.0
- avltreen_delete@Base 2.7.0.0
- avltreen_init@Base 2.7.0.0
- avltreen_insert@Base 2.7.0.0
- avltreen_newnode@Base 2.7.0.0
- baprintf@Base 2.7.0.0
- bigkv_fill@Base 2.9.2.0
- bigkv_free@Base 2.9.2.0
- bigkv_search@Base 2.9.2.0
- bigkv_zero@Base 2.9.2.0
- bitarray_and@Base 2.7.0.0
- bitarray_clearsetn@Base 2.7.0.0
- bitarray_countones@Base 2.7.0.0
- bitarray_firstclear@Base 2.7.0.0
- bitarray_firstclear_skip@Base 2.7.0.0
- bitarray_firstset@Base 2.7.0.0
- bitarray_firstset_skip@Base 2.7.0.0
- bitarray_not@Base 2.7.0.0
- bitarray_or@Base 2.7.0.0
- bitarray_testandpoke@Base 2.7.0.0
- bitarray_xor@Base 2.7.0.0
- blake2s_final@Base 2.12.0.0
- blake2s_init@Base 2.12.0.0
- blake2s_transform@Base 2.12.0.0
- blake2s_update@Base 2.12.0.0
- bprintf@Base 2.7.0.0
- bufalloc_1_@Base 2.7.0.0
- bufallo

Bug#1062899: singular: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: singular
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 singular-4.3.2-p10+ds/debian/changelog 
singular-4.3.2-p10+ds/debian/changelog
--- singular-4.3.2-p10+ds/debian/changelog  2023-10-31 08:56:18.0 
+
+++ singular-4.3.2-p10+ds/debian/changelog  2024-02-29 16:01:11.0 
+
@@ -1,3 +1,10 @@
+singular (1:4.3.2-p10+ds-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062899
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 16:01:11 +
+
 singular (1:4.3.2-p10+ds-1) unstable; urgency=medium
 
   * New upstream patch version.
diff -Nru singular-4.3.2-p10+ds/debian/control 
singular-4.3.2-p10+ds/debian/control
--- singular-4.3.2-p10+ds/debian/control2023-07-23 21:28:10.0 
+
+++ singular-4.3.2-p10+ds/debian/control2024-02-29 16:01:11.0 
+
@@ -4,7 +4,7 @@
 Maintainer: Debian Math Team 
 Uploaders: Jerome Benoit 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 12),
  autoconf-archive (>= 20160320), bison, libtool, help2man,
  libreadline-dev,
@@ -30,7 +30,10 @@
  .
  This dummy package provides the standard installation.
 
-Package: libsingular4m3n0
+Package: libsingular4m3n0t64
+Provides: ${t64:Provides}
+Replaces: libsingular4m3n0
+Breaks: libsingular4m3n0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -48,7 +51,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libsingular4m3n0 (= ${binary:Version}),
+ libsingular4m3n0t64 (= ${binary:Version}),
  libsingular4-dev-common (= ${source:Version}),
  libgmp-dev,
  libflint-dev,
@@ -83,7 +86,7 @@
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libsingular4m3n0 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
+Depends: libsingular4m3n0t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Multi-Arch: same
 Replaces: singular (<< 4), libsingular (<< 4), libsingular-3-0-4-3
 Breaks: singular (<< 4), libsingular (<< 4), libsingular-3-0-4-3
@@ -113,7 +116,7 @@
 
 Package: singular-ui
 Architecture: any
-Depends: libsingular4m3n0 (= ${binary:Version}), singular-data (= 
${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsingular4m3n0t64 (= ${binary:Version}), singular-data (= 
${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: singular-modules (= ${binary:Version})
 Suggests: singular-doc (= ${source:Version})
 Multi-Arch: foreign
diff -Nru singular-4.3.2-p10+ds/debian/libsingular4m3n0.install 
singular-4.3.2-p10+ds/debian/libsingular4m3n0.install
--- singular-4.3.2-p10+ds/debian/libsingular4m3n0.install   2022-07-30 
14:57:55.0 +
+++ singular-4.3.2-p10+ds/debian/libsingular4m3n0.install   1970-01-01 
00:00:00.0 +
@@ -1,6 +0,0 @@
-usr/lib/*/libsingular-factory-*.so
-##usr/lib/*/libsingular-gfan-*.so
-usr/lib/*/libsingular-omalloc-*.so
-usr/lib/*/libsingular-polys-*.so
-usr/lib/*/libsingular-resources-*.so
-usr/lib/*/libsingular-Singular-*.so
diff -Nru singular-4.3.2-p10+ds/debian/libsingular4m3n0.lintian-overrides 
singular-4.3.2-p10+ds/debian/libsingular4m3n0.lintian-overrides
--- singular-4.3.2-p10+ds/debian/libsingular4m3n0.lintian-overrides 
2022-09-10 17:55:18.0 +
+++ singular-4.3.2-p10+ds/debian/libsingular4m3n0.lintian-overrides 
1970-01-01 00:00:00.0 +
@@ -1,15 +0,0 @@
-# the upstream source contains C++ code, and has no clearly defined and 
versioned ABI
-libsingular4m3n0: package-name-doesnt-match-sonames
-
-# An isolated mathematically impossible computation in factory/NTLconvert.cc
-# is managed with exit(3); this sounds as a clumsy DEBUG policy rather than a
-# design issue, but still an issue that has to be fixed by the upstream team
-# itself.
-# Singular comes with its own memory library omalloc that hooks `out of memory'
-# events (OM_OUT_OF_MEMORY_HOOK in omalloc/omAllocSystem.c) before to implement
-# an unreachable exit(3); this looks as a clumsy emergency exit policy rather
-# than a design issue that may be revisited only to please lintian.
-libsingular4m3n0: exit-in-shared-library
-
-# the upstream source contains C++ code, and has no clearly defined and 
versioned ABI
-

Bug#1062898: simgrid: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: simgrid
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 simgrid-3.35/debian/changelog simgrid-3.35/debian/changelog
--- simgrid-3.35/debian/changelog   2023-11-26 22:38:10.0 +
+++ simgrid-3.35/debian/changelog   2024-02-29 15:56:19.0 +
@@ -1,3 +1,10 @@
+simgrid (3.35-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062898
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:56:19 +
+
 simgrid (3.35-1) unstable; urgency=medium
 
   * New upstream release: "Thanks Giving up stateful model-checking"
diff -Nru simgrid-3.35/debian/control simgrid-3.35/debian/control
--- simgrid-3.35/debian/control 2023-11-26 22:38:10.0 +
+++ simgrid-3.35/debian/control 2024-02-29 15:56:19.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Martin Quinson 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  dh-python,
  cmake,
@@ -32,13 +32,14 @@
 Vcs-Git: https://salsa.debian.org/debian/simgrid.git
 Vcs-Browser: https://salsa.debian.org/debian/simgrid
 
-Package: libsimgrid3.35
+Package: libsimgrid3.35t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: simgrid (<< 3.11)
-Replaces: simgrid (<< 3.11)
+Breaks: libsimgrid3.35 (<< ${source:Version}), simgrid (<< 3.11)
+Replaces: libsimgrid3.35, simgrid (<< 3.11)
 Description: Toolkit for scalable simulation of distributed applications
  SimGrid is a toolkit that provides core functionalities for the simulation of
  distributed applications in heterogeneous distributed environments. SimGrid
@@ -73,7 +74,7 @@
 Package: python3-simgrid
 Architecture: any
 Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, 
libsimgrid3.35 (>= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, 
libsimgrid3.35t64 (>= ${source:Version})
 Provides: ${python3:Provides}
 #Versions: ${python3:Versions}
 #Recommends: simgrid-doc (>= ${source:Version})
@@ -95,7 +96,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, 
${python3:Depends},
-  libsimgrid3.35 (= ${binary:Version}),
+  libsimgrid3.35t64 (= ${binary:Version}),
   libboost-dev,
 Recommends: gcc, make,
 # simgrid-doc (>= ${source:Version})
diff -Nru simgrid-3.35/debian/libsimgrid3.35.install 
simgrid-3.35/debian/libsimgrid3.35.install
--- simgrid-3.35/debian/libsimgrid3.35.install  2023-11-26 22:38:10.0 
+
+++ simgrid-3.35/debian/libsimgrid3.35.install  1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/libsimgrid.so.3.35
-usr/lib/*/libsthread.so.3.35
diff -Nru simgrid-3.35/debian/libsimgrid3.35t64.install 
simgrid-3.35/debian/libsimgrid3.35t64.install
--- simgrid-3.35/debian/libsimgrid3.35t64.install   1970-01-01 
00:00:00.0 +
+++ simgrid-3.35/debian/libsimgrid3.35t64.install   2023-11-26 
22:38:10.0 +
@@ -0,0 +1,2 @@
+usr/lib/*/libsimgrid.so.3.35
+usr/lib/*/libsthread.so.3.35
diff -Nru simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides 
simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides
--- simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides 2024-02-29 
15:56:07.0 +
@@ -0,0 +1 @@
+libsimgrid3.35t64: package-name-doesnt-match-sonames libsimgrid3.35


Bug#1062896: shishi: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: shishi
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 shishi-1.0.3/debian/changelog shishi-1.0.3/debian/changelog
--- shishi-1.0.3/debian/changelog   2024-01-30 16:09:13.0 +
+++ shishi-1.0.3/debian/changelog   2024-02-29 15:52:14.0 +
@@ -1,3 +1,10 @@
+shishi (1.0.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062896
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:52:14 +
+
 shishi (1.0.3-2) unstable; urgency=medium
 
   [ Simon Josefsson ]
diff -Nru shishi-1.0.3/debian/control shishi-1.0.3/debian/control
--- shishi-1.0.3/debian/control 2024-01-30 15:57:25.0 +
+++ shishi-1.0.3/debian/control 2024-02-29 15:52:14.0 +
@@ -5,7 +5,7 @@
 Uploaders:
  Simon Josefsson ,
  Russ Allbery ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libgcrypt-dev,
  libgnutls28-dev,
@@ -25,7 +25,10 @@
 Homepage: https://www.gnu.org/software/shishi/
 Rules-Requires-Root: no
 
-Package: libshishi0
+Package: libshishi0t64
+Provides: ${t64:Provides}
+Replaces: libshishi0
+Breaks: libshishi0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -63,7 +66,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libshisa0 (= ${binary:Version}),
+ libshisa0t64 (= ${binary:Version}),
  libshishi-dev (= ${binary:Version}),
  ${misc:Depends},
 Description: Development files for the Shishi Kerberos v5 KDC database library
@@ -73,7 +76,10 @@
  This package contain all files necessary for developing programs with
  Shishi KDC database support.
 
-Package: libshisa0
+Package: libshisa0t64
+Provides: ${t64:Provides}
+Replaces: libshisa0
+Breaks: libshisa0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -99,7 +105,7 @@
 Depends:
  libgnutls28-dev,
  libidn-dev,
- libshishi0 (= ${binary:Version}),
+ libshishi0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: Development files for the Shishi Kerberos v5 library
  Shishi is an implementation of the kerberos v5 network authentication
diff -Nru shishi-1.0.3/debian/libshisa0.dirs shishi-1.0.3/debian/libshisa0.dirs
--- shishi-1.0.3/debian/libshisa0.dirs  2022-08-07 02:17:31.0 +
+++ shishi-1.0.3/debian/libshisa0.dirs  1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-/var/lib/shishi
diff -Nru shishi-1.0.3/debian/libshisa0.install 
shishi-1.0.3/debian/libshisa0.install
--- shishi-1.0.3/debian/libshisa0.install   2022-08-07 02:17:31.0 
+
+++ shishi-1.0.3/debian/libshisa0.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libshisa.so.*
diff -Nru shishi-1.0.3/debian/libshisa0.symbols 
shishi-1.0.3/debian/libshisa0.symbols
--- shishi-1.0.3/debian/libshisa0.symbols   2022-08-07 02:17:31.0 
+
+++ shishi-1.0.3/debian/libshisa0.symbols   1970-01-01 00:00:00.0 
+
@@ -1,37 +0,0 @@
-libshisa.so.0 libshisa0 #MINVER#
-* Build-Depends-Package: libshisa-dev
- SHISA_0.0@SHISA_0.0 0.0.39
- shisa@SHISA_0.0 0.0.39
- shisa_cfg@SHISA_0.0 0.0.39
- shisa_cfg_db@SHISA_0.0 0.0.39
- shisa_cfg_default_systemfile@SHISA_0.0 0.0.39
- shisa_cfg_from_file@SHISA_0.0 0.0.39
- shisa_done@SHISA_0.0 0.0.39
- shisa_enumerate_principals@SHISA_0.0 0.0.39
- shisa_enumerate_realms@SHISA_0.0 0.0.39
- shisa_file_done@SHISA_0.0 0.0.39
- shisa_file_enumerate_principals@SHISA_0.0 0.0.39
- shisa_file_enumerate_realms@SHISA_0.0 0.0.39
- shisa_file_init@SHISA_0.0 0.0.39
- shisa_file_key_add@SHISA_0.0 0.0.39
- shisa_file_key_remove@SHISA_0.0 0.0.39
- shisa_file_key_update@SHISA_0.0 0.0.39
- shisa_file_keys_find@SHISA_0.0 0.0.39
- shisa_file_principal_add@SHISA_0.0 0.0.39
- shisa_file_principal_find@SHISA_0.0 0.0.39
- shisa_file_principal_remove@SHISA_0.0 0.0.39
- shisa_file_principal_update@SHISA_0.0 0.0.39
- shisa_info@SHISA_0.0 0.0.39
- shisa_init@SHISA_0.0 0.0.39
- shisa_init_with_paths@SHISA_0.0 0.0.39
- shisa_key_add@SHISA_0.0 0.0.39
- shisa_key_free@SHISA_0.0 0.0.39
- shisa_key_remove@SHISA_0.0 0.0.39
- shisa_key_update@SHISA_0.0 0.0.39
- shisa_keys_find@SHISA_0.0 0.0.39
- shisa_keys_free@SHISA_0.0 0.0.39
- shisa_principal_add@SHISA_0.0 0.0.39
- shisa_principal_find@SHISA_0.0 0.0.39
- shisa_principal_remove@SHISA_0.0 0.0.39
- shisa_principal_update@S

Bug#1062897: silo-llnl: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: silo-llnl
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 silo-llnl-4.11/debian/changelog silo-llnl-4.11/debian/changelog
--- silo-llnl-4.11/debian/changelog 2022-09-03 14:09:57.0 +
+++ silo-llnl-4.11/debian/changelog 2024-02-29 15:53:54.0 +
@@ -1,3 +1,10 @@
+silo-llnl (4.11-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062897
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:53:54 +
+
 silo-llnl (4.11-3) unstable; urgency=medium
 
   * Fix for FTBFS with g++12. Closes: #1017240
diff -Nru silo-llnl-4.11/debian/control silo-llnl-4.11/debian/control
--- silo-llnl-4.11/debian/control   2022-09-03 14:09:57.0 +
+++ silo-llnl-4.11/debian/control   2024-02-29 15:53:53.0 +
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Alastair McKinstry 
-Build-Depends: debhelper-compat (= 13), 
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), 
   dh-sequence-python3,
   libreadline-dev, 
   libhdf5-mpi-dev | libhdf5-dev, 
@@ -26,7 +26,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}, libsiloh5-0 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libsiloh5-0t64 (= 
${binary:Version})
 Description: Development files for SILO Scientific I/O library from LLNL
  Silo is a library for reading and writing a wide variety of scientific data 
to 
  binary, disk files. The files Silo produces and the data within them can be 
@@ -53,7 +53,10 @@
  which are the HDF5 (Hierarchical Data Format 5) and PDB (Portable Data Base) 
  drivers. 
 
-Package: libsiloh5-0
+Package: libsiloh5-0t64
+Provides: ${t64:Provides}
+Replaces: libsiloh5-0
+Breaks: libsiloh5-0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -77,7 +80,7 @@
 Package: libsilo-bin
 Architecture: any
 Multi-Arch: foreign
-Depends: libsiloh5-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libsiloh5-0t64 (= ${binary:Version}), ${misc:Depends}, 
${shlibs:Depends}
 Description: Utilities to manipulate libsilo files
  This package contains a number of utilities for manipulating and viewing
  Silo files. Silo is a scientific data format library.
@@ -98,7 +101,7 @@
 Architecture: any
 Multi-Arch: same
 X-Python-Version: all
-Depends: python3, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, 
libsiloh5-0 (=${binary:Version})
+Depends: python3, ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, 
libsiloh5-0t64 (=${binary:Version})
 Provides: ${python3:Provides}
 Description: Python3 interface to the SILO Scientific I/O library
  This is a Python3 interface to SILO, a scientific I/O library.
diff -Nru silo-llnl-4.11/debian/libsiloh5-0.docs 
silo-llnl-4.11/debian/libsiloh5-0.docs
--- silo-llnl-4.11/debian/libsiloh5-0.docs  2022-09-03 14:09:57.0 
+
+++ silo-llnl-4.11/debian/libsiloh5-0.docs  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-COPYRIGHT
diff -Nru silo-llnl-4.11/debian/libsiloh5-0.install 
silo-llnl-4.11/debian/libsiloh5-0.install
--- silo-llnl-4.11/debian/libsiloh5-0.install   2022-09-03 14:09:57.0 
+
+++ silo-llnl-4.11/debian/libsiloh5-0.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-lib/*/libsiloh5.so.*   /usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru silo-llnl-4.11/debian/libsiloh5-0t64.docs 
silo-llnl-4.11/debian/libsiloh5-0t64.docs
--- silo-llnl-4.11/debian/libsiloh5-0t64.docs   1970-01-01 00:00:00.0 
+
+++ silo-llnl-4.11/debian/libsiloh5-0t64.docs   2022-09-03 14:09:57.0 
+
@@ -0,0 +1 @@
+COPYRIGHT
diff -Nru silo-llnl-4.11/debian/libsiloh5-0t64.install 
silo-llnl-4.11/debian/libsiloh5-0t64.install
--- silo-llnl-4.11/debian/libsiloh5-0t64.install1970-01-01 
00:00:00.0 +
+++ silo-llnl-4.11/debian/libsiloh5-0t64.install2022-09-03 
14:09:57.0 +
@@ -0,0 +1 @@
+lib/*/libsiloh5.so.*   /usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru silo-llnl-4.11/debian/libsiloh5-0t64.lintian-overrides 
silo-llnl-4.11/debian/libsiloh5-0t64.lintian-overrides
--- silo-llnl-4.11/debian/libsiloh5-0t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ silo-llnl-4.11/debian/libsiloh5-0t64.lintian-

Bug#1062895: shibboleth-sp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: shibboleth-sp
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 shibboleth-sp-3.4.1+dfsg/debian/changelog 
shibboleth-sp-3.4.1+dfsg/debian/changelog
--- shibboleth-sp-3.4.1+dfsg/debian/changelog   2023-01-30 07:04:53.0 
+
+++ shibboleth-sp-3.4.1+dfsg/debian/changelog   2024-02-29 15:49:16.0 
+
@@ -1,3 +1,10 @@
+shibboleth-sp (3.4.1+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062895
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:49:16 +
+
 shibboleth-sp (3.4.1+dfsg-2) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru shibboleth-sp-3.4.1+dfsg/debian/control 
shibboleth-sp-3.4.1+dfsg/debian/control
--- shibboleth-sp-3.4.1+dfsg/debian/control 2023-01-22 13:20:06.0 
+
+++ shibboleth-sp-3.4.1+dfsg/debian/control 2024-02-29 15:49:16.0 
+
@@ -5,7 +5,7 @@
 Uploaders:
  Ferenc Wágner ,
  Etienne Dysli Metref ,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  apache2-dev,
  cxxtest,
  debhelper-compat (= 13),
@@ -56,7 +56,10 @@
  (web servers providing resources protected by Shibboleth) and the
  supporting shibd daemon.
 
-Package: libshibsp11
+Package: libshibsp11t64
+Provides: ${t64:Provides}
+Replaces: libshibsp11
+Breaks: libshibsp11 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -90,7 +93,7 @@
 Multi-Arch: same
 Depends:
  libsaml-dev (>= 3.2~),
- libshibsp11 (= ${binary:Version}),
+ libshibsp11t64 (= ${binary:Version}),
  libxerces-c-dev,
  libxmltooling-dev (>= 3.2~),
  ${misc:Depends},
diff -Nru shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.install 
shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.install
--- shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.install 2023-01-22 
13:20:06.0 +
+++ shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.install 1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libshibsp.so.*
-usr/lib/*/libshibsp-lite.so.*
diff -Nru shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.lintian-overrides 
shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.lintian-overrides
--- shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.lintian-overrides   
2023-01-22 13:20:06.0 +
+++ shibboleth-sp-3.4.1+dfsg/debian/libshibsp11.lintian-overrides   
1970-01-01 00:00:00.0 +
@@ -1,5 +0,0 @@
-# See https://wiki.debian.org/UsingSymbolsFiles and follow to
-# https://www.eyrie.org/~eagle/journal/2012-02/001.html.
-# In short: symbols files are not worth providing for Shibboleth.
-no-symbols-control-file usr/lib/*/libshibsp.so.*
-no-symbols-control-file usr/lib/*/libshibsp-lite.so.*
diff -Nru shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.install 
shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.install
--- shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.install  1970-01-01 
00:00:00.0 +
+++ shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.install  2023-01-22 
13:20:06.0 +
@@ -0,0 +1,2 @@
+usr/lib/*/libshibsp.so.*
+usr/lib/*/libshibsp-lite.so.*
diff -Nru shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.lintian-overrides 
shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.lintian-overrides
--- shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ shibboleth-sp-3.4.1+dfsg/debian/libshibsp11t64.lintian-overrides
2024-02-29 15:49:08.0 +
@@ -0,0 +1,6 @@
+# See https://wiki.debian.org/UsingSymbolsFiles and follow to
+# https://www.eyrie.org/~eagle/journal/2012-02/001.html.
+# In short: symbols files are not worth providing for Shibboleth.
+no-symbols-control-file usr/lib/*/libshibsp.so.*
+no-symbols-control-file usr/lib/*/libshibsp-lite.so.*
+libshibsp11t64: package-name-doesnt-match-sonames libshibsp11


Bug#1062891: seqtools: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: seqtools
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 seqtools-4.44.1+dfsg/debian/changelog 
seqtools-4.44.1+dfsg/debian/changelog
--- seqtools-4.44.1+dfsg/debian/changelog   2021-11-17 07:47:38.0 
+
+++ seqtools-4.44.1+dfsg/debian/changelog   2024-02-29 15:46:53.0 
+
@@ -1,3 +1,10 @@
+seqtools (4.44.1+dfsg-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062891
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:46:53 +
+
 seqtools (4.44.1+dfsg-7) unstable; urgency=medium
 
   * Versioned Build-Depends: d-shlibs (>= 0.80)
diff -Nru seqtools-4.44.1+dfsg/debian/control 
seqtools-4.44.1+dfsg/debian/control
--- seqtools-4.44.1+dfsg/debian/control 2021-11-17 07:47:38.0 +
+++ seqtools-4.44.1+dfsg/debian/control 2024-02-29 15:46:53.0 +
@@ -3,19 +3,22 @@
 Uploaders: Andreas Tille 
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libgtk2.0-dev,
libsqlite3-dev,
libcurl4-openssl-dev | libcurl4-dev,
libjsoncpp-dev,
-   d-shlibs
+   d-shlibs (>= 0.106),
 Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/seqtools
 Vcs-Git: https://salsa.debian.org/med-team/seqtools.git
 Homepage: https://www.sanger.ac.uk/science/tools/seqtools
 Rules-Requires-Root: no
 
-Package: libgbtools0
+Package: libgbtools0t64
+Provides: ${t64:Provides}
+Replaces: libgbtools0
+Conflicts: libgbtools0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -31,7 +34,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libgbtools0 (= ${binary:Version}),
+Depends: libgbtools0t64 (= ${binary:Version}),
  ${devlibs:Depends},
  ${misc:Depends}
 Description: library for visualising sequence alignments (devel)
diff -Nru seqtools-4.44.1+dfsg/debian/libgbtools0t64.lintian-overrides 
seqtools-4.44.1+dfsg/debian/libgbtools0t64.lintian-overrides
--- seqtools-4.44.1+dfsg/debian/libgbtools0t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ seqtools-4.44.1+dfsg/debian/libgbtools0t64.lintian-overrides
2024-02-29 15:46:12.0 +
@@ -0,0 +1 @@
+libgbtools0t64: package-name-doesnt-match-sonames libgbtools0
diff -Nru seqtools-4.44.1+dfsg/debian/rules seqtools-4.44.1+dfsg/debian/rules
--- seqtools-4.44.1+dfsg/debian/rules   2021-11-17 07:47:38.0 +
+++ seqtools-4.44.1+dfsg/debian/rules   2024-02-29 15:46:51.0 +
@@ -11,6 +11,7 @@
 override_dh_install:
dh_install
d-shlibmove --commit \
+   --t64 \
--multiarch \
--devunversioned \
--exclude-la \


Bug#1062894: shapetools: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: shapetools
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 shapetools-1.4pl6/debian/changelog shapetools-1.4pl6/debian/changelog
--- shapetools-1.4pl6/debian/changelog  2023-08-23 14:03:32.0 +
+++ shapetools-1.4pl6/debian/changelog  2024-02-29 15:48:26.0 +
@@ -1,3 +1,10 @@
+shapetools (1.4pl6-16.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062894
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:48:26 +
+
 shapetools (1.4pl6-16) unstable; urgency=medium
 
   * Upgrade to 3.0 source format. Closes: #1007676.
diff -Nru shapetools-1.4pl6/debian/control shapetools-1.4pl6/debian/control
--- shapetools-1.4pl6/debian/control2023-08-23 14:03:32.0 +
+++ shapetools-1.4pl6/debian/control2024-02-29 15:48:26.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Matthias Klose 
 Standards-Version: 4.6.2
-Build-Depends: debhelper (>= 11)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11)
 
 Package: shapetools
 Section: devel
@@ -37,7 +37,10 @@
  a software configuration management system.
 Homepage: http://swt.cs.tu-berlin.de/~shape/index.html
 
-Package: libatfs1
+Package: libatfs1t64
+Provides: ${t64:Provides}
+Replaces: libatfs1
+Breaks: libatfs1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru shapetools-1.4pl6/debian/libatfs1t64.lintian-overrides 
shapetools-1.4pl6/debian/libatfs1t64.lintian-overrides
--- shapetools-1.4pl6/debian/libatfs1t64.lintian-overrides  1970-01-01 
00:00:00.0 +
+++ shapetools-1.4pl6/debian/libatfs1t64.lintian-overrides  2024-02-29 
15:48:01.0 +
@@ -0,0 +1 @@
+libatfs1t64: package-name-doesnt-match-sonames libatfs1
diff -Nru shapetools-1.4pl6/debian/rules shapetools-1.4pl6/debian/rules
--- shapetools-1.4pl6/debian/rules  2023-08-23 14:03:32.0 +
+++ shapetools-1.4pl6/debian/rules  2024-02-29 15:48:24.0 +
@@ -10,7 +10,7 @@
 export SHELL   = /bin/bash
 
 p_shape= shapetools
-p_atfslib  = libatfs1
+p_atfslib  = libatfs1t64
 p_atfs = atfs
 p_atfsdev  = atfs-dev
 


Bug#1062890: secsipidx: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: secsipidx
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 secsipidx-1.3.2/debian/changelog secsipidx-1.3.2/debian/changelog
--- secsipidx-1.3.2/debian/changelog2024-01-19 09:29:50.0 +
+++ secsipidx-1.3.2/debian/changelog2024-02-29 15:45:37.0 +
@@ -1,3 +1,10 @@
+secsipidx (1.3.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062890
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:45:37 +
+
 secsipidx (1.3.2-2) unstable; urgency=medium
 
   * fix build on armel, armhf and i386
diff -Nru secsipidx-1.3.2/debian/control secsipidx-1.3.2/debian/control
--- secsipidx-1.3.2/debian/control  2024-01-19 09:29:50.0 +
+++ secsipidx-1.3.2/debian/control  2024-02-29 15:45:37.0 +
@@ -6,7 +6,7 @@
 Section: devel
 Testsuite: autopkgtest-pkg-go
 Priority: optional
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  dh-golang,
  golang-any,
@@ -41,7 +41,10 @@
  This package contains CLI tool and HTTP API server for checking or
  Building SIP identitysecsipidx
 
-Package: libsecsipid1
+Package: libsecsipid1t64
+Provides: ${t64:Provides}
+Replaces: libsecsipid1
+Breaks: libsecsipid1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Pre-Depends:
@@ -63,7 +66,7 @@
 Architecture: any
 Section: libdevel
 Depends:
- libsecsipid1 (= ${binary:Version}),
+ libsecsipid1t64 (= ${binary:Version}),
  ${misc:Depends},
 Built-Using:
  ${misc:Built-Using},
diff -Nru secsipidx-1.3.2/debian/libsecsipid1.install 
secsipidx-1.3.2/debian/libsecsipid1.install
--- secsipidx-1.3.2/debian/libsecsipid1.install 2024-01-19 09:29:50.0 
+
+++ secsipidx-1.3.2/debian/libsecsipid1.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru secsipidx-1.3.2/debian/libsecsipid1.symbols 
secsipidx-1.3.2/debian/libsecsipid1.symbols
--- secsipidx-1.3.2/debian/libsecsipid1.symbols 2024-01-19 09:29:50.0 
+
+++ secsipidx-1.3.2/debian/libsecsipid1.symbols 1970-01-01 00:00:00.0 
+
@@ -1,19 +0,0 @@
-libsecsipid.so.1 libsecsipid1 #MINVER#
-* Build-Depends-Package: libsecsipid-dev
- (optional)crosscall2@Base 1.0.0~git20210108.dd56bc8f3ad
- (optional)crosscall_amd64@Base 1.0.0~git20210108.dd56bc8f3ad
- (optional)fatalf@Base 1.0.0~git20210108.dd56bc8f3ad
- (optional|regex)_cgo_.*@Base 1.0.0~git20210108.dd56bc8f3ad
- (optional|regex)_cgoexp_.*@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDCheck@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDCheckFull@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDCheckFullPubKey@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDGetIdentity@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDGetIdentityPrvKey@Base 1.1.1~git20210415.e751d37
- SecSIPIDGetURLContent@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDOptSetN@Base 1.1.1~git20210415.e751d37
- SecSIPIDOptSetS@Base 1.1.1~git20210415.e751d37
- SecSIPIDOptSetV@Base 1.1.1~git20210415.e751d37
- SecSIPIDSetFileCacheOptions@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDSignJSONHP@Base 1.0.0~git20210108.dd56bc8f3ad
- SecSIPIDSignJSONHPPrvKey@Base 1.3.1
\ No newline at end of file
diff -Nru secsipidx-1.3.2/debian/libsecsipid1t64.install 
secsipidx-1.3.2/debian/libsecsipid1t64.install
--- secsipidx-1.3.2/debian/libsecsipid1t64.install  1970-01-01 
00:00:00.0 +
+++ secsipidx-1.3.2/debian/libsecsipid1t64.install  2024-01-19 
09:29:50.0 +
@@ -0,0 +1 @@
+usr/lib/*.so.* usr/lib/${DEB_HOST_MULTIARCH}/
diff -Nru secsipidx-1.3.2/debian/libsecsipid1t64.lintian-overrides 
secsipidx-1.3.2/debian/libsecsipid1t64.lintian-overrides
--- secsipidx-1.3.2/debian/libsecsipid1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ secsipidx-1.3.2/debian/libsecsipid1t64.lintian-overrides2024-02-29 
15:45:32.0 +
@@ -0,0 +1 @@
+libsecsipid1t64: package-name-doesnt-match-sonames libsecsipid1
diff -Nru secsipidx-1.3.2/debian/libsecsipid1t64.symbols 
secsipidx-1.3.2/debian/libsecsipid1t64.symbols
--- secsipidx-1.3.2/debian/libsecsipid1t64.symbols  1970-01-01 
00:00:00.0 +
+++ secsipidx-1.3.2/debian/libsecsipid1t64.symbols  2024-02-29 
15:45:32.0 +
@@ -0,0 +1,19 @@
+libsecsipid.so.1 libsecsipid1t64 #MINVER#
+* Buil

Bug#1062888: seafile: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: seafile
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 seafile-9.0.4/debian/changelog seafile-9.0.4/debian/changelog
--- seafile-9.0.4/debian/changelog  2024-01-31 10:05:06.0 +
+++ seafile-9.0.4/debian/changelog  2024-02-29 15:44:58.0 +
@@ -1,3 +1,10 @@
+seafile (9.0.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062888
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:44:58 +
+
 seafile (9.0.4-1) unstable; urgency=medium
 
   * New upstream version 9.0.4
diff -Nru seafile-9.0.4/debian/control seafile-9.0.4/debian/control
--- seafile-9.0.4/debian/control2024-01-31 10:05:06.0 +
+++ seafile-9.0.4/debian/control2024-02-29 15:44:58.0 +
@@ -3,7 +3,7 @@
 Uploaders: Christoph Martin , Moritz Schlarb 

 Section: net
 Priority: optional
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  dh-python,
  dh-sequence-python3,
@@ -62,7 +62,10 @@
  .
  This package contains the client CLI for Seafile.
 
-Package: libseafile0
+Package: libseafile0t64
+Provides: ${t64:Provides}
+Replaces: libseafile0
+Breaks: libseafile0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -85,7 +88,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
- libseafile0 (= ${binary:Version}),
+ libseafile0t64 (= ${binary:Version}),
 Description: Development files for the Seafile Client
  Seafile is a file syncing and sharing software with file encryption
  and group sharing, emphasis on reliability and high performance.
diff -Nru seafile-9.0.4/debian/libseafile0.install 
seafile-9.0.4/debian/libseafile0.install
--- seafile-9.0.4/debian/libseafile0.install2020-11-11 10:24:01.0 
+
+++ seafile-9.0.4/debian/libseafile0.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru seafile-9.0.4/debian/libseafile0.lintian-overrides 
seafile-9.0.4/debian/libseafile0.lintian-overrides
--- seafile-9.0.4/debian/libseafile0.lintian-overrides  2022-12-30 
09:26:11.0 +
+++ seafile-9.0.4/debian/libseafile0.lintian-overrides  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-library-not-linked-against-libc [usr/lib/*/libseafile.so.0.0.0]
diff -Nru seafile-9.0.4/debian/libseafile0.symbols 
seafile-9.0.4/debian/libseafile0.symbols
--- seafile-9.0.4/debian/libseafile0.symbols2020-11-11 10:24:01.0 
+
+++ seafile-9.0.4/debian/libseafile0.symbols1970-01-01 00:00:00.0 
+
@@ -1,178 +0,0 @@
-libseafile.so.0 libseafile0 #MINVER#
-* Build-Depends-Package: libseafile-dev
- seafile_calc_dir_size@Base 6.0.2
- seafile_clone_task_construct@Base 6.0.2
- seafile_clone_task_get_error@Base 7.0.4
- seafile_clone_task_get_repo_id@Base 6.0.2
- seafile_clone_task_get_repo_name@Base 6.0.2
- seafile_clone_task_get_state@Base 6.0.2
- seafile_clone_task_get_type@Base 6.0.2
- seafile_clone_task_get_worktree@Base 6.0.2
- seafile_clone_task_new@Base 6.0.2
- seafile_clone_task_set_error@Base 7.0.4
- seafile_clone_task_set_repo_id@Base 6.0.2
- seafile_clone_task_set_repo_name@Base 6.0.2
- seafile_clone_task_set_state@Base 6.0.2
- seafile_clone_task_set_worktree@Base 6.0.2
- seafile_destroy_repo@Base 6.0.2
- seafile_diff_entry_construct@Base 6.0.2
- seafile_diff_entry_get_name@Base 6.0.2
- seafile_diff_entry_get_new_name@Base 6.0.2
- seafile_diff_entry_get_status@Base 6.0.2
- seafile_diff_entry_get_type@Base 6.0.2
- seafile_diff_entry_new@Base 6.0.2
- seafile_diff_entry_set_name@Base 6.0.2
- seafile_diff_entry_set_new_name@Base 6.0.2
- seafile_diff_entry_set_status@Base 6.0.2
- seafile_encryption_info_construct@Base 6.0.2
- seafile_encryption_info_get_enc_version@Base 6.0.2
- seafile_encryption_info_get_magic@Base 6.0.2
- seafile_encryption_info_get_passwd@Base 6.0.2
- seafile_encryption_info_get_random_key@Base 6.0.2
- seafile_encryption_info_get_repo_id@Base 6.0.2
- seafile_encryption_info_get_salt@Base 7.0.2
- seafile_encryption_info_get_type@Base 6.0.2
- seafile_encryption_info_new@Base 6.0.2
- seafile_encryption_info_set_enc_version@Base 6.0.2
- seafile_encryption_info_set_magic@Base 6.0.2
- seafile_encryption_info_set_passwd@Base 6.0.2
- seafile_encryption_info_set_random_key@B

Bug#1062887: scitokens-cpp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: scitokens-cpp
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 scitokens-cpp-1.1.0/debian/changelog 
scitokens-cpp-1.1.0/debian/changelog
--- scitokens-cpp-1.1.0/debian/changelog2023-11-10 13:35:19.0 
+
+++ scitokens-cpp-1.1.0/debian/changelog2024-02-29 15:44:22.0 
+
@@ -1,3 +1,10 @@
+scitokens-cpp (1.1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062887
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:44:22 +
+
 scitokens-cpp (1.1.0-1) unstable; urgency=medium
 
   * Update to version 1.1.0
diff -Nru scitokens-cpp-1.1.0/debian/control scitokens-cpp-1.1.0/debian/control
--- scitokens-cpp-1.1.0/debian/control  2023-11-10 13:28:12.0 +
+++ scitokens-cpp-1.1.0/debian/control  2024-02-29 15:44:22.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Standards-Version: 4.6.2
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  cmake,
  pkg-config,
@@ -16,7 +16,10 @@
 Vcs-Browser: https://salsa.debian.org/ellert/scitokens-cpp
 Vcs-Git: https://salsa.debian.org/ellert/scitokens-cpp.git
 
-Package: libscitokens0
+Package: libscitokens0t64
+Provides: ${t64:Provides}
+Replaces: libscitokens0
+Breaks: libscitokens0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -40,7 +43,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends:
- libscitokens0 (= ${binary:Version}),
+ libscitokens0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: Development files for scitokens-cpp
  Development files (header files) for scitokens-cpp.
@@ -49,7 +52,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends:
- libscitokens0 (= ${binary:Version}),
+ libscitokens0t64 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Description: Binaries for scitokens-cpp
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0.docs 
scitokens-cpp-1.1.0/debian/libscitokens0.docs
--- scitokens-cpp-1.1.0/debian/libscitokens0.docs   2020-12-20 
00:01:28.0 +
+++ scitokens-cpp-1.1.0/debian/libscitokens0.docs   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-README.md
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0.install 
scitokens-cpp-1.1.0/debian/libscitokens0.install
--- scitokens-cpp-1.1.0/debian/libscitokens0.install2020-12-20 
00:01:28.0 +
+++ scitokens-cpp-1.1.0/debian/libscitokens0.install1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libSciTokens.so.*
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.docs 
scitokens-cpp-1.1.0/debian/libscitokens0t64.docs
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.docs1970-01-01 
00:00:00.0 +
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.docs2020-12-20 
00:01:28.0 +
@@ -0,0 +1 @@
+README.md
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.install 
scitokens-cpp-1.1.0/debian/libscitokens0t64.install
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.install 1970-01-01 
00:00:00.0 +
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.install 2020-12-20 
00:01:28.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libSciTokens.so.*
diff -Nru scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides 
scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides
--- scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides   
1970-01-01 00:00:00.0 +
+++ scitokens-cpp-1.1.0/debian/libscitokens0t64.lintian-overrides   
2024-02-29 15:44:18.0 +
@@ -0,0 +1 @@
+libscitokens0t64: package-name-doesnt-match-sonames libscitokens0


Bug#1062878: saclib: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: saclib
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 saclib-2.2.8/debian/changelog saclib-2.2.8/debian/changelog
--- saclib-2.2.8/debian/changelog   2022-08-03 13:35:39.0 +
+++ saclib-2.2.8/debian/changelog   2024-02-29 15:40:28.0 +
@@ -1,3 +1,10 @@
+saclib (2.2.8-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062878
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:40:28 +
+
 saclib (2.2.8-6) unstable; urgency=medium
 
   * debian/copyright
diff -Nru saclib-2.2.8/debian/control saclib-2.2.8/debian/control
--- saclib-2.2.8/debian/control 2022-08-03 13:24:26.0 +
+++ saclib-2.2.8/debian/control 2024-02-29 15:40:28.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Math Team 
 Uploaders: Doug Torrance 
-Build-Depends: debhelper-compat (= 13), texlive-latex-base
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), 
texlive-latex-base
 Standards-Version: 4.6.1
 Section: libs
 Homepage: https://www.usna.edu/Users/cs/wcbrown/qepcad/B/QEPCAD.html
@@ -10,7 +10,10 @@
 Vcs-Browser: https://salsa.debian.org/math-team/saclib
 Rules-Requires-Root: no
 
-Package: libsaclib0
+Package: libsaclib0t64
+Provides: ${t64:Provides}
+Replaces: libsaclib0
+Breaks: libsaclib0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -26,7 +29,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsaclib0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsaclib0t64 (= ${binary:Version}), ${misc:Depends}
 Description: library of C programs for computer algebra (development)
  SACLIB is a library of C programs for computer algebra derived from the
  SAC2 system.  It includes algorithms for list processing, arithmetic of
diff -Nru saclib-2.2.8/debian/libsaclib0.install 
saclib-2.2.8/debian/libsaclib0.install
--- saclib-2.2.8/debian/libsaclib0.install  2021-08-19 03:32:43.0 
+
+++ saclib-2.2.8/debian/libsaclib0.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-.libs/*.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru saclib-2.2.8/debian/libsaclib0.symbols 
saclib-2.2.8/debian/libsaclib0.symbols
--- saclib-2.2.8/debian/libsaclib0.symbols  2021-08-19 03:32:43.0 
+
+++ saclib-2.2.8/debian/libsaclib0.symbols  1970-01-01 00:00:00.0 
+
@@ -1, +0,0 @@
-libsaclib.so.0 libsaclib0 #MINVER#
-* Build-Depends-Package: libsaclib-dev
- AADV@Base 2.2.6
- ABS@Base 2.2.6
- ACLOCK@Base 2.2.6
- ADDTO@Base 2.2.6
- ADV2@Base 2.2.6
- ADV3@Base 2.2.6
- ADV4@Base 2.2.6
- ADV@Base 2.2.6
- AFCOMP@Base 2.2.6
- AFCR@Base 2.2.6
- AFDIF@Base 2.2.6
- AFDWRITE@Base 2.2.6
- AFFINT@Base 2.2.6
- AFFRN@Base 2.2.6
- AFGEN@Base 2.2.6
- AFICR@Base 2.2.6
- AFINV@Base 2.2.6
- AFNEG@Base 2.2.6
- AFPAFP@Base 2.2.6
- AFPAFQ@Base 2.2.6
- AFPCMV@Base 2.2.6
- AFPCR@Base 2.2.6
- AFPDIF@Base 2.2.6
- AFPDMV@Base 2.2.6
- AFPEMV@Base 2.2.6
- AFPEV@Base 2.2.6
- AFPFIP@Base 2.2.6
- AFPFRP@Base 2.2.6
- AFPHIIR@Base 2.2.6
- AFPHIP@Base 2.2.6
- AFPICR@Base 2.2.6
- AFPINT@Base 2.2.6
- AFPME@Base 2.2.6
- AFPMON@Base 2.2.6
- AFPNEG@Base 2.2.6
- AFPNIP@Base 2.2.6
- AFPNORM@Base 2.2.6
- AFPPR@Base 2.2.6
- AFPQR@Base 2.2.6
- AFPROD@Base 2.2.6
- AFPSIP@Base 2.2.6
- AFPSIR@Base 2.2.6
- AFPSUM@Base 2.2.6
- AFPWRITE@Base 2.2.6
- AFQ@Base 2.2.6
- AFSIGN@Base 2.2.6
- AFSUM@Base 2.2.6
- AFUPBRI@Base 2.2.6
- AFUPCSFB@Base 2.2.6
- AFUPFAC@Base 2.2.6
- AFUPFMRC@Base 2.2.6
- AFUPFRPT@Base 2.2.6
- AFUPGC1@Base 2.2.6
- AFUPGC@Base 2.2.6
- AFUPGS@Base 2.2.6
- AFUPHIBRI@Base 2.2.6
- AFUPIIR@Base 2.2.6
- AFUPIIWS@Base 2.2.6
- AFUPMPR@Base 2.2.6
- AFUPQR@Base 2.2.6
- AFUPRB@Base 2.2.6
- AFUPRICL@Base 2.2.6
- AFUPRICS@Base 2.2.6
- AFUPRII@Base 2.2.6
- AFUPRL@Base 2.2.6
- AFUPRLS@Base 2.2.6
- AFUPRRI@Base 2.2.6
- AFUPRRS@Base 2.2.6
- AFUPSF@Base 2.2.6
- AFUPSFBA@Base 2.2.6
- AFUPSFN@Base 2.2.6
- AFUPSIBRI@Base 2.2.6
- AFUPSR@Base 2.2.6
- AFUPVAR@Base 2.2.6
- AFUPWRITE@Base 2.2.6
- AFUSPSFB@Base 2.2.6
- AFWRITE@Base 2.2.6
- AGIBL@Base 2.2.6
- AGICOPY@Base 2.2.6
- AGIDP2@Base 2.2.6
- AGIGCD2@Base 2.2.6
- AGIGCDAE@Base 2.2.6
- AGIGCDW@Base 2.2.6
- AGIMD@Base 2.2.6
- AGIMP2@Base 2.2.6
- AGIMU@Base 2.2.6
- AGINC@Base 2.2.6
- AGINORM@Base 2.2.6
- AGIPROD@Base 2.2.6
- AG

Bug#1062886: sciplot: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sciplot
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 sciplot-1.36/debian/changelog sciplot-1.36/debian/changelog
--- sciplot-1.36/debian/changelog   2019-02-03 13:28:35.0 +
+++ sciplot-1.36/debian/changelog   2024-02-29 15:43:50.0 +
@@ -1,3 +1,10 @@
+sciplot (1.36-18.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062886
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:43:50 +
+
 sciplot (1.36-18) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru sciplot-1.36/debian/control sciplot-1.36/debian/control
--- sciplot-1.36/debian/control 2019-02-03 13:24:36.0 +
+++ sciplot-1.36/debian/control 2024-02-29 15:43:50.0 +
@@ -1,19 +1,21 @@
 Source: sciplot
 Priority: optional
 Maintainer: Barak A. Pearlmutter 
-Build-Depends: debhelper (>= 12),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 12),
libmotif-dev, libxmu-dev, xutils-dev
 Standards-Version: 4.3.0
 Section: science
 Vcs-Git: https://salsa.debian.org/debian/sciplot.git
 Vcs-Browser: https://salsa.debian.org/debian/sciplot
 
-Package: libsciplot1
+Package: libsciplot1t64
+Provides: ${t64:Provides}
+Breaks: libsciplot1 (<< ${source:Version})
 Section: libs
 Multi-Arch: same
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: sciplot, sciplot1
+Replaces: libsciplot1, sciplot, sciplot1
 Conflicts: sciplot, sciplot1
 Description: widget for scientific plotting
  The SciPlot Widget is a widget capable of plotting Cartesian or polar
@@ -34,7 +36,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: libsciplot1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsciplot1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Replaces: sciplot-dev
 Conflicts: sciplot, sciplot-dev
 Description: Development library and header files for SciPlot
@@ -45,7 +47,7 @@
 Package: sciplot-bin
 Section: graphics
 Architecture: any
-Depends: libsciplot1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsciplot1t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: Example programs for SciPlot
  This package contains two small programs that use the SciPlot
  library: sciplot-xyplot and sciplot-realtime.
diff -Nru sciplot-1.36/debian/libsciplot1.install 
sciplot-1.36/debian/libsciplot1.install
--- sciplot-1.36/debian/libsciplot1.install 2019-02-03 13:24:36.0 
+
+++ sciplot-1.36/debian/libsciplot1.install 1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libsciplot.so.*
diff -Nru sciplot-1.36/debian/libsciplot1t64.install 
sciplot-1.36/debian/libsciplot1t64.install
--- sciplot-1.36/debian/libsciplot1t64.install  1970-01-01 00:00:00.0 
+
+++ sciplot-1.36/debian/libsciplot1t64.install  2019-02-03 13:24:36.0 
+
@@ -0,0 +1 @@
+usr/lib/*/libsciplot.so.*
diff -Nru sciplot-1.36/debian/libsciplot1t64.lintian-overrides 
sciplot-1.36/debian/libsciplot1t64.lintian-overrides
--- sciplot-1.36/debian/libsciplot1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ sciplot-1.36/debian/libsciplot1t64.lintian-overrides2024-02-29 
15:43:45.0 +
@@ -0,0 +1 @@
+libsciplot1t64: package-name-doesnt-match-sonames libsciplot1


Bug#1062884: scamper: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: scamper
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 scamper-20211212/debian/changelog scamper-20211212/debian/changelog
--- scamper-20211212/debian/changelog   2022-07-30 21:26:40.0 +
+++ scamper-20211212/debian/changelog   2024-02-29 15:42:52.0 +
@@ -1,3 +1,10 @@
+scamper (20211212-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062884
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:42:52 +
+
 scamper (20211212-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scamper-20211212/debian/control scamper-20211212/debian/control
--- scamper-20211212/debian/control 2022-07-30 21:26:12.0 +
+++ scamper-20211212/debian/control 2024-02-29 15:42:52.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Internet Measurement Packaging Team 

 Uploaders: Matt Brown , Ana Custura 
-Build-Depends: debhelper-compat (= 13), autoconf, automake
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), autoconf, 
automake
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 4.4.1
 Vcs-Git: https://salsa.debian.org/ineteng-team/scamper.git
@@ -28,7 +28,10 @@
  to the next point in the network, followed by a TTL limited search to
  infer where the failure appears to occur.
 
-Package: libscamperfile0
+Package: libscamperfile0t64
+Provides: ${t64:Provides}
+Replaces: libscamperfile0
+Breaks: libscamperfile0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -47,7 +50,7 @@
 Package: libscamperfile0-dev
 Section: libdevel
 Architecture: any
-Depends: libscamperfile0 (= ${binary:Version}), ${misc:Depends}
+Depends: libscamperfile0t64 (= ${binary:Version}), ${misc:Depends}
 Provides: libscamperfile-dev
 Conflicts: libscamperfile-dev
 Description: development headers for scamper's binary dump file access library
diff -Nru scamper-20211212/debian/libscamperfile0.install 
scamper-20211212/debian/libscamperfile0.install
--- scamper-20211212/debian/libscamperfile0.install 2022-07-30 
21:26:12.0 +
+++ scamper-20211212/debian/libscamperfile0.install 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/libscamperfile*.so.*
diff -Nru scamper-20211212/debian/libscamperfile0t64.install 
scamper-20211212/debian/libscamperfile0t64.install
--- scamper-20211212/debian/libscamperfile0t64.install  1970-01-01 
00:00:00.0 +
+++ scamper-20211212/debian/libscamperfile0t64.install  2022-07-30 
21:26:12.0 +
@@ -0,0 +1 @@
+usr/lib/*/libscamperfile*.so.*
diff -Nru scamper-20211212/debian/libscamperfile0t64.lintian-overrides 
scamper-20211212/debian/libscamperfile0t64.lintian-overrides
--- scamper-20211212/debian/libscamperfile0t64.lintian-overrides
1970-01-01 00:00:00.0 +
+++ scamper-20211212/debian/libscamperfile0t64.lintian-overrides
2024-02-29 15:42:49.0 +
@@ -0,0 +1 @@
+libscamperfile0t64: package-name-doesnt-match-sonames libscamperfile0


Bug#1062882: sail: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sail
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 sail-0.9.0+repack/debian/changelog sail-0.9.0+repack/debian/changelog
--- sail-0.9.0+repack/debian/changelog  2023-12-31 22:45:06.0 +
+++ sail-0.9.0+repack/debian/changelog  2024-02-29 15:41:43.0 +
@@ -1,3 +1,10 @@
+sail (0.9.0+repack-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062882
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:41:43 +
+
 sail (0.9.0+repack-2) unstable; urgency=medium
 
   * Add dependency on sail-codecs. (Closes: #1059743)
diff -Nru sail-0.9.0+repack/debian/control sail-0.9.0+repack/debian/control
--- sail-0.9.0+repack/debian/control2023-12-31 22:45:06.0 +
+++ sail-0.9.0+repack/debian/control2024-02-29 15:41:43.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sudip Mukherjee 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13), libgif-dev, libjpeg-dev, cmake,
  libpng-dev, libtiff-dev, libavif-dev, libwebp-dev, libjxl-dev
 Standards-Version: 4.6.2
@@ -11,7 +11,10 @@
 Vcs-Browser: https://salsa.debian.org/sudip/sail
 Vcs-Git: https://salsa.debian.org/sudip/sail.git
 
-Package: libsail-common0
+Package: libsail-common0t64
+Provides: ${t64:Provides}
+Replaces: libsail-common0
+Breaks: libsail-common0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -26,14 +29,17 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsail-common0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsail-common0t64 (= ${binary:Version}), ${misc:Depends}
 Description: SAIL common client library (development files)
  and encoding library providing multi-leveled APIs from one-liners
  to complex use-cases with custom I/O sources.
  .
  This package is needed to compile programs against libsail-common0.
 
-Package: libsail-manip0
+Package: libsail-manip0t64
+Provides: ${t64:Provides}
+Replaces: libsail-manip0
+Breaks: libsail-manip0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -50,7 +56,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsail-manip0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsail-manip0t64 (= ${binary:Version}), ${misc:Depends}
 Description: SAIL image manipulation library (development files)
  SAIL is a fast and lightweight cross-platform image decoding
  and encoding library providing multi-leveled APIs from one-liners
@@ -58,7 +64,10 @@
  .
  This package is needed to compile programs against libsail-manip0.
 
-Package: libsail0
+Package: libsail0t64
+Provides: ${t64:Provides}
+Replaces: libsail0
+Breaks: libsail0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, sail-codecs (= ${binary:Version})
@@ -75,7 +84,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsail0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsail0t64 (= ${binary:Version}), ${misc:Depends}
 Description: SAIL client library (development files)
  SAIL is a fast and lightweight cross-platform image decoding
  and encoding library providing multi-leveled APIs from one-liners
@@ -83,7 +92,10 @@
  .
  This package provides high-level SAIL development headers and libraries.
 
-Package: libsail-c++0
+Package: libsail-c++0t64
+Provides: ${t64:Provides}
+Replaces: libsail-c++0
+Breaks: libsail-c++0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -98,7 +110,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsail-c++0 (= ${binary:Version}), ${misc:Depends}
+Depends: libsail-c++0t64 (= ${binary:Version}), ${misc:Depends}
 Description: SAIL C++ client library (development files)
  SAIL is a fast and lightweight cross-platform image decoding
  and encoding library providing multi-leveled APIs from one-liners
diff -Nru sail-0.9.0+repack/debian/libsail-c++0.install 
sail-0.9.0+repack/debian/libsail-c++0.install
--- sail-0.9.0+repack/debian/libsail-c++0.install   2023-12-15 
22:56:18.0 +
+++ sail-0.9.0+repack/debian/libsail-c++0.install   1970-01-01 
00:00:00

Bug#1062883: sbjson: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: sbjson
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 sbjson-2.3.2/debian/changelog sbjson-2.3.2/debian/changelog
--- sbjson-2.3.2/debian/changelog   2019-01-13 21:30:40.0 +
+++ sbjson-2.3.2/debian/changelog   2024-02-29 15:42:26.0 +
@@ -1,3 +1,10 @@
+sbjson (2.3.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062883
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:42:26 +
+
 sbjson (2.3.2-4) unstable; urgency=medium
 
   [ Jordi Mallach ]
diff -Nru sbjson-2.3.2/debian/control sbjson-2.3.2/debian/control
--- sbjson-2.3.2/debian/control 2019-01-13 16:12:44.0 +
+++ sbjson-2.3.2/debian/control 2024-02-29 15:42:26.0 +
@@ -4,7 +4,7 @@
 Maintainer: Debian SOGo Maintainers 

 Uploaders: Jeroen Dekkers ,
Jordi Mallach 
-Build-Depends: debhelper (>= 10),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10),
dpkg-dev (>= 1.16.1~),
cdbs,
gobjc,
@@ -15,10 +15,12 @@
 Vcs-Browser: https://salsa.debian.org/debian/sbjson
 Vcs-Git: https://salsa.debian.org/debian/sbjson.git
 
-Package: libsbjson2.3
+Package: libsbjson2.3t64
+Replaces: libsbjson2.3
+Breaks: libsbjson2.3 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends}
-Provides: libsbjson
+Provides: ${t64:Provides}, libsbjson
 Description: Objective-C JSON library
  A strict JSON parser and generator for Objective-C. It adds categories
  to existing Objective-C objects for a super-simple interface. More
@@ -29,7 +31,7 @@
 Package: libsbjson-dev
 Section: libdevel
 Architecture: any
-Depends: libsbjson2.3 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ${gnustep:Depends}
+Depends: libsbjson2.3t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ${gnustep:Depends}
 Description: Objective-C JSON library (development files)
  A strict JSON parser and generator for Objective-C. It adds categories
  to existing Objective-C objects for a super-simple interface. More
diff -Nru sbjson-2.3.2/debian/libsbjson2.3.install 
sbjson-2.3.2/debian/libsbjson2.3.install
--- sbjson-2.3.2/debian/libsbjson2.3.install2019-01-13 14:09:28.0 
+
+++ sbjson-2.3.2/debian/libsbjson2.3.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/libSBJson.so.*
diff -Nru sbjson-2.3.2/debian/libsbjson2.3.lintian-overrides 
sbjson-2.3.2/debian/libsbjson2.3.lintian-overrides
--- sbjson-2.3.2/debian/libsbjson2.3.lintian-overrides  2019-01-13 
14:09:28.0 +
+++ sbjson-2.3.2/debian/libsbjson2.3.lintian-overrides  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-package-name-doesnt-match-sonames
diff -Nru sbjson-2.3.2/debian/libsbjson2.3t64.install 
sbjson-2.3.2/debian/libsbjson2.3t64.install
--- sbjson-2.3.2/debian/libsbjson2.3t64.install 1970-01-01 00:00:00.0 
+
+++ sbjson-2.3.2/debian/libsbjson2.3t64.install 2019-01-13 14:09:28.0 
+
@@ -0,0 +1 @@
+usr/lib/libSBJson.so.*
diff -Nru sbjson-2.3.2/debian/libsbjson2.3t64.lintian-overrides 
sbjson-2.3.2/debian/libsbjson2.3t64.lintian-overrides
--- sbjson-2.3.2/debian/libsbjson2.3t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ sbjson-2.3.2/debian/libsbjson2.3t64.lintian-overrides   2024-02-29 
15:42:21.0 +
@@ -0,0 +1,2 @@
+package-name-doesnt-match-sonames
+libsbjson2.3t64: package-name-doesnt-match-sonames libsbjson2.3


Bug#1062877: s6: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: s6
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 s6-2.12.0.0/debian/changelog s6-2.12.0.0/debian/changelog
--- s6-2.12.0.0/debian/changelog2023-11-07 21:49:58.0 +
+++ s6-2.12.0.0/debian/changelog2024-02-29 15:39:39.0 +
@@ -1,3 +1,10 @@
+s6 (2.12.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062877
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:39:39 +
+
 s6 (2.12.0.0-2) unstable; urgency=medium
 
   * Source only upload for testing migration
diff -Nru s6-2.12.0.0/debian/control s6-2.12.0.0/debian/control
--- s6-2.12.0.0/debian/control  2023-11-07 21:49:58.0 +
+++ s6-2.12.0.0/debian/control  2024-02-29 15:39:39.0 +
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Shengjing Zhu 
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
-Build-Depends-Arch:
+Build-Depends-Arch: dpkg-dev (>= 1.22.5),
  libexecline-dev (>= 2.9.0.0),
  skalibs-dev (>= 2.14.0.0),
 Standards-Version: 4.6.2
@@ -13,14 +13,16 @@
 Vcs-Git: https://salsa.debian.org/zhsj/s6.git
 Vcs-Browser: https://salsa.debian.org/zhsj/s6
 
-Package: libs6-2.12
+Package: libs6-2.12t64
+Provides: ${t64:Provides}
+Replaces: libs6-2.12
 Architecture: any
 Section: libs
 Multi-Arch: same
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
-Breaks:
+Breaks:libs6-2.12 (<< ${source:Version}), 
  s6 (<< 2.8.0.1),
 Description: small and secure supervision software suite (shared library)
  s6 is a small suite of programs for UNIX, designed to allow process
@@ -38,7 +40,7 @@
 Section: libdevel
 Multi-Arch: same
 Depends:
- libs6-2.12 (= ${binary:Version}),
+ libs6-2.12t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: small and secure supervision software suite (development files)
  s6 is a small suite of programs for UNIX, designed to allow process
diff -Nru s6-2.12.0.0/debian/libs6-2.12.install 
s6-2.12.0.0/debian/libs6-2.12.install
--- s6-2.12.0.0/debian/libs6-2.12.install   2023-11-07 21:49:58.0 
+
+++ s6-2.12.0.0/debian/libs6-2.12.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru s6-2.12.0.0/debian/libs6-2.12.symbols 
s6-2.12.0.0/debian/libs6-2.12.symbols
--- s6-2.12.0.0/debian/libs6-2.12.symbols   2023-11-07 21:49:58.0 
+
+++ s6-2.12.0.0/debian/libs6-2.12.symbols   1970-01-01 00:00:00.0 
+
@@ -1,63 +0,0 @@
-libs6.so.2.12 libs6-2.12 #MINVER#
-* Build-Depends-Package: libs6-dev
- ftrigr1_zero@Base 2.7.2.0
- ftrigr_ack@Base 2.7.2.0
- ftrigr_check@Base 2.7.2.0
- ftrigr_checksa@Base 2.7.2.0
- ftrigr_end@Base 2.7.2.0
- ftrigr_start@Base 2.7.2.0
- ftrigr_startf@Base 2.7.2.0
- ftrigr_subscribe@Base 2.7.2.0
- ftrigr_unsubscribe@Base 2.7.2.0
- ftrigr_update@Base 2.7.2.0
- ftrigr_updateb@Base 2.7.2.0
- ftrigr_wait_and@Base 2.7.2.0
- ftrigr_wait_or@Base 2.7.2.0
- ftrigr_zero@Base 2.7.2.0
- ftrigw_clean@Base 2.7.2.0
- ftrigw_fifodir_make@Base 2.7.2.0
- ftrigw_notify@Base 2.7.2.0
- ftrigw_notifyb@Base 2.7.2.0
- ftrigw_notifyb_nosig@Base 2.7.2.0
- s6_accessrules_backend_cdb@Base 2.7.2.0
- s6_accessrules_backend_fs@Base 2.7.2.0
- s6_accessrules_keycheck_ip4@Base 2.7.2.0
- s6_accessrules_keycheck_ip6@Base 2.7.2.0
- s6_accessrules_keycheck_reversedns@Base 2.7.2.0
- s6_accessrules_keycheck_uidgid@Base 2.7.2.0
- s6_accessrules_params_free@Base 2.7.2.0
- s6_accessrules_uidgid_cdb@Base 2.7.2.0
- s6_accessrules_uidgid_fs@Base 2.7.2.0
- s6_dtally_pack@Base 2.7.2.0
- s6_dtally_read@Base 2.7.2.0
- s6_dtally_unpack@Base 2.7.2.0
- s6_dtally_write@Base 2.7.2.0
- s6_fdholder_delete@Base 2.7.2.0
- s6_fdholder_delete_async@Base 2.7.2.0
- s6_fdholder_end@Base 2.7.2.0
- s6_fdholder_getdump@Base 2.7.2.0
- s6_fdholder_list@Base 2.7.2.0
- s6_fdholder_list_async@Base 2.7.2.0
- s6_fdholder_list_cb@Base 2.7.2.0
- s6_fdholder_retrieve_cb@Base 2.7.2.0
- s6_fdholder_retrieve_maybe_delete@Base 2.7.2.0
- s6_fdholder_retrieve_maybe_delete_async@Base 2.7.2.0
- s6_fdholder_setdump@Base 2.7.2.0
- s6_fdholder_start@Base 2.7.2.0
- s6_fdholder_store@Base 2.7.2.0
- s6_fdholder_store_async@Base 2.7.2.0
- s6_instance_chdirservice@Base 2.11.2.0
- s6_servicedir_file_list@Base 2.11.2.0
- s6_servicedir_instances_recrea

Bug#1062316: libgkarrays: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
On Wed, 28 Feb 2024 20:12:53 +0100 =?utf-8?Q?=C3=89tienne?= Mollier
 wrote:
> Benjamin Drung, on 2024-02-28:
> > Please find attached a final version of this patch for the time_t
> > transition.  This patch is being uploaded to unstable.
> 
> NMU acknowledged, thank you!  :)

The upload was rejected, because the the version number 2.1.0+dfsg-4.1
was used for the experimental upload. So I had to bump the version
number to 2.1.0+dfsg-4.2.

-- 
Benjamin Drung
Debian & Ubuntu Developer
diff -Nru libgkarrays-2.1.0+dfsg/debian/changelog libgkarrays-2.1.0+dfsg/debian/changelog
--- libgkarrays-2.1.0+dfsg/debian/changelog	2020-11-19 10:41:29.0 +0100
+++ libgkarrays-2.1.0+dfsg/debian/changelog	2024-02-28 19:55:49.0 +0100
@@ -1,3 +1,10 @@
+libgkarrays (2.1.0+dfsg-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062316
+
+ -- Benjamin Drung   Wed, 28 Feb 2024 18:55:49 +
+
 libgkarrays (2.1.0+dfsg-4) unstable; urgency=medium
 
   * Fix installation of shared library
diff -Nru libgkarrays-2.1.0+dfsg/debian/control libgkarrays-2.1.0+dfsg/debian/control
--- libgkarrays-2.1.0+dfsg/debian/control	2020-11-19 10:41:29.0 +0100
+++ libgkarrays-2.1.0+dfsg/debian/control	2024-02-28 19:55:49.0 +0100
@@ -3,8 +3,8 @@
 Uploaders: Andreas Tille 
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-   d-shlibs,
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
+   d-shlibs (>= 0.106),
zlib1g-dev
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/libgkarrays
@@ -12,7 +12,10 @@
 Homepage: http://crac.gforge.inria.fr/gkarrays/
 Rules-Requires-Root: no
 
-Package: libgkarrays1
+Package: libgkarrays1t64
+Provides: ${t64:Provides}
+Replaces: libgkarrays1
+Conflicts: libgkarrays1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -34,7 +37,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libgkarrays1 (= ${binary:Version})
+ libgkarrays1t64 (= ${binary:Version})
 Description: library to query large collection of NGS sequences (development)
  Gk-arrays are provided as a simple-to-use C++ library dedicated to
  queries on large collection of sequences as produced by high-throughput
diff -Nru libgkarrays-2.1.0+dfsg/debian/libgkarrays1t64.lintian-overrides libgkarrays-2.1.0+dfsg/debian/libgkarrays1t64.lintian-overrides
--- libgkarrays-2.1.0+dfsg/debian/libgkarrays1t64.lintian-overrides	1970-01-01 01:00:00.0 +0100
+++ libgkarrays-2.1.0+dfsg/debian/libgkarrays1t64.lintian-overrides	2024-02-28 19:55:49.0 +0100
@@ -0,0 +1 @@
+libgkarrays1t64: package-name-doesnt-match-sonames libgkarrays1
diff -Nru libgkarrays-2.1.0+dfsg/debian/rules libgkarrays-2.1.0+dfsg/debian/rules
--- libgkarrays-2.1.0+dfsg/debian/rules	2020-11-19 10:41:29.0 +0100
+++ libgkarrays-2.1.0+dfsg/debian/rules	2024-02-28 19:55:49.0 +0100
@@ -12,6 +12,7 @@
 override_dh_install:
 	dh_install
 	d-shlibmove --commit \
+		--t64 \
 		--multiarch \
 		--devunversioned \
 		--exclude-la \
@@ -20,7 +21,7 @@
 		--movedev debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig usr/lib/$(DEB_HOST_MULTIARCH) \
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libGkArrays.so
 	# now move libProgressBar manually
-	dh_install -p libgkarrays1	usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.so.0*		usr/lib/$(DEB_HOST_MULTIARCH)
+	dh_install -p libgkarrays1t64	usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.so.0*		usr/lib/$(DEB_HOST_MULTIARCH)
 	chmod -x debian/*/usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.so.0.*
 	dh_install -p libgkarrays-dev	usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.so			usr/lib/$(DEB_HOST_MULTIARCH)
 	dh_install -p libgkarrays-dev	usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.a			usr/lib/$(DEB_HOST_MULTIARCH)


Bug#1062876: s2geometry: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: s2geometry
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 s2geometry-0.10.0/debian/changelog s2geometry-0.10.0/debian/changelog
--- s2geometry-0.10.0/debian/changelog  2022-11-21 07:50:19.0 +
+++ s2geometry-0.10.0/debian/changelog  2024-02-29 15:37:54.0 +
@@ -1,3 +1,10 @@
+s2geometry (0.10.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062876
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:37:54 +
+
 s2geometry (0.10.0-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru s2geometry-0.10.0/debian/control s2geometry-0.10.0/debian/control
--- s2geometry-0.10.0/debian/control2022-11-21 07:28:01.0 +
+++ s2geometry-0.10.0/debian/control2024-02-29 15:37:54.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: DebianOnMobile Team 

 Uploaders: Sebastian Spaeth 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake, libssl-dev, libabsl-dev (>= 0~20220623),
dh-sequence-python3, python3-all-dev, swig (>= 4.0)
 Standards-Version: 4.6.1
@@ -17,7 +17,10 @@
 Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/s2geometry.git
 Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/s2geometry
 
-Package: libs2-0
+Package: libs2-0t64
+Provides: ${t64:Provides}
+Replaces: libs2-0
+Breaks: libs2-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -30,7 +33,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libs2-0 (= ${binary:Version}), ${misc:Depends},
+Depends: libs2-0t64 (= ${binary:Version}), ${misc:Depends},
  libssl-dev, libabsl-dev (>= 0~20220623)
 Description: ${source:Synopsis} - dev files
  ${source:Extended-Description}
@@ -40,7 +43,7 @@
 Package: python3-pywraps2
 Architecture: any
 Section: python
-Depends: libs2-0 (= ${binary:Version}),
+Depends: libs2-0t64 (= ${binary:Version}),
  ${shlibs:Depends}, ${misc:Depends},
  ${python3:Depends}
 Description: ${source:Synopsis} - Python bindings
diff -Nru s2geometry-0.10.0/debian/libs2-0.install 
s2geometry-0.10.0/debian/libs2-0.install
--- s2geometry-0.10.0/debian/libs2-0.install2022-11-21 07:28:01.0 
+
+++ s2geometry-0.10.0/debian/libs2-0.install1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-/usr/lib/*/libs2.so.*
diff -Nru s2geometry-0.10.0/debian/libs2-0t64.install 
s2geometry-0.10.0/debian/libs2-0t64.install
--- s2geometry-0.10.0/debian/libs2-0t64.install 1970-01-01 00:00:00.0 
+
+++ s2geometry-0.10.0/debian/libs2-0t64.install 2022-11-21 07:28:01.0 
+
@@ -0,0 +1 @@
+/usr/lib/*/libs2.so.*
diff -Nru s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides 
s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides
--- s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides   2024-02-29 
15:37:46.0 +
@@ -0,0 +1 @@
+libs2-0t64: package-name-doesnt-match-sonames libs2-0


Bug#1062875: rxp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: rxp
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 rxp-1.5.0/debian/changelog rxp-1.5.0/debian/changelog
--- rxp-1.5.0/debian/changelog  2019-08-19 04:10:09.0 +
+++ rxp-1.5.0/debian/changelog  2024-02-29 15:37:17.0 +
@@ -1,3 +1,10 @@
+rxp (1.5.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062875
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:37:17 +
+
 rxp (1.5.0-3) unstable; urgency=medium
 
   * debian/compat: Require 10.
diff -Nru rxp-1.5.0/debian/control rxp-1.5.0/debian/control
--- rxp-1.5.0/debian/control2019-08-19 04:08:19.0 +
+++ rxp-1.5.0/debian/control2024-02-29 15:37:17.0 +
@@ -1,7 +1,7 @@
 Source: rxp
 Priority: optional
 Maintainer: NIIBE Yutaka 
-Build-Depends: debhelper (>= 10)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10)
 Standards-Version: 4.4.0
 Section: text
 Homepage: http://www.cogsci.ed.ac.uk/~richard/rxp.html
@@ -15,7 +15,10 @@
 Description: Validating XML parser
  Rxp reads, parses, and can optionally validate XML.
 
-Package: librxp0
+Package: librxp0t64
+Provides: ${t64:Provides}
+Replaces: librxp0
+Breaks: librxp0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -29,7 +32,7 @@
 Section: libdevel
 Multi-Arch: same
 Architecture: any
-Depends: ${misc:Depends}, librxp0 (= ${binary:Version})
+Depends: ${misc:Depends}, librxp0t64 (= ${binary:Version})
 Description: Development files for librxp
  XML is a metalanguage to let you design your own markup language. librxp is
  a library that can be used to parse and validate XML documents.
diff -Nru rxp-1.5.0/debian/librxp0.install rxp-1.5.0/debian/librxp0.install
--- rxp-1.5.0/debian/librxp0.install2019-08-19 04:00:54.0 +
+++ rxp-1.5.0/debian/librxp0.install1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/librxp*.so.*
diff -Nru rxp-1.5.0/debian/librxp0.symbols rxp-1.5.0/debian/librxp0.symbols
--- rxp-1.5.0/debian/librxp0.symbols2019-08-19 04:00:54.0 +
+++ rxp-1.5.0/debian/librxp0.symbols1970-01-01 00:00:00.0 +
@@ -1,231 +0,0 @@
-librxp.so.0 librxp0 #MINVER#
- AttributeTypeName@Base 1.5.0
- CE_alias_count@Base 1.5.0
- CatalogEnable@Base 1.5.0
- CharacterEncodingAlias@Base 1.5.0
- CharacterEncodingName@Base 1.5.0
- CharacterEncodingNameAndByteOrder@Base 1.5.0
- ContentParticleTypeName@Base 1.5.0
- ContentTypeName@Base 1.5.0
- DefaultTypeName@Base 1.5.0
- DefineAttributeN@Base 1.5.0
- DefineElementN@Base 1.5.0
- DefineEntity@Base 1.5.0
- DefineNSElement@Base 1.5.0
- DefineNSElementAttribute@Base 1.5.0
- DefineNSGlobalAttribute@Base 1.5.0
- DefineNotationN@Base 1.5.0
- EncodingIsAsciiSuperset@Base 1.5.0
- EncodingsCompatible@Base 1.5.0
- EntityBaseURL@Base 1.5.0
- EntityDescription@Base 1.5.0
- EntityOpen@Base 1.5.0
- EntitySetBaseURL@Base 1.5.0
- EntityURL@Base 1.5.0
- Epsilon@Base 1.5.0
- Fclose@Base 1.5.0
- Feof@Base 1.5.0
- Ferror@Base 1.5.0
- Fflush@Base 1.5.0
- FindAttributeN@Base 1.5.0
- FindElementN@Base 1.5.0
- FindEncoding@Base 1.5.0
- FindEntityN@Base 1.5.0
- FindNSElementAttributeDefinition@Base 1.5.0
- FindNSElementDefinition@Base 1.5.0
- FindNSGlobalAttributeDefinition@Base 1.5.0
- FindNamespace@Base 1.5.0
- FindNotationN@Base 1.5.0
- Fprintf@Base 1.5.0
- Free@Base 1.5.0
- FreeAttributeDefinition@Base 1.5.0
- FreeCatalog@Base 1.5.0
- FreeCatalogEntry@Base 1.5.0
- FreeCatalogEntryFile@Base 1.5.0
- FreeContentParticle@Base 1.5.0
- FreeDtd@Base 1.5.0
- FreeElementDefinition@Base 1.5.0
- FreeEntity@Base 1.5.0
- FreeFSM@Base 1.5.0
- FreeNamespaceUniverse@Base 1.5.0
- FreeNotationDefinition@Base 1.5.0
- FreeParser@Base 1.5.0
- FreeXBit@Base 1.5.0
- FreeXTree@Base 1.5.0
- Fseek@Base 1.5.0
- GetCatalogEntryFile@Base 1.5.0
- GetFILE@Base 1.5.0
- GetFileEncoding@Base 1.5.0
- Getu@Base 1.5.0
- InternalCharacterEncoding@Base 1.5.0
- IsPublicidUrn@Base 1.5.0
- LookupNamespace@Base 1.5.0
- MakeFILE16FromFD@Base 1.5.0
- MakeFILE16FromFILE@Base 1.5.0
- MakeFILE16FromString@Base 1.5.0
- MakeStringFILE16@Base 1.5.0
- Malloc@Base 1.5.0
- NamespacifyElementAttributeDefinition@Base 1.5.0
- NamespacifyElementDefinition@Base 1.5.0
- NamespacifyGlobalAttributeDefinition@Base 1.5.0
- NewCatalog@Base 1.5.0
- NewCa

Bug#1062869: rsplib: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: rsplib
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 rsplib-3.4.4/debian/changelog rsplib-3.4.4/debian/changelog
--- rsplib-3.4.4/debian/changelog   2023-01-22 11:48:46.0 +
+++ rsplib-3.4.4/debian/changelog   2024-02-29 15:35:23.0 +
@@ -1,3 +1,10 @@
+rsplib (3.4.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062869
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:35:23 +
+
 rsplib (3.4.4-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru rsplib-3.4.4/debian/control rsplib-3.4.4/debian/control
--- rsplib-3.4.4/debian/control 2023-01-22 11:48:46.0 +
+++ rsplib-3.4.4/debian/control 2024-02-29 15:35:23.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Thomas Dreibholz 
 Homepage: https://www.nntb.no/~dreibh/rserpool/
-Build-Depends: cmake (>= 3.0.2),
+Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.0.2),
debhelper-compat (= 13),
dpkg-dev (>= 1.16.1~),
libbz2-dev (>= 1.0),
@@ -16,7 +16,10 @@
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 
-Package: librsplib3
+Package: librsplib3t64
+Provides: ${t64:Provides}
+Replaces: librsplib3
+Breaks: librsplib3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
@@ -33,7 +36,7 @@
 Package: librsplib-dev
 Section: libdevel
 Architecture: any
-Depends: librsplib3 (= ${binary:Version}),
+Depends: librsplib3t64 (= ${binary:Version}),
  ${misc:Depends}
 Recommends: rsplib-doc (>= ${source:Version})
 Description: headers of the RSerPool client/server API library rsplib
@@ -46,10 +49,13 @@
  This package provides header files for the rsplib library. You need them
  to develop your own RSerPool-based clients and servers.
 
-Package: libcpprspserver3
+Package: libcpprspserver3t64
+Provides: ${t64:Provides}
+Replaces: libcpprspserver3
+Breaks: libcpprspserver3 (<< ${source:Version})
 Section: libs
 Architecture: any
-Depends: librsplib3 (= ${binary:Version}),
+Depends: librsplib3t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Description: C++ RSerPool client/server API library
@@ -64,7 +70,7 @@
 Package: libcpprspserver-dev
 Section: libdevel
 Architecture: any
-Depends: libcpprspserver3 (= ${binary:Version}),
+Depends: libcpprspserver3t64 (= ${binary:Version}),
  librsplib-dev (>= ${source:Version}),
  ${misc:Depends}
 Recommends: rsplib-doc (>= ${source:Version})
@@ -163,9 +169,9 @@
 Package: rsplib-all
 Architecture: any
 Depends: libcpprspserver-dev (>= ${source:Version}),
- libcpprspserver3 (= ${binary:Version}),
+ libcpprspserver3t64 (= ${binary:Version}),
  librsplib-dev (>= ${source:Version}),
- librsplib3 (= ${binary:Version}),
+ librsplib3t64 (= ${binary:Version}),
  rsplib-doc (>= ${source:Version}),
  rsplib-fgp-cfgfiles (>= ${source:Version}),
  rsplib-registrar (= ${binary:Version}),
diff -Nru rsplib-3.4.4/debian/libcpprspserver3.install 
rsplib-3.4.4/debian/libcpprspserver3.install
--- rsplib-3.4.4/debian/libcpprspserver3.install2023-01-22 
11:48:46.0 +
+++ rsplib-3.4.4/debian/libcpprspserver3.install1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libcpprspserver.so.*
-usr/lib/*/libtdcppthread.so.*
diff -Nru rsplib-3.4.4/debian/libcpprspserver3.symbols 
rsplib-3.4.4/debian/libcpprspserver3.symbols
--- rsplib-3.4.4/debian/libcpprspserver3.symbols2023-01-22 
11:48:46.0 +
+++ rsplib-3.4.4/debian/libcpprspserver3.symbols1970-01-01 
00:00:00.0 +
@@ -1,80 +0,0 @@
-libcpprspserver.so.3 libcpprspserver3 #MINVER#
-* Build-Depends-Package: libcpprspserver-dev
- _ZN13TCPLikeServer13finishSessionE19EventHandlingResult@Base 2.7.8
- _ZN13TCPLikeServer14syncTimerEventEy@Base 2.7.8
- _ZN13TCPLikeServer15asyncTimerEventEy@Base 2.7.8
- _ZN13TCPLikeServer17initializeSessionEv@Base 2.7.8
- _ZN13TCPLikeServer18handleNotificationEPK21rserpool_notification@Base 2.7.8
- _ZN13TCPLikeServer3runEv@Base 2.7.8
- _ZN13TCPLikeServer7setLoadEd@Base 2.7.8
- _ZN13TCPLikeServer8shutdownEv@Base 2.7.8
- _ZN13TCPLikeServerC1Ei@Base 2.7.8
- _ZN13TCPLikeSer

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#1062870: rttr: NMU diff for 64-bit time_t transition

2024-02-29 Thread Benjamin Drung
Source: rttr
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 rttr-0.9.6+dfsg1/debian/changelog rttr-0.9.6+dfsg1/debian/changelog
--- rttr-0.9.6+dfsg1/debian/changelog   2023-01-12 10:09:00.0 +
+++ rttr-0.9.6+dfsg1/debian/changelog   2024-02-29 15:36:08.0 +
@@ -1,3 +1,10 @@
+rttr (0.9.6+dfsg1-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062870
+
+ -- Benjamin Drung   Thu, 29 Feb 2024 15:36:08 +
+
 rttr (0.9.6+dfsg1-6) unstable; urgency=medium
 
   * Adjust debian/watch to work again with GitHub.
diff -Nru rttr-0.9.6+dfsg1/debian/control rttr-0.9.6+dfsg1/debian/control
--- rttr-0.9.6+dfsg1/debian/control 2023-01-12 10:09:00.0 +
+++ rttr-0.9.6+dfsg1/debian/control 2024-02-29 15:36:08.0 +
@@ -3,14 +3,17 @@
 Priority: optional
 Homepage: https://www.rttr.org/
 Maintainer: Patrick Matthäi 
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
  cmake,
  libboost-all-dev,
  rapidjson-dev
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
 
-Package: librttr-core0.9.6
+Package: librttr-core0.9.6t64
+Provides: ${t64:Provides}
+Replaces: librttr-core0.9.6
+Breaks: librttr-core0.9.6 (<< ${source:Version})
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
@@ -30,7 +33,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- librttr-core0.9.6 (= ${binary:Version})
+ librttr-core0.9.6t64 (= ${binary:Version})
 Multi-Arch: same
 Description: C++ reflection library (development headers)
  RTTR stands for Run Time Type Reflection. It describes the ability of a
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install   2023-01-12 
10:09:00.0 +
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 2023-01-12 
10:09:00.0 +
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6.lintian-overrides 1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-librttr-core0.9.6: no-symbols-control-file usr/lib/*/librttr_core.so.0.9.6
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install1970-01-01 
00:00:00.0 +
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.install2023-01-12 
10:09:00.0 +
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides 
rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides
--- rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides  
1970-01-01 00:00:00.0 +
+++ rttr-0.9.6+dfsg1/debian/librttr-core0.9.6t64.lintian-overrides  
2024-02-29 15:35:56.0 +
@@ -0,0 +1,2 @@
+librttr-core0.9.6t64: no-symbols-control-file usr/lib/*/librttr_core.so.0.9.6
+librttr-core0.9.6t64: package-name-doesnt-match-sonames librttr-core0.9.6


<    1   2   3   4   5   6   7   8   9   10   >