Sascha Steinbiss pushed to branch master at Debian Med / tantan
Commits: c5475c36 by Sascha Steinbiss at 2024-10-19T11:20:56+02:00 New upstream version 51 - - - - - 92fad649 by Sascha Steinbiss at 2024-10-19T11:20:56+02:00 Update upstream source from tag 'upstream/51' Update to upstream version '51' with Debian dir 8cd8e8d129be685edae8d3e487ef0c28a1528d80 - - - - - ac7c9416 by Sascha Steinbiss at 2024-10-19T11:24:37+02:00 new upstream release - - - - - 5 changed files: - debian/changelog - src/Makefile - src/mcf_simd.hh - src/tantan.cc - src/tantan.hh Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +tantan (51-1) unstable; urgency=medium + + * New upstream version 51. + + -- Sascha Steinbiss <[email protected]> Sat, 19 Oct 2024 11:20:59 +0200 + tantan (50-2) unstable; urgency=medium * Really bump Standards-Version. ===================================== src/Makefile ===================================== @@ -10,7 +10,7 @@ clean: rm -f ../bin/tantan VERSION1 = git describe --dirty -VERSION2 = echo ' (HEAD -> main, tag: 50) ' | sed -e 's/.*tag: *//' -e 's/[,) ].*//' +VERSION2 = echo ' (HEAD -> main, tag: 51) ' | sed -e 's/.*tag: *//' -e 's/[,) ].*//' VERSION = \"`test -e ../.git && $(VERSION1) || $(VERSION2)`\" ===================================== src/mcf_simd.hh ===================================== @@ -1,5 +1,5 @@ // Author: Martin C. Frith 2019 -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: MPL-2.0 #ifndef MCF_SIMD_HH #define MCF_SIMD_HH ===================================== src/tantan.cc ===================================== @@ -1,4 +1,5 @@ -// Copyright 2010 Martin C. Frith +// Author: Martin C. Frith 2010 +// SPDX-License-Identifier: MPL-2.0 #include "tantan.hh" #include "mcf_simd.hh" ===================================== src/tantan.hh ===================================== @@ -1,4 +1,5 @@ -// Copyright 2010 Martin C. Frith +// Author: Martin C. Frith 2010 +// SPDX-License-Identifier: MPL-2.0 // These are routines for masking simple regions (low-complexity and // short-period tandem repeats) in biological sequences. To View it on GitLab: https://salsa.debian.org/med-team/tantan/-/compare/0e5356d57dfbcb9e0b9d84ee4e6655a926490c3a...ac7c941629892880851d18f0523f253473a594ad -- View it on GitLab: https://salsa.debian.org/med-team/tantan/-/compare/0e5356d57dfbcb9e0b9d84ee4e6655a926490c3a...ac7c941629892880851d18f0523f253473a594ad 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
