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.000000000 +0000
+++ pistache-0.0.5+ds/debian/changelog  2024-02-29 20:52:06.000000000 +0000
@@ -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 <bdr...@debian.org>  Thu, 29 Feb 2024 20:52:06 +0000
+
 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/control    2023-07-15 21:38:05.000000000 +0000
+++ pistache-0.0.5+ds/debian/control    2024-02-29 20:52:06.000000000 +0000
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Andrea Pappacoda <and...@pappacoda.it>
-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 <!nocheck>,
                     libcurl4-openssl-dev | libcurl-dev <!nocheck>,
                     libgmock-dev (>= 1.11.0) <!nocheck>,
@@ -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.000000000 +0000
+++ pistache-0.0.5+ds/debian/libpistache0.install       1970-01-01 
00:00:00.000000000 +0000
@@ -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.install    1970-01-01 
00:00:00.000000000 +0000
+++ pistache-0.0.5+ds/debian/libpistache0t64.install    2023-07-15 
21:38:05.000000000 +0000
@@ -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.000000000 +0000
+++ pistache-0.0.5+ds/debian/libpistache0t64.lintian-overrides  2024-02-29 
20:52:00.000000000 +0000
@@ -0,0 +1 @@
+libpistache0t64: package-name-doesnt-match-sonames libpistache0

Reply via email to