Andreas Tille pushed to branch master at Debian Med / seqsero
Commits: cf3684ca by Andreas Tille at 2022-09-29T15:31:23+02:00 Fix watch file - - - - - b1600d94 by Andreas Tille at 2022-09-29T15:35:27+02:00 While the package is actually architecture all its dependencies are exclusively fulfilled on amd64. To avoid debci from picking this package the architecture is specified as any. - - - - - a3b5d9e7 by Andreas Tille at 2022-09-29T15:36:06+02:00 routine-update: Standards-Version: 4.6.1 - - - - - 6e76260b by Andreas Tille at 2022-09-29T15:37:42+02:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +seqsero (1.0.1+dfsg-6) unstable; urgency=medium + + * Fix watch file + * Architecture: any + While the package is actually architecture all its dependencies + are exclusively fulfilled on amd64. To avoid debci from picking + this package the architecture is specified as any. + * Standards-Version: 4.6.1 (routine-update) + + -- Andreas Tille <[email protected]> Thu, 29 Sep 2022 15:36:15 +0200 + seqsero (1.0.1+dfsg-5) unstable; urgency=medium * Fix watchfile to detect new versions on github (routine-update) ===================================== debian/control ===================================== @@ -8,14 +8,14 @@ Build-Depends: debhelper-compat (= 13), python3, bwa, sra-toolkit -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/seqsero Vcs-Git: https://salsa.debian.org/med-team/seqsero.git Homepage: https://github.com/denglab/SeqSero Rules-Requires-Root: no Package: seqsero -Architecture: all +Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, python3-biopython, ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - https://github.com/denglab/SeqSero/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) + https://github.com/denglab/SeqSero/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) View it on GitLab: https://salsa.debian.org/med-team/seqsero/-/compare/5d64d150fcdccc93ebd8277477f1e71db7a1d45c...6e76260be6a9767baa6f577573ffd61589087a11 -- View it on GitLab: https://salsa.debian.org/med-team/seqsero/-/compare/5d64d150fcdccc93ebd8277477f1e71db7a1d45c...6e76260be6a9767baa6f577573ffd61589087a11 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
