[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.1-1-gadb074a

Stephane Glondu steph at glondu.net
Tue Aug 12 16:35:38 UTC 2008


The following commit has been merged in the master branch:
commit adb074ad9e4e36e05985f15153839733163e438e
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 12 18:33:42 2008 +0200

    Remove XS- prefix in XS-Vcs-* in policy

diff --git a/debian/changelog b/debian/changelog
index 7c8c5fa..797cfa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-ocaml (0.2) UNRELEASED; urgency=low
+
+  * Remove XS- prefix in XS-Vcs-* in policy
+
+ -- Stephane Glondu <steph at glondu.net>  Tue, 12 Aug 2008 18:32:17 +0200
+
 dh-ocaml (0.1) experimental; urgency=low
 
   * Initial release
@@ -5,4 +11,3 @@ dh-ocaml (0.1) experimental; urgency=low
     stuff used to maintain OCaml-related packages in Debian (Closes: #451675)
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 07 Aug 2008 00:54:00 -0300
-
diff --git a/policy/appendix-svn.xml b/policy/appendix-svn.xml
index d356c40..5d9d4ca 100644
--- a/policy/appendix-svn.xml
+++ b/policy/appendix-svn.xml
@@ -17,7 +17,7 @@
   </para>
   <para>
     For this reason <emphasis>it is recommended to add the
-      <code>XS-Vcs-Svn</code> and <code>XS-Vcs-Browser</code> fields to the
+      <code>Vcs-Svn</code> and <code>Vcs-Browser</code> fields to the
       <filename>debian/control</filename> of packages maintained in
       &ocaml-force; SVN repository</emphasis>. Its name specifies that we are
     using Subversion as our Version Control System (<acronym>VCS</acronym>);
@@ -30,11 +30,11 @@
   <para>
     The general scheme for using the fields are thus:
     <programlisting>
-  XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/<emphasis>PACKAGE_NAME</emphasis>
-  XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/<emphasis>PACKAGE_NAME</emphasis>/trunk/
+  Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/<emphasis>PACKAGE_NAME</emphasis>
+  Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/<emphasis>PACKAGE_NAME</emphasis>/trunk/
     </programlisting>
     <example>
-      <title>Usage example of the XS-Vcs-* fields, from the
+      <title>Usage example of the Vcs-* fields, from the
         <application>findlib</application> package
       </title>
       <programlisting>
@@ -44,8 +44,8 @@
   Maintainer: Stefano Zacchiroli &lt;zack at debian.org&gt;
   Build-Depends: debhelper (>> 4.0.0), ocaml (>= 3.09.2), m4, gawk | awk, dpatch, cdbs
   Standards-Version: 3.7.2
-  <emphasis>XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/findlib</emphasis>
-  <emphasis>XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/</emphasis>
+  <emphasis>Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/findlib</emphasis>
+  <emphasis>Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/findlib/trunk/</emphasis>
 
   Package: ocaml-findlib
   Section: devel

-- 
dh-ocaml packaging



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