Santiago Vila pushed to branch master at Debian Med / mssstest
Commits: e7d5436d by Santiago Vila at 2026-02-01T23:44:00+01:00 Fix clean target. - - - - - 05370daa by Santiago Vila at 2026-02-01T23:45:00+01:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - f4118894 by Santiago Vila at 2026-02-01T23:46:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - 6f393720 by Santiago Vila at 2026-02-01T23:47:00+01:00 d/control: Update standards-version. - - - - - ba1dee82 by Santiago Vila at 2026-02-01T23:48:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 3dc49d3e by Santiago Vila at 2026-02-01T23:49:00+01:00 d/patches: Fix some metadata. - - - - - 3e11c6a8 by Santiago Vila at 2026-02-01T23:50:00+01:00 Upload for unstable as 3.0-8 - - - - - 8 changed files: - debian/changelog - debian/control - debian/patches/10_fixdatapath.patch - debian/patches/10_makefile.patch - debian/patches/20_gcc-4.3.patch - debian/patches/gcc6.patch - debian/patches/hardening.patch - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,14 +1,22 @@ mssstest (3.0-8) unstable; urgency=medium * Team upload. + + [ Nilesh Patra ] * Standards-Version: 4.5.0 (routine-update) * debhelper-compat 13 (routine-update) * Add salsa-ci file (routine-update) - * Rules-Requires-Root: no (routine-update) * Trim trailing whitespace. * Fix day-of-week for changelog entry 2.0-2. + * Add autopkgtests. + + [ Santiago Vila ] + * Fix clean target. + * Drop "Priority: optional" (default). + * Update standards-version again. + * Simplify salsa-ci.yml. - -- Nilesh Patra <[email protected]> Wed, 18 Nov 2020 17:57:32 +0530 + -- Santiago Vila <[email protected]> Sun, 01 Feb 2026 23:50:00 +0100 mssstest (3.0-7) unstable; urgency=medium ===================================== debian/control ===================================== @@ -4,13 +4,11 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> Section: non-free/science XS-Autobuild: yes -Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.5.0 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/mssstest Vcs-Git: https://salsa.debian.org/med-team/mssstest.git Homepage: https://www-gene.cimr.cam.ac.uk/MSgenetics/GAMES/MSSS/index.html -Rules-Requires-Root: no Package: mssstest Architecture: any ===================================== debian/patches/10_fixdatapath.patch ===================================== @@ -1,7 +1,7 @@ Description: Use explicit path /usr/share/mssstest to the data files instead requiring the user to have these files in the local directory. Author: Andreas Tille <[email protected]> -Last-Update: Sun, 20 Jul 2008 21:51:26 +0200 +Last-Update: 2008-07-20 --- mssstest-3.0.orig/roxburgh.cpp +++ mssstest-3.0/roxburgh.cpp ===================================== debian/patches/10_makefile.patch ===================================== @@ -1,7 +1,7 @@ Description: Patch makefile to get the name of resulting executable in lower cases and without .exe extension Author: Andreas Tille <[email protected]> -Last-Update: Sun, 20 Jul 2008 21:51:26 +0200 +Last-Update: 2026-02-01 --- mssstest-3.0.orig/makefile +++ mssstest-3.0/makefile @@ -21,4 +21,4 @@ Last-Update: Sun, 20 Jul 2008 21:51:26 +0200 g++ -c $(mu).cpp -g -o $(mu).o +clean: -+ rm -f *.o ++ rm -f *.o mssstest ===================================== debian/patches/20_gcc-4.3.patch ===================================== @@ -1,6 +1,6 @@ Description: Fix gcc-4.3 problem Author: Andreas Tille <[email protected]> -Last-Update: Sun, 20 Jul 2008 21:51:26 +0200 +Last-Update: 2008-07-20 --- mssstest-3.0.orig/neededroutines.cpp +++ mssstest-3.0/neededroutines.cpp ===================================== debian/patches/gcc6.patch ===================================== @@ -1,5 +1,6 @@ -DescriptionL fix building with GCC6 +Description: fix building with GCC 6 Author: Sascha Steinbiss <[email protected]> + --- a/neededroutines.cpp +++ b/neededroutines.cpp @@ -169,7 +169,7 @@ ===================================== debian/patches/hardening.patch ===================================== @@ -1,6 +1,6 @@ Description: propagate hardening options Author: Andreas Tille <[email protected]> -Last-Update: Tue, 26 Jan 2016 11:39:01 +0100 +Last-Update: 2026-02-01 --- a/makefile +++ b/makefile @@ -21,4 +21,4 @@ Last-Update: Tue, 26 Jan 2016 11:39:01 +0100 + g++ $(CPPFLAGS) $(CXXFLAGS) -c $(mu).cpp -g -o $(mu).o clean: - rm -f *.o + rm -f *.o mssstest ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- 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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml View it on GitLab: https://salsa.debian.org/med-team/mssstest/-/compare/f497c45eb5f165880142ef9b3620a61d09439223...3e11c6a86ebb9bf3bf10656cc3d5fa735e53b684 -- View it on GitLab: https://salsa.debian.org/med-team/mssstest/-/compare/f497c45eb5f165880142ef9b3620a61d09439223...3e11c6a86ebb9bf3bf10656cc3d5fa735e53b684 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
