[Pkg-ocaml-maint-commits] r5183 - in /trunk/packages/galax/trunk/debian: galax-doc.dirs galax-doc.docs galax-doc.install galax-doc.links patches/00list patches/no-clean-doc.dpatch rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Feb 17 18:15:33 UTC 2008


Author: zack
Date: Sun Feb 17 18:15:33 2008
New Revision: 5183

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5183
Log:
fix missing documentation, provide symlinks to ease finding documentation

Added:
    trunk/packages/galax/trunk/debian/galax-doc.dirs
    trunk/packages/galax/trunk/debian/galax-doc.install
    trunk/packages/galax/trunk/debian/galax-doc.links
    trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch   (with props)
Removed:
    trunk/packages/galax/trunk/debian/galax-doc.docs
Modified:
    trunk/packages/galax/trunk/debian/patches/00list
    trunk/packages/galax/trunk/debian/rules

Added: trunk/packages/galax/trunk/debian/galax-doc.dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/galax-doc.dirs?rev=5183&op=file
==============================================================================
--- trunk/packages/galax/trunk/debian/galax-doc.dirs (added)
+++ trunk/packages/galax/trunk/debian/galax-doc.dirs Sun Feb 17 18:15:33 2008
@@ -1,0 +1,1 @@
+usr/share/doc/galax

Added: trunk/packages/galax/trunk/debian/galax-doc.install
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/galax-doc.install?rev=5183&op=file
==============================================================================
--- trunk/packages/galax/trunk/debian/galax-doc.install (added)
+++ trunk/packages/galax/trunk/debian/galax-doc.install Sun Feb 17 18:15:33 2008
@@ -1,0 +1,1 @@
+doc	usr/share/doc/galax/

Added: trunk/packages/galax/trunk/debian/galax-doc.links
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/galax-doc.links?rev=5183&op=file
==============================================================================
--- trunk/packages/galax/trunk/debian/galax-doc.links (added)
+++ trunk/packages/galax/trunk/debian/galax-doc.links Sun Feb 17 18:15:33 2008
@@ -1,0 +1,2 @@
+usr/share/doc/libgalax-ocaml-dev/html/api	usr/share/doc/galax-doc/api
+usr/share/doc/galax/doc				usr/share/doc/galax-doc/manual

Modified: trunk/packages/galax/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/patches/00list?rev=5183&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/patches/00list (original)
+++ trunk/packages/galax/trunk/debian/patches/00list Sun Feb 17 18:15:33 2008
@@ -1,2 +1,3 @@
 configure_typo.dpatch
 meta.dpatch
+no-clean-doc.dpatch

Added: trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch?rev=5183&op=file
==============================================================================
--- trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch (added)
+++ trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch Sun Feb 17 18:15:33 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no-clean-doc.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: avoid cleaning HTML/PDF documentation, upstream's is already fine
+
+ at DPATCH@
+diff -urNad trunk~/doc/Makefile trunk/doc/Makefile
+--- trunk~/doc/Makefile	2007-10-25 02:08:41.000000000 +0200
++++ trunk/doc/Makefile	2008-02-17 19:05:42.000000000 +0100
+@@ -200,6 +200,7 @@
+ 	for i in $(HTMLFILES); do ($(RM) $(CONF_GALAX_MAN)/$$i); done
+ 	for i in *.gif; do ($(RM) $(CONF_GALAX_MAN)/$$i); done
+ 
++clean: RM = true
+ clean: 
+ 	$(RM) manual.log manual.pdf *.aux *.haux *.htoc *.html
+ 

Propchange: trunk/packages/galax/trunk/debian/patches/no-clean-doc.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/packages/galax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/rules?rev=5183&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/rules (original)
+++ trunk/packages/galax/trunk/debian/rules Sun Feb 17 18:15:33 2008
@@ -14,9 +14,7 @@
 DEB_DH_GENCONTROL_ARGS += -Vocaml-interp:Depends=ocaml-base-nox-$(OCAMLABI)
 endif
 
-DEB_DH_INSTALL_ARGS += -XCVS
-DEB_INSTALL_DOCS_ALL += -XCVS
-DEB_INSTALL_DOCS_galax-doc += -Xlicense
+DEB_DH_INSTALL_ARGS += -XCVS -Xlicense.tex
 
 # configuration flags (incrementally defined)
 CFGFLAGS =




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