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-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru upb-0.0.0~git200730/debian/changelog 
upb-0.0.0~git200730/debian/changelog
--- upb-0.0.0~git200730/debian/changelog        2020-08-01 21:20:30.000000000 
+0000
+++ upb-0.0.0~git200730/debian/changelog        2024-02-28 21:26:22.000000000 
+0000
@@ -1,3 +1,10 @@
+upb (0.0.0~git200730-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063016
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 28 Feb 2024 21:26:22 +0000
+
 upb (0.0.0~git200730-1) unstable; urgency=medium
 
   * New git snapshot release.
diff -Nru upb-0.0.0~git200730/debian/control upb-0.0.0~git200730/debian/control
--- upb-0.0.0~git200730/debian/control  2020-04-04 21:35:16.000000000 +0000
+++ upb-0.0.0~git200730/debian/control  2024-02-28 21:26:22.000000000 +0000
@@ -2,12 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
    debhelper-compat (= 12), cmake
 Standards-Version: 4.5.0
 Homepage: https://github.com/protocolbuffers/upb/wiki
 
-Package: libupb0
+Package: libupb0t64
+Provides: ${t64:Provides}
+Replaces: libupb0
+Breaks: libupb0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -24,7 +27,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libupb0 (= ${binary:Version})
+Depends: ${misc:Depends}, libupb0t64 (= ${binary:Version})
 Description: small protobuf implementation in C (development files)
  upb generates a C API for creating, parsing, and serializing messages as
  declared in .proto files. upb is heavily arena-based: all messages always
diff -Nru upb-0.0.0~git200730/debian/libupb0.install 
upb-0.0.0~git200730/debian/libupb0.install
--- upb-0.0.0~git200730/debian/libupb0.install  2020-04-04 21:35:16.000000000 
+0000
+++ upb-0.0.0~git200730/debian/libupb0.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru upb-0.0.0~git200730/debian/libupb0.shlibs 
upb-0.0.0~git200730/debian/libupb0.shlibs
--- upb-0.0.0~git200730/debian/libupb0.shlibs   2020-08-01 21:20:30.000000000 
+0000
+++ upb-0.0.0~git200730/debian/libupb0.shlibs   1970-01-01 00:00:00.000000000 
+0000
@@ -1,6 +0,0 @@
-libdescriptor_upb_proto 0 libupb0 (>= 0.0.0~git200409)
-libupb 0 libupb0 (>= 0.0.0~git200409)
-libupb_handlers 0 libupb0 (>= 0.0.0~git200409)
-libupb_json 0 libupb0 (>= 0.0.0~git200409)
-libupb_pb 0 libupb0 (>= 0.0.0~git200409)
-libupb_reflection 0 libupb0 (>= 0.0.0~git200409)
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.install 
upb-0.0.0~git200730/debian/libupb0t64.install
--- upb-0.0.0~git200730/debian/libupb0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.install       2020-04-04 
21:35:16.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides 
upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides
--- upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides     2024-02-28 
21:26:08.000000000 +0000
@@ -0,0 +1 @@
+libupb0t64: package-name-doesnt-match-sonames libupb0
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.shlibs 
upb-0.0.0~git200730/debian/libupb0t64.shlibs
--- upb-0.0.0~git200730/debian/libupb0t64.shlibs        1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.shlibs        2024-02-28 
21:26:08.000000000 +0000
@@ -0,0 +1,6 @@
+libdescriptor_upb_proto 0 libupb0t64 (>= 0.0.0~git200409)
+libupb 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_handlers 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_json 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_pb 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_reflection 0 libupb0t64 (>= 0.0.0~git200409)

Reply via email to