Andreas Tille pushed to branch master at Debian Med / pplacer
Commits: b16782fe by Andreas Tille at 2020-06-22T09:21:19+02:00 Fix spelling - - - - - 04b7248b by Andreas Tille at 2020-06-22T09:22:46+02:00 Upload to new - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/spelling.patch Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -pplacer (1.1~alpha19-1) UNRELEASED; urgency=medium +pplacer (1.1~alpha19-1) unstable; urgency=medium - * Initial release (Closes: #<bug>) + * Initial release (Closes: #963476) - -- Andreas Tille <[email protected]> Fri, 22 May 2020 07:19:29 +0200 + -- Andreas Tille <[email protected]> Mon, 22 Jun 2020 09:22:18 +0200 ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ ocamlbuild fix_makefile.patch ocaml_stdlib ocaml_bytes +spelling.patch ===================================== debian/patches/spelling.patch ===================================== @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 22 May 2020 07:19:29 +0200 +Description: Fix spelling + +--- a/cdd_src/cddio.c ++++ b/cdd_src/cddio.c +@@ -1557,7 +1557,7 @@ void dd_WriteLPMode(FILE *f) + default: break; + } + +- fprintf(f, "* Redundancy cheking solver: "); ++ fprintf(f, "* Redundancy checking solver: "); + switch (dd_choiceRedcheckAlgorithm) { + case dd_DualSimplex: + fprintf(f, "DualSimplex\n"); View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/0e64ac7167f17ccf06da66cfdbb489abc9de6dd1...04b7248bf8fc00234c923a0ff16274a92b26e04d -- View it on GitLab: https://salsa.debian.org/med-team/pplacer/-/compare/0e64ac7167f17ccf06da66cfdbb489abc9de6dd1...04b7248bf8fc00234c923a0ff16274a92b26e04d 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
