[Pkg-ocaml-maint-commits] r2802 - in /trunk/policy/trunk: appendix-svn.xml chapter-generalities.xml

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Mon May 29 19:40:56 UTC 2006


Author: treinen
Date: Mon May 29 19:40:56 2006
New Revision: 2802

URL: http://svn.debian.org/wsvn/?sc=1&rev=2802
Log:
fix some typos
add how to obtain a copy of the svn repo

Modified:
    trunk/policy/trunk/appendix-svn.xml
    trunk/policy/trunk/chapter-generalities.xml

Modified: trunk/policy/trunk/appendix-svn.xml
URL: http://svn.debian.org/wsvn/trunk/policy/trunk/appendix-svn.xml?rev=2802&op=diff
==============================================================================
--- trunk/policy/trunk/appendix-svn.xml (original)
+++ trunk/policy/trunk/appendix-svn.xml Mon May 29 19:40:56 2006
@@ -1,7 +1,13 @@
 <section>
     <title>How to obtain a copy of the SVN archive</title>
     <para>
-        FIXME: to be filled in
+      You can obtain a copy of debian-ocaml-maint SVN archive by
+      <programlisting>
+svn co svn+ssh://svn.debian.org/svn/pkg-ocaml-maint
+      </programlisting>
+      You must be member of the
+      <ulink url="http://pkg-ocaml-maint.alioth.debian.org/">Debian
+      OCaml Task Force</ulink> in order to have write access to this archive. 
     </para>
 </section>
 
@@ -200,13 +206,16 @@
     <title>dpatch</title>
 
     <para>
-        dpatch will work properly ad package build time with the svn structure
-        described above since all the build process will be carried on in a fresh
-        directory. However, invoking <filename>debian/rules</filename> with the "clean" target in the <filename>trunk/</filename>
-        directory will fail since dpatch is unable to deapply patches, passing
-        <option>--svn-dont-clean</option> to <application>svn-buildpackage</application> fixes this misbehaviour (aliases suggested
-        above alredy include this flag).
-    </para>
+        dpatch will work properly at package build time with the svn
+        structure described above since all of the build process will be
+        carried out in a fresh directory. However, invoking
+        <filename>debian/rules</filename> with the "clean" target in
+        the <filename>trunk/</filename> directory will fail since
+        dpatch is unable to de-apply patches. Passing
+        <option>--svn-dont-clean</option> to
+        <application>svn-buildpackage</application> fixes this
+        misbehaviour (aliases suggested above already include this
+        flag).  </para>
 
     <para>
         If you want to use dpatch-edit-patch to handle patches, you will need to invoke

Modified: trunk/policy/trunk/chapter-generalities.xml
URL: http://svn.debian.org/wsvn/trunk/policy/trunk/chapter-generalities.xml?rev=2802&op=diff
==============================================================================
--- trunk/policy/trunk/chapter-generalities.xml (original)
+++ trunk/policy/trunk/chapter-generalities.xml Mon May 29 19:40:56 2006
@@ -5,7 +5,7 @@
     </para>
 
     <para>
-        The <filename>ocaml</filename> package depends on all the basic packages needed to develop programs with OCaml. More specifically, the packaging of OCaml is split into smaller packages. The <filename>-nox</filename> packages contain libraries which don't need X (i.e. for the programs which don't use the <code>Graphics</code> or <code>LablTk</code> modules) in order to avoid too big dependencies for users who don't have an X server installed.
+        The <filename>ocaml</filename> package depends on all the basic packages needed to develop programs with OCaml. More specifically, the packaging of OCaml is split into smaller packages. The <filename>-nox</filename> packages contain libraries which don't need X (i.e., for the programs which don't use the <code>Graphics</code> or <code>LablTk</code> modules) in order to avoid dependencies on big packages for users who do not need to run graphical applications.
         <itemizedlist>
             <listitem>
                 <para>




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