[eso-midas] 05/06: Remove patch fix_esoext_c.patch This patch was not applied by ESO; however it is not that important to keep it.
Ole Streicher
olebole at moszumanska.debian.org
Fri May 22 10:48:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository eso-midas.
commit dbfb8979ef44b968cdf0512eaabd626aa357b257
Author: Ole Streicher <olebole at debian.org>
Date: Fri May 22 12:07:19 2015 +0200
Remove patch fix_esoext_c.patch
This patch was not applied by ESO; however it is not that important to keep it.
---
debian/patches/fix_esoext_c.patch | 55 ---------------------------------------
debian/patches/series | 1 -
2 files changed, 56 deletions(-)
diff --git a/debian/patches/fix_esoext_c.patch b/debian/patches/fix_esoext_c.patch
deleted file mode 100644
index dd5f76a..0000000
--- a/debian/patches/fix_esoext_c.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Author: Ole Streicher <olebole at debian.org>
-Description: Remove the unused "-t" option.
- Code from this option causes a warning during compilation, and it is
- not used anyway.
---- a/system/ext/esoext.c
-+++ b/system/ext/esoext.c
-@@ -78,7 +78,7 @@
- char stmt[MXSTAT]; /* present statement */
- char lbuf[MXLBUF][MXLINE]; /* buffer for input lines */
- char u_text[] = /* usage text */
-- "usage: esoext [-csdnilxuv] [-f file] [-t table] [-I path]\n";
-+ "usage: esoext [-csdnilxuv] [-f file] [-I path]\n";
-
- int main(argc, argv)
- int argc;
-@@ -86,7 +86,7 @@
- {
- int c, ns, n, i, stype, action, nip, line_type();
- int hstat[MXFSTAT], put_line(), labno,chk_id();
-- char *f_name, *o_name, *table, *new_ext();
-+ char *f_name, *o_name, *new_ext();
- char *incl_path[MXINCP], *incl_name, *incl_file();
- char *p,cont, *plab, label[6], get_line();
- char *push_lab(), *pop_lab(), *new_file();
-@@ -98,7 +98,7 @@
- for (n=0; n<MXINCP; n++) incl_path[n] = (char *) 0;
-
- f_flag = 0; x_flag = 0; fp = (FILE *) 0;
-- f_name = (char *) 0; table = (char *) 0;
-+ f_name = (char *) 0;
-
- argv++;
- if (--argc != 0) /* decode parameters */
-@@ -141,13 +141,6 @@
- }
- f_name = p; f_flag = 1;
- break;
-- case 't' : /* table of long names */
-- if (!(*(++p))) {
-- if (!argc--) { printf("%s",u_text); exit(1); }
-- p = *argv++;
-- }
-- table = p;
-- break;
- case 'I' : /* path name of includes */
- if (!(*(++p))) {
- if (!argc--) { printf("%s",u_text); exit(1); }
-@@ -171,7 +164,6 @@
-
- if (x_flag & VER_FLAG) printf("Option flag: %x\n",x_flag);
-
-- if (table) fopen(table,"r");
- if (!f_flag) f_name = new_file();
-
- do { /* loop through one file */
diff --git a/debian/patches/series b/debian/patches/series
index 78af426..bfd55e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,7 +10,6 @@ system_readline.patch
fix_manpages.patch
dont_compile_sp_pty.patch
fix_fitswdm_c.patch
-fix_esoext_c.patch
qsort.patch
fix_rarthm_for.patch
fix_mdb_put.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git
More information about the debian-science-commits
mailing list