[Pkg-ocaml-maint-commits] r4745 - in /trunk/packages/camlp5/trunk/debian: changelog doc-base rules
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Sat Nov 17 15:41:49 UTC 2007
Author: zack
Date: Sat Nov 17 15:41:49 2007
New Revision: 4745
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4745
Log:
* new upstream release
* uploading to unstable
* install HTML version of the documentation and register it with doc-base
Added:
trunk/packages/camlp5/trunk/debian/doc-base
Modified:
trunk/packages/camlp5/trunk/debian/changelog
trunk/packages/camlp5/trunk/debian/rules
Modified: trunk/packages/camlp5/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlp5/trunk/debian/changelog?rev=4745&op=diff
==============================================================================
--- trunk/packages/camlp5/trunk/debian/changelog (original)
+++ trunk/packages/camlp5/trunk/debian/changelog Sat Nov 17 15:41:49 2007
@@ -1,6 +1,9 @@
-camlp5 (5.00-2) UNRELEASED; urgency=low
+camlp5 (5.02-1) unstable; urgency=low
+ * new upstream release
+ * uploading to unstable
* better debian/watch line: account for tarballs in subdirs and skip docs
+ * install HTML version of the documentation and register it with doc-base
-- Stefano Zacchiroli <zack at debian.org> Sat, 17 Nov 2007 16:16:37 +0100
Added: trunk/packages/camlp5/trunk/debian/doc-base
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlp5/trunk/debian/doc-base?rev=4745&op=file
==============================================================================
--- trunk/packages/camlp5/trunk/debian/doc-base (added)
+++ trunk/packages/camlp5/trunk/debian/doc-base Sat Nov 17 15:41:49 2007
@@ -1,0 +1,9 @@
+Document: camlp5
+Title: Camlp5 Manual
+Author: Daniel de Rauglaudre
+Abstract: Manual for the Camlp5 preprocessor and pretty-printer for OCaml programs
+Section: Applications/Programming
+
+Format: HTML
+Index: /usr/share/doc/camlp5/html/index.html
+Files: /usr/share/doc/camlp5/html/*.html
Modified: trunk/packages/camlp5/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlp5/trunk/debian/rules?rev=4745&op=diff
==============================================================================
--- trunk/packages/camlp5/trunk/debian/rules (original)
+++ trunk/packages/camlp5/trunk/debian/rules Sat Nov 17 15:41:49 2007
@@ -30,3 +30,5 @@
clean::
rm -f debian/META
+build/$(PKGNAME)::
+ $(MAKE) -C doc/htmlp/
More information about the Pkg-ocaml-maint-commits
mailing list