[med-svn] [Git][med-team/gubbins][master] 4 commits: fix spelling error in binaries
Étienne Mollier
gitlab at salsa.debian.org
Mon Nov 2 12:25:03 GMT 2020
É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 <tille at debian.org> Fri, 30 Oct 2020 11:51:55 +0100
+ -- Étienne Mollier <etienne.mollier at mailoo.org> 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 <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Étienne Mollier <etienne.mollier at mailoo.org>
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 <etienne.mollier at mailoo.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201102/1317d206/attachment-0001.html>
More information about the debian-med-commit
mailing list