From ec8187a4616115a2eec8d97a8ca81b0aa7dc9542 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 12 Nov 2022 19:40:07 +0200 Subject: Import gnucobol4_4.0~early~20200606-6 --- debian/patches/man-pages.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/patches/man-pages.patch (limited to 'debian/patches/man-pages.patch') diff --git a/debian/patches/man-pages.patch b/debian/patches/man-pages.patch new file mode 100644 index 0000000..54b85fb --- /dev/null +++ b/debian/patches/man-pages.patch @@ -0,0 +1,27 @@ +Description: add some fields to the man page +Index: gnucobol-4.0-early-20200606/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 + + HELPSOURCES = cobcrun.c $(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 +=================================================================== +--- 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 + CODE_COVERAGE_LCOV_OPTIONS = --no-external + + HELPSOURCES = help.c config.def flag.def warning.def $(top_srcdir)/configure.ac +-HELP2MAN_OPTS = --info-page=$(PACKAGE) ++HELP2MAN_OPTS = --section=1 --name="GnuCOBOL compiler" --info-page=$(PACKAGE) + + if MAKE_HAS_PREREQ_ONLY + cobc.1: $(HELPSOURCES) | $(COBC) -- cgit v1.2.3