Étienne Mollier pushed to branch master at Debian Med / librcsb-core-wrapper
Commits: 945ea237 by Benjamin Drung at 2024-02-28T19:43:10+01:00 Rename libraries for 64-bit time_t transition. Closes: #1062602 Signed-off-by: Étienne Mollier <[email protected]> - - - - - 5 changed files: - debian/changelog - debian/control - − debian/librcsb-core-wrapper0.lintian-overrides - debian/librcsb-core-wrapper0.install → debian/librcsb-core-wrapper0t64.install - + debian/librcsb-core-wrapper0t64.lintian-overrides Changes: ===================================== debian/changelog ===================================== @@ -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 <[email protected]> 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 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <[email protected]>, 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 @@ Vcs-Git: https://salsa.debian.org/med-team/librcsb-core-wrapper.git 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 @@ Description: C++ library providing OO API to information in mmCIF format 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 @@ Architecture: all 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 @@ Section: python 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 ===================================== debian/librcsb-core-wrapper0.lintian-overrides deleted ===================================== @@ -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 ===================================== debian/librcsb-core-wrapper0.install → debian/librcsb-core-wrapper0t64.install ===================================== ===================================== debian/librcsb-core-wrapper0t64.lintian-overrides ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/945ea237e6da63e6f432a8a179392159f961b5ce -- View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/945ea237e6da63e6f432a8a179392159f961b5ce You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
