Étienne Mollier pushed to branch master at Debian Med / dwgsim
Commits: e5c729d9 by Étienne Mollier at 2024-08-25T09:32:39+02:00 d/rules: workaround build failure with gcc 14. Closes: #1074926 - - - - - 499f5cc3 by Étienne Mollier at 2024-08-25T09:33:13+02:00 remove-travis-ci-link.patch: remove unused patch. - - - - - 69bb7ae9 by Étienne Mollier at 2024-08-25T09:36:19+02:00 d/clean: properly cleanup multiple build artifacts. Closes: #1044706, #1049717 - - - - - dbeed64d by Étienne Mollier at 2024-08-25T09:37:39+02:00 d/control: declare compliance to standards version 4.7.0. - - - - - 6268ffdf by Étienne Mollier at 2024-08-25T09:38:18+02:00 Ready for upload to unstable. - - - - - 5 changed files: - debian/changelog - debian/clean - debian/control - − debian/patches/remove-travis-ci-link.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +dwgsim (0.1.14-3) unstable; urgency=medium + + * Team upload. + * d/rules: workaround build failure with gcc 14. (Closes: #1074926) + * remove-travis-ci-link.patch: remove unused patch. + * d/clean: properly cleanup multiple build artifacts. + (Closes: #1044706, #1049717) + * d/control: declare compliance to standards version 4.7.0. + + -- Étienne Mollier <[email protected]> Sun, 25 Aug 2024 09:38:11 +0200 + dwgsim (0.1.14-2) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -1 +1,4 @@ README.html +ex1.fa +samtools/examples +src/*.o ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), samtools, zlib1g-dev -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/dwgsim Vcs-Git: https://salsa.debian.org/med-team/dwgsim.git Homepage: https://github.com/nh13/DWGSIM/ ===================================== debian/patches/remove-travis-ci-link.patch deleted ===================================== @@ -1,11 +0,0 @@ -Author: Nilesh Patra <[email protected]> -Description: Remove Travis build status link - this is of no real use to end users and instead causes a privacy breach - hence removing this. -Last Changed: Tue July 14 2020 ---- a/README.md -+++ b/README.md -@@ -1,5 +1,3 @@ --[](https://travis-ci.org/nh13/DWGSIM) -- - Welcome to DWGSIM. - - Please see the file LICENSE for details. ===================================== debian/rules ===================================== @@ -6,6 +6,12 @@ include /usr/share/dpkg/default.mk export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# FIXME: workaround build failure with gcc 14 until upstream until +# upstream resolves [1]. +# +# [1]: https://github.com/nh13/DWGSIM/issues/88 +export DEB_CFLAGS_MAINT_APPEND = -Wno-error=incompatible-pointer-types + %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/compare/83ca07487e3eebd1d8a89b26a89f2ec9c4f5e3a1...6268ffdfa07b19a3d389059e678e8614634f4dfd -- View it on GitLab: https://salsa.debian.org/med-team/dwgsim/-/compare/83ca07487e3eebd1d8a89b26a89f2ec9c4f5e3a1...6268ffdfa07b19a3d389059e678e8614634f4dfd 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
