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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libapr-memcache-0.7.0/debian/changelog 
libapr-memcache-0.7.0/debian/changelog
--- libapr-memcache-0.7.0/debian/changelog      2014-02-23 09:52:03.000000000 
+0000
+++ libapr-memcache-0.7.0/debian/changelog      2024-02-29 08:40:12.000000000 
+0000
@@ -1,3 +1,10 @@
+libapr-memcache (0.7.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062221
+
+ -- Lukas Märdian <sl...@debian.org>  Thu, 29 Feb 2024 08:40:12 +0000
+
 libapr-memcache (0.7.0-3) unstable; urgency=low
 
   * debian/rules removed unneeded export command from rules file
diff -Nru libapr-memcache-0.7.0/debian/control 
libapr-memcache-0.7.0/debian/control
--- libapr-memcache-0.7.0/debian/control        2014-02-23 09:52:03.000000000 
+0000
+++ libapr-memcache-0.7.0/debian/control        2024-02-29 08:40:12.000000000 
+0000
@@ -1,7 +1,7 @@
 Source: libapr-memcache
 Priority: extra
 Maintainer: Bastiaan Franciscus van den Dikkenberg <b...@dikkenberg.net>
-Build-Depends: debhelper (>= 9),dh-autoreconf, libapr1-dev, libaprutil1-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9),dh-autoreconf, 
libapr1-dev, libaprutil1-dev
 Standards-Version: 3.9.5
 Section: libs
 Homepage: http://www.outoforder.cc/projects/libs/apr_memcache/
@@ -9,7 +9,10 @@
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libapr-memcache0.git;a=summary
 
 
-Package: libapr-memcache0
+Package: libapr-memcache0t64
+Provides: ${t64:Provides}
+Replaces: libapr-memcache0
+Breaks: libapr-memcache0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -27,7 +30,7 @@
 Architecture: any
 Multi-Arch: same 
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, libapr-memcache0 (= ${binary:Version})
+Depends: ${misc:Depends}, libapr-memcache0t64 (= ${binary:Version})
 Description: memcache client - development libraries
  apr_memcache is a client written in C for memcached, the memory object
  cache daemon. It uses the Apache Portable Runtime to provide pooled
diff -Nru libapr-memcache-0.7.0/debian/libapr-memcache0.install 
libapr-memcache-0.7.0/debian/libapr-memcache0.install
--- libapr-memcache-0.7.0/debian/libapr-memcache0.install       2014-02-23 
09:52:03.000000000 +0000
+++ libapr-memcache-0.7.0/debian/libapr-memcache0.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-
diff -Nru libapr-memcache-0.7.0/debian/libapr-memcache0t64.install 
libapr-memcache-0.7.0/debian/libapr-memcache0t64.install
--- libapr-memcache-0.7.0/debian/libapr-memcache0t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ libapr-memcache-0.7.0/debian/libapr-memcache0t64.install    2014-02-23 
09:52:03.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+
diff -Nru libapr-memcache-0.7.0/debian/libapr-memcache0t64.lintian-overrides 
libapr-memcache-0.7.0/debian/libapr-memcache0t64.lintian-overrides
--- libapr-memcache-0.7.0/debian/libapr-memcache0t64.lintian-overrides  
1970-01-01 00:00:00.000000000 +0000
+++ libapr-memcache-0.7.0/debian/libapr-memcache0t64.lintian-overrides  
2024-02-29 08:40:06.000000000 +0000
@@ -0,0 +1 @@
+libapr-memcache0t64: package-name-doesnt-match-sonames libapr-memcache0

Reply via email to