Étienne Mollier pushed to branch master at Debian Med / qcat
Commits: 84dcf213 by Chris Lamb at 2025-11-13T21:30:17+01:00 d/rules: make the build reproducible. Closes: #1120634 Signed-off-by: Étienne Mollier <[email protected]> - - - - - ad63d45a by Étienne Mollier at 2025-11-13T21:39:41+01:00 d/watch: convert to v5 Github template. - - - - - 6056af45 by Étienne Mollier at 2025-11-13T21:41:48+01:00 d/patches/*: declare forwarding unneeded. The project is archived upstream. - - - - - a04d82a1 by Étienne Mollier at 2025-11-13T21:43:23+01:00 d/u/metadata: document bug tracking (though not useful). - - - - - 514d6fa4 by Étienne Mollier at 2025-11-13T21:50:00+01:00 d/changelog: ready for upload to unstable. - - - - - 7 changed files: - debian/changelog - debian/patches/remove_six.patch - debian/patches/setup.patch - debian/patches/yaml_safe_load.patch - debian/rules - debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +qcat (1.1.0-9) unstable; urgency=medium + + * Team upload. + + [ Chris Lamb ] + * d/rules: make the build reproducible. + Signed-off-by: Étienne Mollier <[email protected]> (Closes: #1120634) + + [ Étienne Mollier ] + * d/watch: convert to v5 Github template. + * d/patches/*: declare forwarding unneeded. + The project is archived upstream. + * d/u/metadata: document bug tracking (though not useful). + + -- Étienne Mollier <[email protected]> Thu, 13 Nov 2025 21:43:55 +0100 + qcat (1.1.0-8) unstable; urgency=medium * Enable nocheck build profile job in Salsa CI. ===================================== debian/patches/remove_six.patch ===================================== @@ -1,6 +1,7 @@ From: Alexandre Detiste <[email protected]> Subject: remove trivial usage of python3-six -Forwarded: no, project is archived + Forwarding is not possible because the project is archived. +Forwarded: not-needed --- a/qcat/cli.py +++ b/qcat/cli.py ===================================== debian/patches/setup.patch ===================================== @@ -1,5 +1,7 @@ From: Santiago Vila <[email protected]> Subject: Tell setup.py to always install test files + Forwarding is not possible because the project is archived. +Forwarded: not-needed Bug-Debian: https://bugs.debian.org/1103326 Last-Update: 2025-09-29 ===================================== debian/patches/yaml_safe_load.patch ===================================== @@ -1,4 +1,6 @@ Description: Replace instances of yaml.load with yaml.safe_load + Forwarding is not possible because the project is archived. +Forwarded: not-needed Author: Nilesh Patra <[email protected]> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022451 Last-Update: 2022-11-06 ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk -export PYBUILD_BEFORE_TEST=cp -r {dir}/$(DEB_SOURCE)/test {build_dir}/$(DEB_SOURCE) ; +export PYBUILD_BEFORE_TEST=cp -ar {dir}/$(DEB_SOURCE)/test {build_dir}/$(DEB_SOURCE) ; %: dh $@ --buildsystem=pybuild ===================================== debian/upstream/metadata ===================================== @@ -2,3 +2,5 @@ Registry: - Name: conda:bioconda Entry: qcat Repository-Browse: https://github.com/nanoporetech/qcat +Bug-Database: https://github.com/nanoporetech/qcat/issues +Bug-Submit: https://github.com/nanoporetech/qcat/issues/new ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 +Version: 5 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/nanoporetech/qcat/tags .*/v?@ANY_VERSION@\.tar\.gz +Template: Github +Owner: nanoporetech +Project: qcat View it on GitLab: https://salsa.debian.org/med-team/qcat/-/compare/24cba4552aaa08aa3262f750895e51b1db67fa78...514d6fa447ca04172db4cc300aae1e12c2494c9c -- View it on GitLab: https://salsa.debian.org/med-team/qcat/-/compare/24cba4552aaa08aa3262f750895e51b1db67fa78...514d6fa447ca04172db4cc300aae1e12c2494c9c 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
