Étienne Mollier pushed to branch master at Debian Med / gubbins
Commits: bdadb1cf by Étienne Mollier at 2020-11-02T13:12:19+01:00 fix spelling error in binaries - - - - - a34cdc25 by Étienne Mollier at 2020-11-02T13:21:42+01:00 add myself to uploaders - - - - - d58288b8 by Étienne Mollier at 2020-11-02T13:22:10+01:00 routine-update: debhelper-compat 13 - - - - - eee5e03d by Étienne Mollier at 2020-11-02T13:24:06+01:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/series - + debian/patches/spelling-error-in-binary.patch Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -gubbins (2.4.1-3) UNRELEASED; urgency=medium +gubbins (2.4.1-3) unstable; urgency=medium [ Andreas Tille ] * Remove non-working e-mail addresses @@ -6,8 +6,11 @@ gubbins (2.4.1-3) UNRELEASED; urgency=medium [ Étienne Mollier ] * Added src/ to PATH for build time tests. (Closes: #971111) + * Fixed spelling error in gubbins binaries. + * Added myself to Uploaders. + * debhelper-compat 13 (routine-update) - -- Andreas Tille <[email protected]> Fri, 30 Oct 2020 11:51:55 +0100 + -- Étienne Mollier <[email protected]> Mon, 02 Nov 2020 13:22:13 +0100 gubbins (2.4.1-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -1,9 +1,10 @@ Source: gubbins 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 (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, fasttree, iqtree, ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ do_not_handle_python_by_upstream_build_system.patch gubbins_exe_in_usr_lib.patch +spelling-error-in-binary.patch ===================================== debian/patches/spelling-error-in-binary.patch ===================================== @@ -0,0 +1,28 @@ +Description: fix spelling error in binaries +Author: Étienne Mollier <[email protected]> +Forwarded: no +Last-Update: 2020-11-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- gubbins.orig/src/alignment_file.c ++++ gubbins/src/alignment_file.c +@@ -101,7 +101,7 @@ + int length_of_genome; + + if( access( filename, F_OK ) == -1 ) { +- printf("Cannot calculate genome_length because file '%s' doesnt exist\n",filename); ++ printf("Cannot calculate genome_length because file '%s' does not exist\n",filename); + exit(0); + } + +--- gubbins.orig/src/main.c ++++ gubbins/src/main.c +@@ -59,7 +59,7 @@ + if( access( filename, F_OK ) != -1 ) { + return 1; + } else { +- printf("Error: File '%s' doesnt exist\n",filename); ++ printf("Error: File '%s' does not exist\n",filename); + print_usage(stderr, EXIT_FAILURE); + return 0; + } View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/e6d7228fdeb320ee10ef1c2dd094d80a807f2c7b...eee5e03da77d72967bac8c35e4897c04c894454d -- View it on GitLab: https://salsa.debian.org/med-team/gubbins/-/compare/e6d7228fdeb320ee10ef1c2dd094d80a807f2c7b...eee5e03da77d72967bac8c35e4897c04c894454d 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
