[Pkg-ocaml-maint-commits] r3491 - in
/trunk/packages/coq-doc/trunk/debian: changelog patches/00list
patches/faq-urldef.dpatch
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Sun Jan 7 21:18:04 CET 2007
Author: smimram
Date: Sun Jan 7 21:18:03 2007
New Revision: 3491
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3491
Log:
Added faq-urldef.dpatch to workaround hevea bug #405994.
Added:
trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch (with props)
Modified:
trunk/packages/coq-doc/trunk/debian/changelog
trunk/packages/coq-doc/trunk/debian/patches/00list
Modified: trunk/packages/coq-doc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/coq-doc/trunk/debian/changelog?rev=3491&op=diff
==============================================================================
--- trunk/packages/coq-doc/trunk/debian/changelog (original)
+++ trunk/packages/coq-doc/trunk/debian/changelog Sun Jan 7 21:18:03 2007
@@ -1,6 +1,7 @@
coq-doc (8.1~gamma-1) experimental; urgency=low
* New upstream release.
+ * Added faq-urldef.dpatch to workaround hevea bug #405994.
-- Samuel Mimram <smimram at debian.org> Sun, 7 Jan 2007 20:18:31 +0100
Modified: trunk/packages/coq-doc/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/coq-doc/trunk/debian/patches/00list?rev=3491&op=diff
==============================================================================
--- trunk/packages/coq-doc/trunk/debian/patches/00list (original)
+++ trunk/packages/coq-doc/trunk/debian/patches/00list Sun Jan 7 21:18:03 2007
@@ -1,1 +1,2 @@
config_makefile
+faq-urldef
Added: trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch?rev=3491&op=file
==============================================================================
--- trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch (added)
+++ trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch Sun Jan 7 21:18:03 2007
@@ -1,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## faq-urldef.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Workaround hevea bug #405994.
+
+ at DPATCH@
+diff -urNad coq-doc-8.1~gamma~/faq/FAQ.tex coq-doc-8.1~gamma/faq/FAQ.tex
+--- coq-doc-8.1~gamma~/faq/FAQ.tex 2007-01-07 18:54:09.000000000 +0000
++++ coq-doc-8.1~gamma/faq/FAQ.tex 2007-01-07 19:53:45.000000000 +0000
+@@ -105,22 +105,14 @@
+
+
+ \newcommand\vfile[2]{\ahref{#1}{\tt {#2}.v}}
+-\urldef{\InitWf}{\url}
+- {http://coq.inria.fr/library/Coq.Init.Wf.html}
+-\urldef{\LogicBerardi}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.Berardi.html}
+-\urldef{\LogicClassical}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.Classical.html}
+-\urldef{\LogicClassicalFacts}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.ClassicalFacts.html}
+-\urldef{\LogicClassicalDescription}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.ClassicalDescription.html}
+-\urldef{\LogicProofIrrelevance}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.ProofIrrelevance.html}
+-\urldef{\LogicEqdep}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.Eqdep.html}
+-\urldef{\LogicEqdepDec}{\url}
+- {http://coq.inria.fr/library/Coq.Logic.Eqdep_dec.html}
++\urldef{\InitWf}{\url}{http://coq.inria.fr/library/Coq.Init.Wf.html}
++\urldef{\LogicBerardi}{\url}{http://coq.inria.fr/library/Coq.Logic.Berardi.html}
++\urldef{\LogicClassical}{\url}{http://coq.inria.fr/library/Coq.Logic.Classical.html}
++\urldef{\LogicClassicalFacts}{\url}{http://coq.inria.fr/library/Coq.Logic.ClassicalFacts.html}
++\urldef{\LogicClassicalDescription}{\url}{http://coq.inria.fr/library/Coq.Logic.ClassicalDescription.html}
++\urldef{\LogicProofIrrelevance}{\url}{http://coq.inria.fr/library/Coq.Logic.ProofIrrelevance.html}
++\urldef{\LogicEqdep}{\url}{http://coq.inria.fr/library/Coq.Logic.Eqdep.html}
++\urldef{\LogicEqdepDec}{\url}{http://coq.inria.fr/library/Coq.Logic.Eqdep_dec.html}
+
+
+
Propchange: trunk/packages/coq-doc/trunk/debian/patches/faq-urldef.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-ocaml-maint-commits
mailing list