[Debichem-devel] Bug#1063095: openmm: NMU diff for 64-bit time_t transition

Benjamin Drung bdrung at debian.org
Thu Feb 29 12:37:03 GMT 2024


Source: openmm
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
-------------- next part --------------
diff -Nru openmm-8.0.0+dfsg/debian/changelog openmm-8.0.0+dfsg/debian/changelog
--- openmm-8.0.0+dfsg/debian/changelog	2023-11-29 06:41:00.000000000 +0000
+++ openmm-8.0.0+dfsg/debian/changelog	2024-02-29 12:34:21.000000000 +0000
@@ -1,3 +1,10 @@
+openmm (8.0.0+dfsg-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063095
+
+ -- Benjamin Drung <bdrung at debian.org>  Thu, 29 Feb 2024 12:34:21 +0000
+
 openmm (8.0.0+dfsg-6) unstable; urgency=medium
 
   * Rename debian/patches/SIMDe -> debian/patches/SIMDe.patch.
diff -Nru openmm-8.0.0+dfsg/debian/control openmm-8.0.0+dfsg/debian/control
--- openmm-8.0.0+dfsg/debian/control	2023-11-24 07:25:42.000000000 +0000
+++ openmm-8.0.0+dfsg/debian/control	2024-02-29 12:34:21.000000000 +0000
@@ -6,7 +6,7 @@
  Andrius Merkys <merkys at debian.org>,
 Section: libs
 Priority: optional
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  chrpath,
  cmake,
  cython3,
@@ -31,7 +31,7 @@
 Architecture: any
 Section: libdevel
 Depends:
- libopenmm8.0 (= ${binary:Version}),
+ libopenmm8.0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: C++ header files for the OpenMM library
@@ -49,7 +49,10 @@
  of high performance computing architectures. This package provides OpenMM
  plugins.
 
-Package: libopenmm8.0
+Package: libopenmm8.0t64
+Provides: ${t64:Provides}
+Replaces: libopenmm8.0
+Breaks: libopenmm8.0 (<< ${source:Version})
 Architecture: any
 Depends:
  ${misc:Depends},
diff -Nru openmm-8.0.0+dfsg/debian/libopenmm8.0t64.lintian-overrides openmm-8.0.0+dfsg/debian/libopenmm8.0t64.lintian-overrides
--- openmm-8.0.0+dfsg/debian/libopenmm8.0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ openmm-8.0.0+dfsg/debian/libopenmm8.0t64.lintian-overrides	2024-02-29 12:33:47.000000000 +0000
@@ -0,0 +1 @@
+libopenmm8.0t64: package-name-doesnt-match-sonames libopenmm8.0
diff -Nru openmm-8.0.0+dfsg/debian/rules openmm-8.0.0+dfsg/debian/rules
--- openmm-8.0.0+dfsg/debian/rules	2023-11-28 10:28:08.000000000 +0000
+++ openmm-8.0.0+dfsg/debian/rules	2024-02-29 12:34:19.000000000 +0000
@@ -42,7 +42,7 @@
 
 override_dh_auto_install:
 	dh_auto_install -O--buildsystem=cmake
-	dh_install -plibopenmm8.0      debian/tmp/usr/lib/libOpenMM.so.* usr/lib/${DEB_HOST_MULTIARCH}
+	dh_install -plibopenmm8.0t64   debian/tmp/usr/lib/libOpenMM.so.* usr/lib/${DEB_HOST_MULTIARCH}
 	dh_install -plibopenmm-dev     debian/tmp/usr/lib/libOpenMMAmoeba.so usr/lib/${DEB_HOST_MULTIARCH}/openmm
 	dh_install -plibopenmm-dev     debian/tmp/usr/lib/libOpenMMDrude.so  usr/lib/${DEB_HOST_MULTIARCH}/openmm
 	dh_install -plibopenmm-dev     debian/tmp/usr/lib/libOpenMMRPMD.so   usr/lib/${DEB_HOST_MULTIARCH}/openmm


More information about the Debichem-devel mailing list