Steffen Möller pushed to branch master at Debian Med / gubbins


Commits:
006a9a5e by Steffen Moeller at 2020-01-08T13:29:20+01:00
Don't point to file with .py ending that does not exist

- - - - -


1 changed file:

- debian/patches/gubbins_exe_in_usr_lib.patch


Changes:

=====================================
debian/patches/gubbins_exe_in_usr_lib.patch
=====================================
@@ -18,3 +18,16 @@ Index: gubbins/python/gubbins/common.py
      if utils.which(gubbins_exec) is None:
          # Check if the Gubbins C-program is available in its source directory 
(for tests/Travis)
          gubbins_bundled_exec = 
os.path.abspath(os.path.join(current_directory, '../src/gubbins'))
+Index: gubbins/src/main.c
+===================================================================
+--- gubbins.orig/src/main.c
++++ gubbins/src/main.c
+@@ -38,7 +38,7 @@ const char* program_name;
+ 
+ void print_usage(FILE* stream, int exit_code)
+ {
+-  fprintf (stream, "This program is not supposed to be directly run. Use 
run_gubbins.py instead\n");
++  fprintf (stream, "This program is not supposed to be directly run. Use 
run_gubbins instead\n");
+   fprintf (stream, "Usage:  %s [options] alignment_file\n", program_name);
+   fprintf (stream, "Version: %s\n", PACKAGE_VERSION);
+   fprintf (stream,



View it on GitLab: 
https://salsa.debian.org/med-team/gubbins/commit/006a9a5e383fd158aeb4f7acd9b6022565296ffd

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/gubbins/commit/006a9a5e383fd158aeb4f7acd9b6022565296ffd
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to