Source: libfreefare
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 libfreefare-0.4.0/debian/changelog libfreefare-0.4.0/debian/changelog
--- libfreefare-0.4.0/debian/changelog  2021-01-05 10:29:39.000000000 +0000
+++ libfreefare-0.4.0/debian/changelog  2024-03-01 12:21:18.000000000 +0000
@@ -1,3 +1,10 @@
+libfreefare (0.4.0-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063128
+
+ -- Benjamin Drung <bdr...@debian.org>  Fri, 01 Mar 2024 12:21:18 +0000
+
 libfreefare (0.4.0-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru libfreefare-0.4.0/debian/control libfreefare-0.4.0/debian/control
--- libfreefare-0.4.0/debian/control    2013-12-26 04:31:31.000000000 +0000
+++ libfreefare-0.4.0/debian/control    2024-03-01 12:21:18.000000000 +0000
@@ -2,13 +2,16 @@
 Section: libs
 Priority: extra
 Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libnfc-dev (>= 1.7.0~rc7), 
pkg-config, libssl-dev
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 9), dh-autoreconf, 
libnfc-dev (>= 1.7.0~rc7), pkg-config, libssl-dev
 Standards-Version: 3.9.5
 Homepage: https://code.google.com/p/libfreefare/
 Vcs-Git: git://anonscm.debian.org/collab-maint/libnfc.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/libfreefare.git;a=summary
 
-Package: libfreefare0
+Package: libfreefare0t64
+Provides: ${t64:Provides}
+Replaces: libfreefare0
+Breaks: libfreefare0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -23,7 +26,7 @@
 Package: libfreefare-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libfreefare0 (= ${binary:Version}), libnfc-dev
+Depends: ${misc:Depends}, libfreefare0t64 (= ${binary:Version}), libnfc-dev
 Suggests: libfreefare-doc
 Multi-Arch: same
 Description: MIFARE card manipulations library (development files)
@@ -35,7 +38,7 @@
 Package: libfreefare-bin
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfreefare0 (>= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfreefare0t64 (>= 
${binary:Version})
 Description: MIFARE card manipulations binaries
  The libfreefare project aims to provide a convenient API for MIFARE
  card manipulations.
diff -Nru libfreefare-0.4.0/debian/libfreefare0.install 
libfreefare-0.4.0/debian/libfreefare0.install
--- libfreefare-0.4.0/debian/libfreefare0.install       2013-12-24 
23:04:54.000000000 +0000
+++ libfreefare-0.4.0/debian/libfreefare0.install       1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libfreefare.so.*
diff -Nru libfreefare-0.4.0/debian/libfreefare0t64.install 
libfreefare-0.4.0/debian/libfreefare0t64.install
--- libfreefare-0.4.0/debian/libfreefare0t64.install    1970-01-01 
00:00:00.000000000 +0000
+++ libfreefare-0.4.0/debian/libfreefare0t64.install    2013-12-24 
23:04:54.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libfreefare.so.*
diff -Nru libfreefare-0.4.0/debian/libfreefare0t64.lintian-overrides 
libfreefare-0.4.0/debian/libfreefare0t64.lintian-overrides
--- libfreefare-0.4.0/debian/libfreefare0t64.lintian-overrides  1970-01-01 
00:00:00.000000000 +0000
+++ libfreefare-0.4.0/debian/libfreefare0t64.lintian-overrides  2024-03-01 
12:21:14.000000000 +0000
@@ -0,0 +1 @@
+libfreefare0t64: package-name-doesnt-match-sonames libfreefare0

Reply via email to