[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.5.0-2-g9bb15d9

Stefano Zacchiroli zack at upsilon.cc
Sun Jul 19 09:07:06 UTC 2009


The following commit has been merged in the master branch:
commit 8ace326b09eced55a25b07382a25016eb3464f86
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Jul 19 11:01:02 2009 +0200

    clarify that the checked-out package is d-o-m specific

diff --git a/debian/changelog b/debian/changelog
index 459a337..a883f2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-ocaml (0.5.1) UNRELEASED; urgency=low
+
+  [ Stefano Zacchiroli ]
+  * dom-git-checkout manpage: clarify that the tool is d-o-m specific
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 19 Jul 2009 11:01:11 +0200
+
 dh-ocaml (0.5.0) unstable; urgency=low
 
   [ Stephane Glondu ]
diff --git a/manpages/dom-git-checkout.xml b/manpages/dom-git-checkout.xml
index 33d9e65..20caf48 100644
--- a/manpages/dom-git-checkout.xml
+++ b/manpages/dom-git-checkout.xml
@@ -29,7 +29,8 @@
 
   <refnamediv>
     <refname>&dhprg;</refname>
-    <refpurpose>Checkout the git repository of the package given as argument</refpurpose>
+    <refpurpose>Checkout the Git repository of a pkg-ocaml-maint
+    package</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
@@ -42,10 +43,19 @@
   <refsect1>
     <title>DESCRIPTION</title>
 
-    <para>Checkout the git repository of the package given as argument
-      and track <emphasis role="bold">upstream</emphasis>
-      and <emphasis role="bold">pristine-tar</emphasis> branches.
-    </para>
+    <para>Checkout the git repository of a package belonging to the
+    pkg-ocaml-maint project on alioth.debian.org. (pkg-ocaml-maint is
+    a collaborative package maintenance project, aimed at maintaining
+    packages related to the OCaml programming language.)</para>
+
+    <para>The package to be checked out is given as argument, using
+      source package name.</para>
+
+    <para>After having cloned the remote repository, remote tracking
+      is also setup for the
+      <emphasis role="bold">upstream</emphasis>
+      and <emphasis role="bold">pristine-tar</emphasis>
+      branches.</para>
 
   </refsect1>
 
@@ -55,7 +65,8 @@
     <variablelist>
       <varlistentry>
 	<term><option>pkg_name</option></term>
-	<listitem><para>The name of the package to checkout</para></listitem>
+	<listitem><para>The name of the (source) package to
+	checkout</para></listitem>
       </varlistentry>
 
     </variablelist>

-- 
dh-ocaml packaging



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