Sascha Steinbiss pushed to branch master at Debian Med / fastaq
Commits: 4e62b68f by Sascha Steinbiss at 2023-12-18T17:57:02+01:00 enable building twice in a row - - - - - 15d6a03d by Sascha Steinbiss at 2023-12-18T17:57:12+01:00 bump Standards-Version - - - - - ed01b895 by Sascha Steinbiss at 2023-12-18T17:57:22+01:00 update d/copyright - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +fastaq (3.17.0-6) unstable; urgency=medium + + * Enable building twice in a row. + Closes: #1044289 + * Bump Standards-Version. + * Bump copyright dates. + * Update copyright info in d/copyright. + + -- Sascha Steinbiss <[email protected]> Mon, 18 Dec 2023 17:18:28 +0100 + fastaq (3.17.0-5) unstable; urgency=medium * Actually fix watchfile. ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13), python3-pytest, samtools, help2man -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/fastaq Vcs-Git: https://salsa.debian.org/med-team/fastaq.git Homepage: https://github.com/sanger-pathogens/Fastaq ===================================== debian/copyright ===================================== @@ -4,11 +4,12 @@ Source: https://github.com/sanger-pathogens/Fastaq Files: * Copyright: © 2012-2015 Martin Hunt <[email protected]> + © 2013-2017 by Genome Research Ltd. License: GPL-3 Files: debian/* Copyright: © 2014 Jorge Soares <[email protected]> - © 2015-2022 Sascha Steinbiss <[email protected]> + © 2015-2023 Sascha Steinbiss <[email protected]> License: GPL-3 License: GPL-3 ===================================== debian/rules ===================================== @@ -17,7 +17,7 @@ override_dh_auto_build: cd $(CURDIR)/doc override_dh_auto_clean: - rm -rf build .pybuild doc pyfastaq.egg-info + rm -rf build .pybuild doc pyfastaq.egg-info .pytest_cache find . -name __pycache__ | xargs rm -rf rm -rf $(mandir) View it on GitLab: https://salsa.debian.org/med-team/fastaq/-/compare/004855f2fcd676a1b8f46ffda98e1ab305174e07...ed01b8955a41e9aef51850fd7cbe757e7a610352 -- View it on GitLab: https://salsa.debian.org/med-team/fastaq/-/compare/004855f2fcd676a1b8f46ffda98e1ab305174e07...ed01b8955a41e9aef51850fd7cbe757e7a610352 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
