[Pkg-ocaml-maint-commits] r4968 - in /trunk/packages/ocamlnet/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Dec 29 21:21:23 UTC 2007


Author: zack
Date: Sat Dec 29 21:21:23 2007
New Revision: 4968

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4968
Log:
* use ocamldoc-api-ref-config to generate the doc-base entry in debian/rules

Modified:
    trunk/packages/ocamlnet/trunk/debian/changelog
    trunk/packages/ocamlnet/trunk/debian/rules

Modified: trunk/packages/ocamlnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/changelog?rev=4968&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/changelog (original)
+++ trunk/packages/ocamlnet/trunk/debian/changelog Sat Dec 29 21:21:23 2007
@@ -1,4 +1,4 @@
-ocamlnet (2.2.8.1-4) UNRELEASED; urgency=low
+ocamlnet (2.2.8.1-4) unstable; urgency=low
 
   * promote Homepage to a real debian/control field
   * add patch camlrun_shared to link against libcamlrun_shared, so that the
@@ -10,8 +10,9 @@
     shipping libcamlrun_shared)
   * update standards-version, no changes needed
   * setting me as an uploader and d-o-m as the maintainer
-
- -- Stefano Zacchiroli <zack at debian.org>  Sat, 29 Dec 2007 22:00:29 +0100
+  * use ocamldoc-api-ref-config to generate the doc-base entry in debian/rules
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 29 Dec 2007 22:19:21 +0100
 
 ocamlnet (2.2.8.1-3) experimental; urgency=low
 

Modified: trunk/packages/ocamlnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/rules?rev=4968&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/rules (original)
+++ trunk/packages/ocamlnet/trunk/debian/rules Sat Dec 29 21:21:23 2007
@@ -35,7 +35,5 @@
 	rm -f debian/configure-stamp
 
 build/libocamlnet-ocaml-doc::
-	sed -e 's/@PACKAGE@/$(PKGNAME)/g' \
-		/usr/share/cdbs/1/class/ocaml-docbase-template.txt \
-		> debian/$(cdbs_curpkg).doc-base.ocamldoc-apiref
+	/usr/share/cdbs/1/class/ocamldoc-api-ref-config --doc-base-generate $(PKGNAME)
 




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