From: Samuel Mimram Date: Wed, 4 Jan 2006 20:24:08 +0000 (+0000) Subject: Undo last commit for manpages, which was unnecessary. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~669 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=91765d6d359c740b15d66cef758c9039dd139b6c;p=ocaml.git Undo last commit for manpages, which was unnecessary. --- diff --git a/debian/changelog b/debian/changelog index 8591ef78..1179aa46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,6 @@ ocaml (3.09.1-1) UNRELEASED; urgency=low * Removing possibly leftover /usr/lib/ocaml/ld.conf, closes: #300846. * Updated objinfo.dpatch. * Added dumpobj.dpatch to install ocamldumpobj. - * Added manpages_section.dpatch to correct the section for man pages. * Added a rule in rules to generate (manually) ocaml-source.files and updated ocaml-source.files. * Added a watch file. diff --git a/debian/patches/00list b/debian/patches/00list index 1e6c05ad..04b4ec79 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,5 +1,4 @@ versioned_libdir -manpages_section objinfo dumpobj man-ocamlmklib diff --git a/debian/patches/manpages_section.dpatch b/debian/patches/manpages_section.dpatch index 9ca91f70..e69de29b 100755 --- a/debian/patches/manpages_section.dpatch +++ b/debian/patches/manpages_section.dpatch @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## manpages_section.dpatch by Samuel Mimram -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Correct section (3) for manpages. - -@DPATCH@ -diff -urNad ocaml-3.09.1~/ocamldoc/Makefile ocaml-3.09.1/ocamldoc/Makefile ---- ocaml-3.09.1~/ocamldoc/Makefile 2005-11-10 15:44:36.000000000 +0100 -+++ ocaml-3.09.1/ocamldoc/Makefile 2006-01-04 21:14:39.000000000 +0100 -@@ -313,7 +313,7 @@ - - stdlib_man/Pervasives.3o: $(STDLIB_MLIS) - $(MKDIR) stdlib_man -- $(OCAMLDOC_RUN) -man -d stdlib_man $(INCLUDES) \ -+ $(OCAMLDOC_RUN) -man -man-section 3 -d stdlib_man $(INCLUDES) \ - -t "OCaml library" -man-mini \ - $(STDLIB_MLIS) -