[Pkg-haskell-commits] r715 - /packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Mon May 28 12:43:20 UTC 2007


Author: arjan
Date: Mon May 28 12:43:19 2007
New Revision: 715

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=715
Log:
 r1952 at nebula:  arjan | 2007-05-28 14:39:23 +0200
 Add missing patch.

Added:
    packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch   (with props)

Added: packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch?rev=715&op=file
==============================================================================
--- packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch (added)
+++ packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch Mon May 28 12:43:19 2007
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 09_link-to-other-docs.dpatch by Arjan Oosting <arjan at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add the appropriate --use-package options so haddock will link
+## DP: to names in other packages.
+
+
+ at DPATCH@
+diff -urNad haxml-stable~/Makefile haxml-stable/Makefile
+--- haxml-stable~/Makefile	2007-05-28 13:34:31.000000000 +0200
++++ haxml-stable/Makefile	2007-05-28 13:35:20.000000000 +0200
+@@ -79,7 +79,7 @@
+ 		do cpphs --noline -D__NHC__ $$file >$$file.uncpp; \
+ 		done
+ 	-mkdir docs/HaXml
+-	haddock -h -t HaXml -o docs/HaXml $(patsubst %, %.uncpp, $(SRCS))
++	haddock --use-package=base --use-package=haskell98 -h -t HaXml -o docs/HaXml $(patsubst %, %.uncpp, $(SRCS))
+ 	rm $(patsubst %, %.uncpp, $(SRCS))
+ 
+ # packaging a distribution

Propchange: packages/haxml/branches/stable/debian/patches/09_link-to-other-docs.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-haskell-commits mailing list