Étienne Mollier pushed to branch master at Debian Med / trf
Commits: fa230d5a by Étienne Mollier at 2022-10-02T14:41:34+02:00 d/control: add myself to uploaders. - - - - - 1756d33a by Étienne Mollier at 2022-10-02T14:50:32+02:00 d/watch: fix watch file; use git mode. - - - - - 843769c8 by Étienne Mollier at 2022-10-02T14:52:34+02:00 d/control: declare compliance to standards version 4.6.1. - - - - - 6038eff4 by Étienne Mollier at 2022-10-02T14:56:59+02:00 typo.patch: added; fix typo caught by lintian. - - - - - fd4d3d06 by Étienne Mollier at 2022-10-02T14:58:46+02:00 d/copyright: bump copyright year for debian/*. - - - - - 5e707f7c by Étienne Mollier at 2022-10-02T14:59:51+02:00 ready to upload to unstable. - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - debian/patches/series - + debian/patches/typo.patch - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +trf (4.09.1-6) unstable; urgency=medium + + * d/control: add myself to uploaders. + * d/watch: fix watch file; use git mode. + * d/control: declare compliance to standards version 4.6.1. + * typo.patch: added; fix typo caught by lintian. + * d/copyright: bump copyright year for debian/*. + + -- Étienne Mollier <[email protected]> Sun, 02 Oct 2022 14:59:22 +0200 + trf (4.09.1-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,10 +1,11 @@ Source: trf Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/trf Vcs-Git: https://salsa.debian.org/med-team/trf.git Homepage: https://tandem.bu.edu/trf/trf.html ===================================== debian/copyright ===================================== @@ -9,6 +9,8 @@ License: AGPL-3+ Files: debian/* Copyright: 2020 Andreas Tille <[email protected]> + 2020 Nilesh Patra <[email protected]> + 2021-2022 Étienne Mollier <[email protected]> License: AGPL-3+ License: AGPL-3+ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix-exit-code.patch +typo.patch ===================================== debian/patches/typo.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix typo caught by lintian. +Author: Étienne Mollier <[email protected]> +Forwarded: no +Last-Update: 2022-10-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- trf.orig/src/trfclean.h ++++ trf/src/trfclean.h +@@ -864,7 +864,7 @@ + + if ( paramset.ngs != 1 ) { + fprintf( fp, +- "Tandem Repeats Finder Program writen by:\n\nGary " ++ "Tandem Repeats Finder Program written by:\n\nGary " + "Benson\nProgram in Bioinformatics\nBoston University\nVersion " + "%s\n\n\n%s\n\n\n%s\n\n", + versionstring, hsequence, hparameters ); ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -https://github.com/Benson-Genomics-Lab/TRF/releases/latest .*/v?@ANY_VERSION@\.tar\.gz +opts="mode=git,dversionmangle=auto" \ +https://github.com/Benson-Genomics-Lab/TRF.git \ +refs/tags/v?([\d\.\d]+) View it on GitLab: https://salsa.debian.org/med-team/trf/-/compare/ac0798abe58142ff4d3c9bcfc79bd14bebf91b20...5e707f7c2f4ff5e0c6ba6f3f29a08d61f5c9ba40 -- View it on GitLab: https://salsa.debian.org/med-team/trf/-/compare/ac0798abe58142ff4d3c9bcfc79bd14bebf91b20...5e707f7c2f4ff5e0c6ba6f3f29a08d61f5c9ba40 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
