Source: ntfs-3g
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 ntfs-3g-2022.10.3/debian/changelog ntfs-3g-2022.10.3/debian/changelog
--- ntfs-3g-2022.10.3/debian/changelog  2022-10-31 14:14:06.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/changelog  2024-03-01 12:40:22.000000000 +0000
@@ -1,3 +1,10 @@
+ntfs-3g (1:2022.10.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063180
+
+ -- Benjamin Drung <bdr...@debian.org>  Fri, 01 Mar 2024 12:40:22 +0000
+
 ntfs-3g (1:2022.10.3-1) unstable; urgency=high
 
   * New upstream release:
diff -Nru ntfs-3g-2022.10.3/debian/control ntfs-3g-2022.10.3/debian/control
--- ntfs-3g-2022.10.3/debian/control    2022-10-31 14:14:06.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/control    2024-03-01 12:40:21.000000000 +0000
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  chrpath,
  libgcrypt20-dev,
@@ -22,7 +22,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- libntfs-3g89 (= ${binary:Version})
+ libntfs-3g89t64 (= ${binary:Version})
 #Provides: ${ntfs-3g:Provides}
 Description: read/write NTFS driver for FUSE
  NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
@@ -34,7 +34,7 @@
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
- libntfs-3g89 (= ${binary:Version}),
+ libntfs-3g89t64 (= ${binary:Version}),
  ntfs-3g (= ${binary:Version})
 Description: read/write NTFS driver for FUSE (development)
  NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
@@ -42,7 +42,10 @@
  .
  This package contains the development files.
 
-Package: libntfs-3g89
+Package: libntfs-3g89t64
+Provides: ${t64:Provides}
+Replaces: libntfs-3g89
+Breaks: libntfs-3g89 (<< ${source:Version})
 Section: libs
 Architecture: linux-any kfreebsd-any
 Multi-Arch: same
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89.install 
ntfs-3g-2022.10.3/debian/libntfs-3g89.install
--- ntfs-3g-2022.10.3/debian/libntfs-3g89.install       2015-10-24 
07:41:03.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/*/*.so.*
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install 
ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install
--- ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89t64.install    2015-10-24 
07:41:03.000000000 +0000
@@ -0,0 +1 @@
+lib/*/*.so.*
diff -Nru ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides 
ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides
--- ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ ntfs-3g-2022.10.3/debian/libntfs-3g89t64.lintian-overrides  2024-03-01 
12:40:18.000000000 +0000
@@ -0,0 +1 @@
+libntfs-3g89t64: package-name-doesnt-match-sonames libntfs-3g89

Reply via email to