Andreas Tille pushed to branch master at Debian Med / libgzstream
Commits: dfb99b23 by Andreas Tille at 2025-01-15T16:34:18+01:00 Mark missing symbols as optional - - - - - 4058a3f6 by Andreas Tille at 2025-01-15T16:34:40+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 132e3453 by Andreas Tille at 2025-01-15T16:43:50+01:00 cme fix dpkg-control - - - - - 2a78e7e0 by Andreas Tille at 2025-01-15T16:44:04+01:00 dh_makeshlibs entertains changing the symbols file into something else including Debian revision which is wrong. Just drop symbols file - - - - - 5c2a9ac9 by Andreas Tille at 2025-01-15T16:45:06+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - − debian/libgzstream0.symbols Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libgzstream (1.5+git20171107.9a20658-3) unstable; urgency=medium + + * Remove symbols file + Closes: #1092886 + * Standards-Version: 4.7.0 (routine-update) + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Wed, 15 Jan 2025 16:44:23 +0100 + libgzstream (1.5+git20171107.9a20658-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), d-shlibs, zlib1g-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/libgzstream Vcs-Git: https://salsa.debian.org/med-team/libgzstream.git Homepage: https://www.cs.unc.edu/Research/compgeom/gzstream/ @@ -14,10 +14,10 @@ Rules-Requires-Root: no Package: libgzstream0 Architecture: any +Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} -Multi-Arch: same Description: provide functionality of zlib C-library in a C++ iostream Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. @@ -26,13 +26,11 @@ Description: provide functionality of zlib C-library in a C++ iostream Package: libgzstream-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libgzstream0 (= ${binary:Version}) -Breaks: libxdmf-dev (<< 2.1.dfsg.1-14) -Replaces: libxdmf-dev (<< 2.1.dfsg.1-14) -Multi-Arch: same Description: provide functionality of zlib C-library in a C++ iostream (development) Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. ===================================== debian/libgzstream0.symbols deleted ===================================== @@ -1,28 +0,0 @@ -libgzstream.so.0 libgzstream0 #MINVER# - _ZN11gzstreambuf12flush_bufferEv@Base 1.5+dfsg - _ZN11gzstreambuf4openEPKci@Base 1.5+dfsg - _ZN11gzstreambuf4syncEv@Base 1.5+dfsg - _ZN11gzstreambuf5closeEv@Base 1.5+dfsg - _ZN11gzstreambuf8overflowEi@Base 1.5+dfsg - _ZN11gzstreambuf9underflowEv@Base 1.5+dfsg - _ZN11gzstreambufD0Ev@Base 1.5+dfsg - _ZN11gzstreambufD1Ev@Base 1.5+dfsg - _ZN11gzstreambufD2Ev@Base 1.5+dfsg - _ZN12gzstreambase4openEPKci@Base 1.5+dfsg - _ZN12gzstreambase5closeEv@Base 1.5+dfsg - _ZN12gzstreambaseC1EPKci@Base 1.5+dfsg - _ZN12gzstreambaseC2EPKci@Base 1.5+dfsg - _ZN12gzstreambaseD0Ev@Base 1.5+dfsg - _ZN12gzstreambaseD1Ev@Base 1.5+dfsg - _ZN12gzstreambaseD2Ev@Base 1.5+dfsg - _ZTI11gzstreambuf@Base 1.5+dfsg - _ZTI12gzstreambase@Base 1.5+dfsg - _ZTS11gzstreambuf@Base 1.5+dfsg - _ZTS12gzstreambase@Base 1.5+dfsg - _ZTT12gzstreambase@Base 1.5+dfsg - _ZTV11gzstreambuf@Base 1.5+dfsg - _ZTV12gzstreambase@Base 1.5+dfsg - (arch-bits=64)_ZTv0_n24_N12gzstreambaseD0Ev@Base 1.5+dfsg - (arch-bits=64)_ZTv0_n24_N12gzstreambaseD1Ev@Base 1.5+dfsg - (arch-bits=32)_ZTv0_n12_N12gzstreambaseD0Ev@Base 1.5+dfsg - (arch-bits=32)_ZTv0_n12_N12gzstreambaseD1Ev@Base 1.5+dfsg View it on GitLab: https://salsa.debian.org/med-team/libgzstream/-/compare/2f9c221d944c7d54d613428b3c2a9ddea73b4445...5c2a9ac9a1479bdd6269fdc3ebe2e8ddafa9544c -- View it on GitLab: https://salsa.debian.org/med-team/libgzstream/-/compare/2f9c221d944c7d54d613428b3c2a9ddea73b4445...5c2a9ac9a1479bdd6269fdc3ebe2e8ddafa9544c 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
