Andreas Tille pushed to branch master at Debian Med / seqkit
Commits: 6c7267d4 by Andreas Tille at 2021-01-27T18:09:53+01:00 do not rank rc versions higher than real releases - - - - - b0eaa1ad by Andreas Tille at 2021-01-27T18:10:15+01:00 routine-update: No tab in license text - - - - - 8d33d690 by Andreas Tille at 2021-01-27T18:14:03+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +seqkit (0.15.0+ds-2) unstable; urgency=medium + + * d/watch: do not rank rc versions higher than real releases + * No tab in license text (routine-update) + + -- Andreas Tille <[email protected]> Wed, 27 Jan 2021 18:10:17 +0100 + seqkit (0.15.0+ds-1) unstable; urgency=medium * New upstream version 0.15.0+ds ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: seqkit Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, Nilesh Patra <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Nilesh Patra <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), @@ -18,7 +19,7 @@ Build-Depends: debhelper-compat (= 13), golang-github-mattn-go-isatty-dev, golang-github-mitchellh-go-homedir-dev, golang-github-op-go-logging-dev, - golang-github-shenwei356-bio-dev (>= 0.0~git20201012.fcc4e0d~), + golang-github-shenwei356-bio-dev, golang-github-shenwei356-bwt-dev, golang-github-spf13-cobra-dev, golang-github-tatsushid-go-prettytable-dev, @@ -34,8 +35,9 @@ XS-Go-Import-Path: github.com/shenwei356/seqkit Package: seqkit Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends} Built-Using: ${misc:Built-Using} -Depends: ${misc:Depends}, ${shlibs:Depends} Description: cross-platform and ultrafast toolkit for FASTA/Q file manipulation SeqKit describes a cross-platform ultrafast comprehensive toolkit for FASTA/Q processing. SeqKit provides executable binary files for all @@ -47,7 +49,8 @@ Description: cross-platform and ultrafast toolkit for FASTA/Q file manipulation Package: seqkit-examples Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends} Description: examples for seqkit: toolkit for FASTA/Q file manipulation SeqKit describes a cross-platform ultrafast comprehensive toolkit for FASTA/Q processing. SeqKit provides executable binary files for all ===================================== debian/copyright ===================================== @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SeqKit Source: https://github.com/shenwei356/seqkit/releases Files-Excluded: benchmark/revcom_biogo - tests/*.bam* + tests/*.bam* Files: * Copyright: 2016-2020 Wei Shen, 2019 Oxford Nanopore Technologies. ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,repacksuffix=+ds,dversionmangle=auto" \ +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,uversionmangle=s/rc/~rc/,repacksuffix=+ds,dversionmangle=auto" \ https://github.com/shenwei356/seqkit/releases .*/archive/v?@ANY_VERSION@\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/seqkit/-/compare/6d3823658c702f7a0599d69b2e7f888de4158f9f...8d33d6904203cbaa43f657f8669d129352dcbae5 -- View it on GitLab: https://salsa.debian.org/med-team/seqkit/-/compare/6d3823658c702f7a0599d69b2e7f888de4158f9f...8d33d6904203cbaa43f657f8669d129352dcbae5 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
