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

Bug#1062509: libopenshot: NMU diff for 64-bit time_t transition



Source: libopenshot
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 libopenshot-0.3.2+dfsg1/debian/changelog libopenshot-0.3.2+dfsg1/debian/changelog
--- libopenshot-0.3.2+dfsg1/debian/changelog	2023-10-13 10:56:19.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/changelog	2024-02-28 16:02:52.000000000 +0000
@@ -1,3 +1,10 @@
+libopenshot (0.3.2+dfsg1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062509
+
+ -- Benjamin Drung <bdrung@debian.org>  Wed, 28 Feb 2024 16:02:52 +0000
+
 libopenshot (0.3.2+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru libopenshot-0.3.2+dfsg1/debian/control libopenshot-0.3.2+dfsg1/debian/control
--- libopenshot-0.3.2+dfsg1/debian/control	2023-10-11 13:47:27.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/control	2024-02-28 16:02:52.000000000 +0000
@@ -4,7 +4,7 @@
 Section: libs
 Rules-Requires-Root: no
 Priority: optional
-Build-Depends: cmake,
+Build-Depends: dpkg-dev (>= 1.22.5), cmake,
                debhelper-compat (= 13),
                dh-python,
                ffmpeg,
@@ -37,7 +37,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libopenshot25 (= ${binary:Version})
+         libopenshot25t64 (= ${binary:Version})
 Suggests: libopenshot-doc <!nodoc>
 Description: development files for the OpenShot video library
  OpenShot Library (libopenshot) is an open-source project dedicated to
@@ -46,7 +46,10 @@
  .
  This package provides the development files.
 
-Package: libopenshot25
+Package: libopenshot25t64
+Provides: ${t64:Provides}
+Replaces: libopenshot25
+Breaks: libopenshot25 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25.install libopenshot-0.3.2+dfsg1/debian/libopenshot25.install
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25.install	2023-10-11 10:10:55.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.install	2023-10-11 10:10:55.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides
--- libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libopenshot-0.3.2+dfsg1/debian/libopenshot25t64.lintian-overrides	2024-02-28 16:02:18.000000000 +0000
@@ -0,0 +1 @@
+libopenshot25t64: package-name-doesnt-match-sonames libopenshot25

Reply to: