* Policy
- mandate the compilation of *.cm[ao] with debugging information for
libraries and forbid it for bytecode programs
+ - update the Vcs-Svn info to the latest PTS documentation
- -- Stefano Zacchiroli <zack@debian.org> Mon, 09 Apr 2007 19:46:36 +0200
+ -- Stefano Zacchiroli <zack@debian.org> Wed, 16 May 2007 13:09:25 +0200
ocaml (3.09.3-1) experimental; urgency=low
</para>
<para>
For this reason <emphasis>it is recommended to add the
- <code>XS-X-Vcs-Svn</code> field 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>); its value is the URL pointing to the package's
- trunk directory.
+ <code>XS-Vcs-Svn</code> and <code>XS-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>);
+ their values are the URLs pointing to the package's trunk directory and to
+ a browsable view of the same directory. See <ulink
+ url="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391023">Bug
+ #391023</ulink> (which contains the forthcoming text for the Debian
+ Developer's Reference) for more information about these fields.
</para>
<para>
- The general scheme for using the field is thus:
+ The general scheme for using the fields are thus:
<programlisting>
- XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/<emphasis>PACKAGE_NAME</emphasis>
+ 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/
</programlisting>
<example>
- <title>Usage example of the XS-X-Vcs-Svn field, from the
+ <title>Usage example of the XS-Vcs-* fields, from the
<application>findlib</application> package
</title>
<programlisting>
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 4.0.0), ocaml (>= 3.09.2), m4, gawk | awk, dpatch, cdbs
Standards-Version: 3.7.2
- <emphasis>XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/findlib</emphasis>
+ <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>
Package: ocaml-findlib
Section: devel