Andreas Tille pushed to branch master at Debian Med / ariba
Commits: 9d7e4f30 by Andreas Tille at 2022-11-27T06:48:56+01:00 Fix watch file - - - - - e1d197ac by Andreas Tille at 2022-11-27T06:49:10+01:00 routine-update: Standards-Version: 4.6.1 - - - - - 0dc0e211 by Andreas Tille at 2022-11-27T06:50:41+01:00 routine-update: Add salsa-ci file - - - - - 28cd645d by Andreas Tille at 2022-11-27T06:56:08+01:00 Add TODO - - - - - 4 changed files: - debian/changelog - debian/control - + debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +ariba (2.14.6+ds-4) UNRELEASED; urgency=medium + + * Team upload. + * Fix watch file + * Standards-Version: 4.6.1 (routine-update) + * Add salsa-ci file (routine-update) + TODO; Bug #1021675, https://github.com/sanger-pathogens/ariba/issues/327 + + -- Andreas Tille <[email protected]> Sun, 27 Nov 2022 06:48:31 +0100 + ariba (2.14.6+ds-3) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -9,46 +9,46 @@ Build-Depends: debhelper-compat (= 13), python3-all-dev, python3-dendropy, python3-setuptools, - python3-pymummer (>= 0.10.2), - python3-pysam (>= 0.9.1), + python3-pymummer, + python3-pysam, python3-pytest, python3-bs4, python3-matplotlib, python3-tk, - bowtie2 (>= 2.1.0), + bowtie2, cd-hit, mash, libminimap-dev, - libfml-dev (>= 0.1-4~), + libfml-dev, mummer, - fastaq (>= 3.12.0), + fastaq, help2man, asciidoctor, spades [amd64] <!nocheck> -Standards-Version: 4.6.0 -Rules-Requires-Root: no +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/ariba Vcs-Git: https://salsa.debian.org/med-team/ariba.git Homepage: https://github.com/sanger-pathogens/ariba +Rules-Requires-Root: no Package: ariba Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, - bowtie2 (>= 2.1.0), + bowtie2, cd-hit, mash, - libfml0 (>= 0.1-4~), + libfml0, libminimap0, mummer, python3-biopython, python3-dendropy, - python3-pymummer (>= 0.10.2), - python3-pysam (>= 0.9.1), + python3-pymummer, + python3-pysam, python3-matplotlib, python3-tk, - fastaq (>= 3.12.0) + fastaq Suggests: spades Description: Antibiotic Resistance Identification By Assembly ARIBA is a tool that identifies antibiotic resistance genes by running local ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ version=4 -opts=repacksuffix=+ds,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,repack,compression=xz \ -https://github.com/sanger-pathogens/ariba/releases .*/archive/refs/tags/v(\d[\d.]+)\.zip + +opts="repacksuffix=+ds,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/sanger-pathogens/ariba/tags .*/v(\d[\d.]+)\.tar.gz View it on GitLab: https://salsa.debian.org/med-team/ariba/-/compare/ea96a70ca024e89cbd6af7b19c2b833d0bf17243...28cd645dab02ac86f5b6d77c7dfb14ea05b58294 -- View it on GitLab: https://salsa.debian.org/med-team/ariba/-/compare/ea96a70ca024e89cbd6af7b19c2b833d0bf17243...28cd645dab02ac86f5b6d77c7dfb14ea05b58294 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
