[Pkg-ocaml-maint-commits] r4572 - in /trunk/packages/ocaml/trunk/debian: changelog policy/appendix-svn.xml
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Tue Sep 25 10:00:48 UTC 2007
Author: smimram
Date: Tue Sep 25 10:00:47 2007
New Revision: 4572
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4572
Log:
Suggest "tarballs" instead of "upstream" in the policy as directory name for
storing upstream sources since it is more standard.
Modified:
trunk/packages/ocaml/trunk/debian/changelog
trunk/packages/ocaml/trunk/debian/policy/appendix-svn.xml
Modified: trunk/packages/ocaml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/changelog?rev=4572&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/changelog (original)
+++ trunk/packages/ocaml/trunk/debian/changelog Tue Sep 25 10:00:47 2007
@@ -1,8 +1,10 @@
ocaml (3.10.0-9) UNRELEASED; urgency=low
- * NOT RELEASED YET
-
- -- Stefano Zacchiroli <zack at debian.org> Sun, 02 Sep 2007 23:23:23 +0200
+ [ Samuel Mimram ]
+ * Suggest "tarballs" instead of "upstream" in the policy as directory name
+ for storing upstream sources since it is more standard.
+
+ -- Samuel Mimram <smimram at debian.org> Tue, 25 Sep 2007 10:59:07 +0100
ocaml (3.10.0-8) unstable; urgency=low
Modified: trunk/packages/ocaml/trunk/debian/policy/appendix-svn.xml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/policy/appendix-svn.xml?rev=4572&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/policy/appendix-svn.xml (original)
+++ trunk/packages/ocaml/trunk/debian/policy/appendix-svn.xml Tue Sep 25 10:00:47 2007
@@ -105,7 +105,7 @@
[package1]
trunk
debian
- upstream
+ tarballs
[upstream-tarball-version1]
[upstream-tarball-version2]
...
@@ -123,13 +123,13 @@
<para>
Place yourself in the directory <filename>trunk/packages</filename> of your working copy of
the SVN repository. Create a directory with the same name as your
- source package (let's say, my-package), and subdirectories <filename>upstream</filename>
- and <filename>trunk</filename>. Put the current upstream tarball in <filename>upstream</filename>, and the
+ source package (let's say, my-package), and subdirectories <filename>tarballs</filename>
+ and <filename>trunk</filename>. Put the current upstream tarball in <filename>tarballs</filename>, and the
current debian directory with all its relevant files in <filename>trunk</filename>. This
should now look like this:
<programlisting>
trunk/packages/my_package
- upstream
+ tarballs
my_package_1.2.3.orig.tar.gz
trunk
debian
@@ -184,8 +184,8 @@
<para>
Create a file <filename>debian/svn-deblayout</filename> with the following contents:
<programlisting>
-origDir=../upstream
-origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/my_package/upstream
+origDir=../tarballs
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/my_package/tarballs
tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/my_package
</programlisting>
</para>
@@ -285,7 +285,7 @@
where to find the upstream tarball. Adding the following line to your
<filename>~/.dpatch.conf</filename> will be enough:
<programlisting>
-conf_origtargzpath=../upstream
+conf_origtargzpath=../tarballs
</programlisting>
</para>
</section>
More information about the Pkg-ocaml-maint-commits
mailing list