[Pkg-ocaml-maint-commits] r2370 - in trunk/packages/ocaml/trunk/debian: . patches

Samuel Mimram smimram at costa.debian.org
Wed Jan 4 20:17:20 UTC 2006


Author: smimram
Date: 2006-01-04 20:17:18 +0000 (Wed, 04 Jan 2006)
New Revision: 2370

Added:
   trunk/packages/ocaml/trunk/debian/patches/manpages_section.dpatch
Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/patches/00list
Log:
Correct section for man pages.

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2006-01-04 20:08:48 UTC (rev 2369)
+++ trunk/packages/ocaml/trunk/debian/changelog	2006-01-04 20:17:18 UTC (rev 2370)
@@ -4,6 +4,7 @@
   * 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.

Modified: trunk/packages/ocaml/trunk/debian/patches/00list
===================================================================
--- trunk/packages/ocaml/trunk/debian/patches/00list	2006-01-04 20:08:48 UTC (rev 2369)
+++ trunk/packages/ocaml/trunk/debian/patches/00list	2006-01-04 20:17:18 UTC (rev 2370)
@@ -1,4 +1,5 @@
 versioned_libdir
+manpages_section
 objinfo
 dumpobj
 man-ocamlmklib

Added: trunk/packages/ocaml/trunk/debian/patches/manpages_section.dpatch
===================================================================
--- trunk/packages/ocaml/trunk/debian/patches/manpages_section.dpatch	2006-01-04 20:08:48 UTC (rev 2369)
+++ trunk/packages/ocaml/trunk/debian/patches/manpages_section.dpatch	2006-01-04 20:17:18 UTC (rev 2370)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## manpages_section.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Correct section (3) for manpages.
+
+ at 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)
+ 


Property changes on: trunk/packages/ocaml/trunk/debian/patches/manpages_section.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-ocaml-maint-commits mailing list