[Debian-med-packaging] Bug#1063137: libtabixpp: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Mon Feb 26 00:32:42 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 libtabixpp-1.1.2/debian/changelog libtabixpp-1.1.2/debian/changelog
--- libtabixpp-1.1.2/debian/changelog 2024-02-17 14:40:37.000000000 +0000
+++ libtabixpp-1.1.2/debian/changelog 2024-02-26 00:29:00.000000000 +0000
@@ -1,3 +1,16 @@
+libtabixpp (1.1.2-2.1~exp2) experimental; urgency=medium
+
+ * Bump build-dependency on d-shlibs for --t64 support.
+
+ -- Steve Langasek <vorlon at debian.org> Mon, 26 Feb 2024 00:29:00 +0000
+
+libtabixpp (1.1.2-2.1~exp1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Feb 2024 08:07:05 +0000
+
libtabixpp (1.1.2-2) unstable; urgency=medium
* Enable building twice in a row.
diff -Nru libtabixpp-1.1.2/debian/control libtabixpp-1.1.2/debian/control
--- libtabixpp-1.1.2/debian/control 2024-02-17 14:35:24.000000000 +0000
+++ libtabixpp-1.1.2/debian/control 2024-02-26 00:29:00.000000000 +0000
@@ -8,14 +8,17 @@
libhts-dev,
zlib1g-dev,
libbz2-dev,
- d-shlibs
+ d-shlibs (>= 0.106~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/libtabixpp
Vcs-Git: https://salsa.debian.org/med-team/libtabixpp.git
Homepage: https://github.com/ekg/tabixpp
Rules-Requires-Root: no
-Package: libtabixpp0
+Package: libtabixpp0t64
+Provides: ${t64:Provides}
+Replaces: libtabixpp0
+Conflicts: libtabixpp0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
@@ -35,7 +38,7 @@
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libtabixpp0 (= ${binary:Version}),
+ libtabixpp0t64 (= ${binary:Version}),
libhts-dev,
zlib1g-dev,
${devlibs:Depends}
diff -Nru libtabixpp-1.1.2/debian/libtabixpp0.symbols libtabixpp-1.1.2/debian/libtabixpp0.symbols
--- libtabixpp-1.1.2/debian/libtabixpp0.symbols 2024-02-17 14:40:37.000000000 +0000
+++ libtabixpp-1.1.2/debian/libtabixpp0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-libtabixpp.so.0 libtabixpp0 #MINVER#
-* Build-Depends-Package: libtabixpp-dev
- _ZN5Tabix11getNextLineERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
- _ZN5Tabix13getKstringPtrEv at Base 1.1.0
- _ZN5Tabix13getNextLineKSEv at Base 1.1.0
- _ZN5Tabix9getHeaderERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
- _ZN5Tabix9setRegionERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
- _ZN5TabixC1ERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
- _ZN5TabixC1Ev at Base 1.0.0
- _ZN5TabixC2ERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
- _ZN5TabixC2Ev at Base 1.0.0
- _ZN5TabixD1Ev at Base 1.0.0
- _ZN5TabixD2Ev at Base 1.0.0
diff -Nru libtabixpp-1.1.2/debian/libtabixpp0t64.lintian-overrides libtabixpp-1.1.2/debian/libtabixpp0t64.lintian-overrides
--- libtabixpp-1.1.2/debian/libtabixpp0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ libtabixpp-1.1.2/debian/libtabixpp0t64.lintian-overrides 2024-02-24 08:06:27.000000000 +0000
@@ -0,0 +1 @@
+libtabixpp0t64: package-name-doesnt-match-sonames libtabixpp0
diff -Nru libtabixpp-1.1.2/debian/libtabixpp0t64.symbols libtabixpp-1.1.2/debian/libtabixpp0t64.symbols
--- libtabixpp-1.1.2/debian/libtabixpp0t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ libtabixpp-1.1.2/debian/libtabixpp0t64.symbols 2024-02-24 08:06:48.000000000 +0000
@@ -0,0 +1,13 @@
+libtabixpp.so.0 libtabixpp0t64 #MINVER#
+* Build-Depends-Package: libtabixpp-dev
+ _ZN5Tabix11getNextLineERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
+ _ZN5Tabix13getKstringPtrEv at Base 1.1.0
+ _ZN5Tabix13getNextLineKSEv at Base 1.1.0
+ _ZN5Tabix9getHeaderERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
+ _ZN5Tabix9setRegionERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
+ _ZN5TabixC1ERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
+ _ZN5TabixC1Ev at Base 1.0.0
+ _ZN5TabixC2ERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE at Base 1.0.0
+ _ZN5TabixC2Ev at Base 1.0.0
+ _ZN5TabixD1Ev at Base 1.0.0
+ _ZN5TabixD2Ev at Base 1.0.0
diff -Nru libtabixpp-1.1.2/debian/rules libtabixpp-1.1.2/debian/rules
--- libtabixpp-1.1.2/debian/rules 2024-02-17 14:40:37.000000000 +0000
+++ libtabixpp-1.1.2/debian/rules 2024-02-26 00:29:00.000000000 +0000
@@ -14,6 +14,7 @@
ln -s libtabixpp.so.* libtabixpp.so
cp tabix.hpp debian/tabix.hpp
d-shlibmove --commit \
+ --t64 \
--multiarch \
--devunversioned \
--movedev "*.hpp" 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/20240225/46eb79f8/attachment-0001.sig>
More information about the Debian-med-packaging
mailing list