[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062294: libfixbuf: NMU diff for 64-bit time_t transition



Source: libfixbuf
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 libfixbuf-2.4.1+ds/debian/changelog libfixbuf-2.4.1+ds/debian/changelog
--- libfixbuf-2.4.1+ds/debian/changelog	2022-11-02 22:26:09.000000000 +0000
+++ libfixbuf-2.4.1+ds/debian/changelog	2024-02-28 11:57:18.000000000 +0000
@@ -1,3 +1,10 @@
+libfixbuf (2.4.1+ds-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062294
+
+ -- Benjamin Drung <bdrung@debian.org>  Wed, 28 Feb 2024 11:57:18 +0000
+
 libfixbuf (2.4.1+ds-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru libfixbuf-2.4.1+ds/debian/control libfixbuf-2.4.1+ds/debian/control
--- libfixbuf-2.4.1+ds/debian/control	2022-11-02 22:26:09.000000000 +0000
+++ libfixbuf-2.4.1+ds/debian/control	2024-02-28 11:57:18.000000000 +0000
@@ -3,7 +3,7 @@
 Section: net
 Priority: optional
 Standards-Version: 4.6.1
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libglib2.0-dev,
 Build-Depends-Indep:
@@ -29,7 +29,10 @@
  ipfixDump is a command line tool for printing the contents of an IPFIX
  file as text.
 
-Package: libfixbuf9
+Package: libfixbuf9t64
+Provides: ${t64:Provides}
+Replaces: libfixbuf9
+Breaks: libfixbuf9 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -47,7 +50,7 @@
 
 Package: libfixbuf-dev
 Architecture: any
-Depends: libfixbuf9 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
+Depends: libfixbuf9t64 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
 Breaks: libfixbuf3-dev (<< 2)
 Replaces: libfixbuf3-dev (<< 2)
 Multi-Arch: same
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9.install libfixbuf-2.4.1+ds/debian/libfixbuf9.install
--- libfixbuf-2.4.1+ds/debian/libfixbuf9.install	2022-11-02 22:26:09.000000000 +0000
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libfixbuf.so.9*
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install
--- libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9t64.install	2022-11-02 22:26:09.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libfixbuf.so.9*
diff -Nru libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides
--- libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libfixbuf-2.4.1+ds/debian/libfixbuf9t64.lintian-overrides	2024-02-28 11:57:13.000000000 +0000
@@ -0,0 +1 @@
+libfixbuf9t64: package-name-doesnt-match-sonames libfixbuf9

Reply to: