[Pkg-sogo-maintainers] Bug#1062883: sbjson: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Thu Feb 29 15:42:33 GMT 2024
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
-------------- next part --------------
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.000000000 +0000
+++ sbjson-2.3.2/debian/changelog 2024-02-29 15:42:26.000000000 +0000
@@ -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 <bdrung at debian.org> Thu, 29 Feb 2024 15:42:26 +0000
+
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.000000000 +0000
+++ sbjson-2.3.2/debian/control 2024-02-29 15:42:26.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian SOGo Maintainers <pkg-sogo-maintainers at lists.alioth.debian.org>
Uploaders: Jeroen Dekkers <jeroen at dekkers.ch>,
Jordi Mallach <jordi at debian.org>
-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.install 2019-01-13 14:09:28.000000000 +0000
+++ sbjson-2.3.2/debian/libsbjson2.3.install 1970-01-01 00:00:00.000000000 +0000
@@ -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.000000000 +0000
+++ sbjson-2.3.2/debian/libsbjson2.3.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
@@ -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.000000000 +0000
+++ sbjson-2.3.2/debian/libsbjson2.3t64.install 2019-01-13 14:09:28.000000000 +0000
@@ -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.000000000 +0000
+++ sbjson-2.3.2/debian/libsbjson2.3t64.lintian-overrides 2024-02-29 15:42:21.000000000 +0000
@@ -0,0 +1,2 @@
+package-name-doesnt-match-sonames
+libsbjson2.3t64: package-name-doesnt-match-sonames libsbjson2.3
More information about the Pkg-sogo-maintainers
mailing list