summaryrefslogtreecommitdiff
path: root/debian/patches/man-pages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/man-pages.patch')
-rw-r--r--debian/patches/man-pages.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/patches/man-pages.patch b/debian/patches/man-pages.patch
index 54b85fb..e984f6b 100644
--- a/debian/patches/man-pages.patch
+++ b/debian/patches/man-pages.patch
@@ -1,22 +1,22 @@
Description: add some fields to the man page
-Index: gnucobol-4.0-early-20200606/bin/Makefile.am
+Index: gnucobol4-debian/bin/Makefile.am
===================================================================
---- gnucobol-4.0-early-20200606.orig/bin/Makefile.am
-+++ gnucobol-4.0-early-20200606/bin/Makefile.am
-@@ -41,7 +41,7 @@ CODE_COVERAGE_LCOV_OPTIONS = --no-exter
- MAINTAINERCLEANFILES = cobcrun.1
+--- gnucobol4-debian.orig/bin/Makefile.am
++++ gnucobol4-debian/bin/Makefile.am
+@@ -50,7 +50,7 @@ MAINTAINERCLEANFILES = cobcrun.1
- HELPSOURCES = cobcrun.c $(top_srcdir)/configure.ac
+ HELPSOURCES_COBCRUN = cobcrun.c $(top_srcdir)/configure.ac
+ HELPSOURCES_COBCONFIG = cob-config.in $(top_srcdir)/configure.ac
-HELP2MAN_OPTS = --info-page=$(PACKAGE)
+HELP2MAN_OPTS = --section=1 --name="GnuCOBOL module loader" --info-page=$(PACKAGE)
if MAKE_HAS_PREREQ_ONLY
- cobcrun.1: $(HELPSOURCES) | $(COBCRUN)
-Index: gnucobol-4.0-early-20200606/cobc/Makefile.am
+ cobcrun.1: $(HELPSOURCES_COBCRUN) | $(COBCRUN)
+Index: gnucobol4-debian/cobc/Makefile.am
===================================================================
---- gnucobol-4.0-early-20200606.orig/cobc/Makefile.am
-+++ gnucobol-4.0-early-20200606/cobc/Makefile.am
-@@ -49,7 +49,7 @@ CODE_COVERAGE_BRANCH_COVERAGE=1
+--- gnucobol4-debian.orig/cobc/Makefile.am
++++ gnucobol4-debian/cobc/Makefile.am
+@@ -54,7 +54,7 @@ CODE_COVERAGE_BRANCH_COVERAGE=1
CODE_COVERAGE_LCOV_OPTIONS = --no-external
HELPSOURCES = help.c config.def flag.def warning.def $(top_srcdir)/configure.ac