Étienne Mollier pushed to branch master at Debian Med / libslow5lib
Commits: 7408e8c0 by Étienne Mollier at 2025-11-05T22:14:47+01:00 enable_shared_and_static.patch: normalise timestamp. - - - - - 72429967 by Étienne Mollier at 2025-11-05T22:17:09+01:00 d/watch: convert to v5 Github template. - - - - - 97a76a55 by Étienne Mollier at 2025-11-05T22:19:22+01:00 d/libslow5-0t64.lintian-overrides: deleted. The override has become unused. - - - - - b946887e by Étienne Mollier at 2025-11-05T22:20:04+01:00 d/rules: fix permissions on README.md files. - - - - - 65592b08 by Étienne Mollier at 2025-11-05T22:20:57+01:00 d/changelog: ready to upload to unstable (hopefully). - - - - - 5 changed files: - debian/changelog - − debian/libslow5-0t64.lintian-overrides - debian/patches/enable_shared_and_static.patch - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -libslow5lib (1.3.1+dfsg-1) UNRELEASED; urgency=medium +libslow5lib (1.3.1+dfsg-1) unstable; urgency=medium * New upstream version 1.3.1+dfsg. (Closes: #1069771, #1117756) * use_debian_packaged_streamvbyte.patch: refresh. @@ -12,8 +12,13 @@ libslow5lib (1.3.1+dfsg-1) UNRELEASED; urgency=medium * d/clean: cleanup extra files. (Closes: #1048497) * d/rules: protect include/ directory from mishaps. (Closes: #1049769) * unshuffle-makefile.patch: new: fix make --reverse. (Closes: #1105533) + * enable_shared_and_static.patch: normalise timestamp. + * d/watch: convert to v5 Github template. + * d/libslow5-0t64.lintian-overrides: deleted. + The override has become unused. + * d/rules: fix permissions on README.md files. - -- Étienne Mollier <[email protected]> Wed, 05 Nov 2025 22:09:59 +0100 + -- Étienne Mollier <[email protected]> Wed, 05 Nov 2025 22:20:23 +0100 libslow5lib (0.7.0+dfsg-3) unstable; urgency=medium ===================================== debian/libslow5-0t64.lintian-overrides deleted ===================================== @@ -1 +0,0 @@ -libslow5-0t64: package-name-doesnt-match-sonames libslow5-0 ===================================== debian/patches/enable_shared_and_static.patch ===================================== @@ -1,5 +1,5 @@ Author: Andreas Tille <[email protected]> -Last-Update: Wed, 29 Jun 2022 20:34:40 +0200 +Last-Update: 2022-06-29 Description: Enable static and shared library --- libslow5lib.orig/CMakeLists.txt ===================================== debian/rules ===================================== @@ -55,6 +55,12 @@ override_dh_install: execute_after_dh_install: dh_numpy3 +SLOW5_EXAMPLES_DIR = debian/python3-slow5/usr/share/doc/python3-slow5/examples +execute_after_dh_fixperms: + chmod -x $(SLOW5_EXAMPLES_DIR)/README.md + chmod -x $(SLOW5_EXAMPLES_DIR)/adv/README.md + chmod -x $(SLOW5_EXAMPLES_DIR)/mt/README.md + override_dh_installexamples: dh_installexamples dh_installexamples -ppython3-slow5 python/example.py ===================================== debian/watch ===================================== @@ -1,4 +1,7 @@ -version=4 +Version: 5 -opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -https://github.com/hasindu2008/slow5lib/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz +Template: Github +Owner: hasindu2008 +Project: slow5lib +Repack-Suffix: +dfsg +DVersion-Mangle: auto View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/a844fab76b1aca0947fd1e0394ed0986881df7aa...65592b0888bfc09c36b9bfc3b4d03bc0963005f1 -- View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/a844fab76b1aca0947fd1e0394ed0986881df7aa...65592b0888bfc09c36b9bfc3b4d03bc0963005f1 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
