Source: libmemcached
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 libmemcached-1.1.4/debian/changelog 
libmemcached-1.1.4/debian/changelog
--- libmemcached-1.1.4/debian/changelog 2023-03-06 18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/changelog 2024-02-28 14:05:21.000000000 +0000
@@ -1,3 +1,10 @@
+libmemcached (1.1.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062415
+
+ -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 14:05:21 +0000
+
 libmemcached (1.1.4-1) unstable; urgency=high
 
   * New upstream version 1.1.4
diff -Nru libmemcached-1.1.4/debian/control libmemcached-1.1.4/debian/control
--- libmemcached-1.1.4/debian/control   2023-03-06 18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/control   2024-02-28 14:05:21.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Ondřej Surý <ond...@debian.org>
 Uploaders: Michael Fladischer <fl...@debian.org>
-Build-Depends: bison,
+Build-Depends: dpkg-dev (>= 1.22.5), bison,
                cmake (>= 3.12.0),
                debhelper-compat (= 13),
                flex,
@@ -17,7 +17,10 @@
 Vcs-Git: https://salsa.debian.org/debian/libmemcached.git
 Vcs-Browser: https://salsa.debian.org/debian/libmemcached
 
-Package: libmemcached11
+Package: libmemcached11t64
+Provides: ${t64:Provides}
+Replaces: libmemcached11
+Breaks: libmemcached11 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -47,8 +50,8 @@
 Architecture: any
 Multi-Arch: same
 Depends: libhashkit-dev (=${binary:Version}),
-         libmemcached11 (= ${binary:Version}),
-         libmemcachedutil2 (= ${binary:Version}),
+         libmemcached11t64 (= ${binary:Version}),
+         libmemcachedutil2t64 (= ${binary:Version}),
          libsasl2-dev,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -71,11 +74,14 @@
  .
  This package provides the development files.
 
-Package: libmemcachedutil2
+Package: libmemcachedutil2t64
+Provides: ${t64:Provides}
+Replaces: libmemcachedutil2
+Breaks: libmemcachedutil2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: libmemcached11 (= ${binary:Version}),
+Depends: libmemcached11t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: library implementing connection pooling for libmemcached
@@ -97,7 +103,10 @@
  .
  This package provides the libmemcachedutil library.
 
-Package: libhashkit2
+Package: libhashkit2t64
+Provides: ${t64:Provides}
+Replaces: libhashkit2
+Breaks: libhashkit2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -114,11 +123,11 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Replaces: libhashkit2 (<< 1.1.3-1~),
+Replaces: libhashkit2t64 (<< 1.1.3-1~),
           libmemcached-dev (<< 1.0.3-1)
-Breaks: libhashkit2 (<< 1.1.3-1~),
+Breaks: libhashkit2t64 (<< 1.1.3-1~),
         libmemcached-dev (<< 1.0.3-1)
-Depends: libhashkit2 (=${binary:Version}),
+Depends: libhashkit2t64 (=${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: libmemcached hashing functions and algorithms (development files)
diff -Nru libmemcached-1.1.4/debian/libhashkit2.install 
libmemcached-1.1.4/debian/libhashkit2.install
--- libmemcached-1.1.4/debian/libhashkit2.install       2023-03-06 
18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libhashkit2.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libhashkit.so.2*
diff -Nru libmemcached-1.1.4/debian/libhashkit2.lintian-overrides 
libmemcached-1.1.4/debian/libhashkit2.lintian-overrides
--- libmemcached-1.1.4/debian/libhashkit2.lintian-overrides     2023-03-06 
18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libhashkit2.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
-# this package does not use them either:
-# http://www.eyrie.org/~eagle/journal/2012-02/001.html
-libhashkit2: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libhashkit.so.2.0.0
diff -Nru libmemcached-1.1.4/debian/libhashkit2t64.install 
libmemcached-1.1.4/debian/libhashkit2t64.install
--- libmemcached-1.1.4/debian/libhashkit2t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libhashkit2t64.install    2023-03-06 
18:38:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libhashkit.so.2*
diff -Nru libmemcached-1.1.4/debian/libhashkit2t64.lintian-overrides 
libmemcached-1.1.4/debian/libhashkit2t64.lintian-overrides
--- libmemcached-1.1.4/debian/libhashkit2t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libhashkit2t64.lintian-overrides  2024-02-28 
14:05:13.000000000 +0000
@@ -0,0 +1,5 @@
+# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
+# this package does not use them either:
+# http://www.eyrie.org/~eagle/journal/2012-02/001.html
+libhashkit2t64: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libhashkit.so.2.0.0
+libhashkit2t64: package-name-doesnt-match-sonames libhashkit2
diff -Nru libmemcached-1.1.4/debian/libmemcached11.install 
libmemcached-1.1.4/debian/libmemcached11.install
--- libmemcached-1.1.4/debian/libmemcached11.install    2023-03-06 
18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcached11.install    1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmemcached.so.11*
diff -Nru libmemcached-1.1.4/debian/libmemcached11.lintian-overrides 
libmemcached-1.1.4/debian/libmemcached11.lintian-overrides
--- libmemcached-1.1.4/debian/libmemcached11.lintian-overrides  2023-03-06 
18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcached11.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
-# this package does not use them either:
-# http://www.eyrie.org/~eagle/journal/2012-02/001.html
-libmemcached11: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libmemcached.so.11.0.0
diff -Nru libmemcached-1.1.4/debian/libmemcached11t64.install 
libmemcached-1.1.4/debian/libmemcached11t64.install
--- libmemcached-1.1.4/debian/libmemcached11t64.install 1970-01-01 
00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcached11t64.install 2023-03-06 
18:38:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmemcached.so.11*
diff -Nru libmemcached-1.1.4/debian/libmemcached11t64.lintian-overrides 
libmemcached-1.1.4/debian/libmemcached11t64.lintian-overrides
--- libmemcached-1.1.4/debian/libmemcached11t64.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcached11t64.lintian-overrides       
2024-02-28 14:05:13.000000000 +0000
@@ -0,0 +1,5 @@
+# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
+# this package does not use them either:
+# http://www.eyrie.org/~eagle/journal/2012-02/001.html
+libmemcached11t64: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libmemcached.so.11.0.0
+libmemcached11t64: package-name-doesnt-match-sonames libmemcached11
diff -Nru libmemcached-1.1.4/debian/libmemcachedutil2.install 
libmemcached-1.1.4/debian/libmemcachedutil2.install
--- libmemcached-1.1.4/debian/libmemcachedutil2.install 2023-03-06 
18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcachedutil2.install 1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmemcachedutil.so.2*
diff -Nru libmemcached-1.1.4/debian/libmemcachedutil2.lintian-overrides 
libmemcached-1.1.4/debian/libmemcachedutil2.lintian-overrides
--- libmemcached-1.1.4/debian/libmemcachedutil2.lintian-overrides       
2023-03-06 18:38:02.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcachedutil2.lintian-overrides       
1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
-# this package does not use them either:
-# http://www.eyrie.org/~eagle/journal/2012-02/001.html
-libmemcachedutil2: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libmemcachedutil.so.2.0.0
diff -Nru libmemcached-1.1.4/debian/libmemcachedutil2t64.install 
libmemcached-1.1.4/debian/libmemcachedutil2t64.install
--- libmemcached-1.1.4/debian/libmemcachedutil2t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcachedutil2t64.install      2023-03-06 
18:38:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmemcachedutil.so.2*
diff -Nru libmemcached-1.1.4/debian/libmemcachedutil2t64.lintian-overrides 
libmemcached-1.1.4/debian/libmemcachedutil2t64.lintian-overrides
--- libmemcached-1.1.4/debian/libmemcachedutil2t64.lintian-overrides    
1970-01-01 00:00:00.000000000 +0000
+++ libmemcached-1.1.4/debian/libmemcachedutil2t64.lintian-overrides    
2024-02-28 14:05:13.000000000 +0000
@@ -0,0 +1,5 @@
+# Following Russ Allbery's advice on omitting symbols files for C++ libraries,
+# this package does not use them either:
+# http://www.eyrie.org/~eagle/journal/2012-02/001.html
+libmemcachedutil2t64: no-symbols-control-file 
usr/lib/x86_64-linux-gnu/libmemcachedutil.so.2.0.0
+libmemcachedutil2t64: package-name-doesnt-match-sonames libmemcachedutil2

Reply via email to