[Debian-med-packaging] Bug#1062612: librostlab: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Sat Feb 24 08:01:40 GMT 2024
Hello,
The package that was previously uploaded to experimental was unfortunately
broken because we did not notice that the package uses d-shlibs and
therefore needs additional changes.
Please find a fixed patch attached.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru librostlab-1.0.20/debian/changelog librostlab-1.0.20/debian/changelog
--- librostlab-1.0.20/debian/changelog 2023-09-09 11:26:38.000000000 +0000
+++ librostlab-1.0.20/debian/changelog 2024-02-24 08:00:37.000000000 +0000
@@ -1,3 +1,16 @@
+librostlab (1.0.20-13.1~exp2) experimental; urgency=medium
+
+ * Bump d-shlibs build-dependency for --t64 support.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Feb 2024 08:00:37 +0000
+
+librostlab (1.0.20-13.1~exp1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org> Fri, 02 Feb 2024 05:58:59 +0000
+
librostlab (1.0.20-13) unstable; urgency=medium
* Team Upload.
diff -Nru librostlab-1.0.20/debian/control librostlab-1.0.20/debian/control
--- librostlab-1.0.20/debian/control 2023-09-09 11:26:35.000000000 +0000
+++ librostlab-1.0.20/debian/control 2024-02-24 08:00:33.000000000 +0000
@@ -7,7 +7,7 @@
Build-Depends: debhelper-compat (= 13),
dh-linktree,
debhelper
-Build-Depends-Arch: d-shlibs
+Build-Depends-Arch: d-shlibs (>= 0.106~)
Build-Depends-Indep: doxygen,
graphviz,
texlive-latex-recommended,
@@ -22,7 +22,10 @@
Homepage: https://rostlab.org/
Rules-Requires-Root: no
-Package: librostlab3
+Package: librostlab3t64
+Provides: ${t64:Provides}
+Replaces: librostlab3
+Conflicts: librostlab3 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -48,7 +51,7 @@
Package: librostlab3-dev
Architecture: any
Section: libdevel
-Depends: librostlab3 (= ${binary:Version}),
+Depends: librostlab3t64 (= ${binary:Version}),
${misc:Depends}
Suggests: librostlab-doc
Conflicts: librostlab-dev
diff -Nru librostlab-1.0.20/debian/librostlab3.symbols librostlab-1.0.20/debian/librostlab3.symbols
--- librostlab-1.0.20/debian/librostlab3.symbols 2023-09-09 11:14:32.000000000 +0000
+++ librostlab-1.0.20/debian/librostlab3.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-librostlab.so.3 librostlab3 #MINVER#
- _ZN7rostlab8blosum62E at Base 1.0.20
diff -Nru librostlab-1.0.20/debian/librostlab3t64.lintian-overrides librostlab-1.0.20/debian/librostlab3t64.lintian-overrides
--- librostlab-1.0.20/debian/librostlab3t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ librostlab-1.0.20/debian/librostlab3t64.lintian-overrides 2024-02-02 05:58:59.000000000 +0000
@@ -0,0 +1 @@
+librostlab3t64: package-name-doesnt-match-sonames librostlab3
diff -Nru librostlab-1.0.20/debian/librostlab3t64.symbols librostlab-1.0.20/debian/librostlab3t64.symbols
--- librostlab-1.0.20/debian/librostlab3t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ librostlab-1.0.20/debian/librostlab3t64.symbols 2024-02-02 05:58:59.000000000 +0000
@@ -0,0 +1,2 @@
+librostlab.so.3 librostlab3t64 #MINVER#
+ _ZN7rostlab8blosum62E at Base 1.0.20
diff -Nru librostlab-1.0.20/debian/rules librostlab-1.0.20/debian/rules
--- librostlab-1.0.20/debian/rules 2023-09-09 11:14:32.000000000 +0000
+++ librostlab-1.0.20/debian/rules 2024-02-24 08:00:17.000000000 +0000
@@ -16,6 +16,7 @@
override_dh_install-arch:
dh_install
d-shlibmove --commit \
+ --t64 \
--multiarch \
--exclude-la \
--movedev debian/tmp/usr/include/* usr/include \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20240224/f0085c50/attachment.sig>
More information about the Debian-med-packaging
mailing list