Source: sleuthkit
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 sleuthkit-4.12.1+dfsg/debian/changelog 
sleuthkit-4.12.1+dfsg/debian/changelog
--- sleuthkit-4.12.1+dfsg/debian/changelog      2023-12-22 14:12:22.000000000 
+0000
+++ sleuthkit-4.12.1+dfsg/debian/changelog      2024-02-29 16:17:47.000000000 
+0000
@@ -1,3 +1,10 @@
+sleuthkit (4.12.1+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062902
+
+ -- Benjamin Drung <bdr...@debian.org>  Thu, 29 Feb 2024 16:17:47 +0000
+
 sleuthkit (4.12.1+dfsg-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru sleuthkit-4.12.1+dfsg/debian/control 
sleuthkit-4.12.1+dfsg/debian/control
--- sleuthkit-4.12.1+dfsg/debian/control        2023-12-22 13:57:05.000000000 
+0000
+++ sleuthkit-4.12.1+dfsg/debian/control        2024-02-29 16:17:47.000000000 
+0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
-Build-Depends: ant,
+Build-Depends: dpkg-dev (>= 1.22.5), ant,
                debhelper-compat (= 13),
                libafflib-dev (>= 3.6.6),
                libewf-dev (>= 20130416),
@@ -48,14 +48,16 @@
  .
  This package contains the set of command line tools in The Sleuth Kit.
 
-Package: libtsk19
+Package: libtsk19t64
+Provides: ${t64:Provides}
+Breaks: libtsk19 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Conflicts: libtsk10v5
-Replaces: libtsk10v5
+Replaces: libtsk19, libtsk10v5
 Description: library for forensics analysis on volume and filesystem data
  The Sleuth Kit, also known as TSK, is a collection of UNIX-based command
  line file and volume system forensic analysis tools. The filesystem tools
@@ -85,7 +87,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libtsk19 (= ${binary:Version}),
+Depends: libtsk19t64 (= ${binary:Version}),
          zlib1g-dev,
          ${misc:Depends}
 Description: library for forensics analysis (development files)
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19.install 
sleuthkit-4.12.1+dfsg/debian/libtsk19.install
--- sleuthkit-4.12.1+dfsg/debian/libtsk19.install       2023-12-22 
13:37:47.000000000 +0000
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libtsk.so.*
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install 
sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install
--- sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19t64.install    2023-12-22 
13:37:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libtsk.so.*
diff -Nru sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides 
sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides
--- sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ sleuthkit-4.12.1+dfsg/debian/libtsk19t64.lintian-overrides  2024-02-29 
16:17:39.000000000 +0000
@@ -0,0 +1 @@
+libtsk19t64: package-name-doesnt-match-sonames libtsk19

Reply via email to