[Debian-med-packaging] Bug#1062602: librcsb-core-wrapper: NMU diff for 64-bit time_t transition
Benjamin Drung
bdrung at debian.org
Wed Feb 28 17:12:36 GMT 2024
Source: librcsb-core-wrapper
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 librcsb-core-wrapper-1.005/debian/changelog librcsb-core-wrapper-1.005/debian/changelog
--- librcsb-core-wrapper-1.005/debian/changelog 2022-12-01 07:15:25.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/changelog 2024-02-28 17:11:01.000000000 +0000
@@ -1,3 +1,10 @@
+librcsb-core-wrapper (1.005-11.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition. Closes: #1062602
+
+ -- Benjamin Drung <bdrung at debian.org> Wed, 28 Feb 2024 17:11:01 +0000
+
librcsb-core-wrapper (1.005-11) unstable; urgency=medium
* s/python3-all-dev/python3-dev/ to ignore python3.11 for the moment
diff -Nru librcsb-core-wrapper-1.005/debian/control librcsb-core-wrapper-1.005/debian/control
--- librcsb-core-wrapper-1.005/debian/control 2022-12-01 07:15:25.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/control 2024-02-28 17:11:01.000000000 +0000
@@ -5,7 +5,7 @@
Section: libs
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
doxygen,
graphviz,
dh-python,
@@ -22,7 +22,10 @@
Homepage: https://sw-tools.rcsb.org/apps/CORE-WRAPPER/index.html
Rules-Requires-Root: no
-Package: librcsb-core-wrapper0
+Package: librcsb-core-wrapper0t64
+Provides: ${t64:Provides}
+Replaces: librcsb-core-wrapper0
+Breaks: librcsb-core-wrapper0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -36,11 +39,11 @@
Package: librcsb-core-wrapper0-dev
Architecture: any
Section: libdevel
-Depends: librcsb-core-wrapper0 (= ${binary:Version}),
+Depends: librcsb-core-wrapper0t64 (= ${binary:Version}),
${misc:Depends}
Suggests: librcsb-core-wrapper-doc
Provides: librcsb-core-wrapper-dev
-Description: development files for librcsb-core-wrapper0
+Description: development files for librcsb-core-wrapper0t64
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
classes for accessing data dictionaries and mmCIF format data files.
@@ -53,7 +56,7 @@
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
-Description: documentation for librcsb-core-wrapper0
+Description: documentation for librcsb-core-wrapper0t64
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
classes for accessing data dictionaries and mmCIF format data files.
@@ -66,7 +69,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
- librcsb-core-wrapper0 (= ${binary:Version})
+ librcsb-core-wrapper0t64 (= ${binary:Version})
Suggests: librcsb-core-wrapper-doc
Provides: ${python3:Provides}
Description: library that exports C++ mmCIF accessors to Python3
diff -Nru librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.install librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.install
--- librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.install 2022-12-01 07:15:25.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lib/.libs/lib*.so.* usr/lib
diff -Nru librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.lintian-overrides librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.lintian-overrides
--- librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.lintian-overrides 2022-12-01 07:15:25.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# C++ shared library. See more in d/README.source.
-librcsb-core-wrapper0: no-symbols-control-file usr/lib/librcsb-core-wrapper.so.0.0.1
diff -Nru librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.install librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.install
--- librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.install 1970-01-01 00:00:00.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.install 2022-12-01 07:15:25.000000000 +0000
@@ -0,0 +1 @@
+lib/.libs/lib*.so.* usr/lib
diff -Nru librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.lintian-overrides librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.lintian-overrides
--- librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ librcsb-core-wrapper-1.005/debian/librcsb-core-wrapper0t64.lintian-overrides 2024-02-28 17:10:53.000000000 +0000
@@ -0,0 +1,3 @@
+# C++ shared library. See more in d/README.source.
+librcsb-core-wrapper0t64: no-symbols-control-file usr/lib/librcsb-core-wrapper.so.0.0.1
+librcsb-core-wrapper0t64: package-name-doesnt-match-sonames librcsb-core-wrapper0
More information about the Debian-med-packaging
mailing list