From: Samuel Mimram Date: Tue, 25 Sep 2007 10:00:47 +0000 (+0000) Subject: Suggest "tarballs" instead of "upstream" in the policy as directory name for X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~518 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74c4f62a68396924dd5df57babb824c007cbbceb;p=ocaml.git Suggest "tarballs" instead of "upstream" in the policy as directory name for storing upstream sources since it is more standard. --- diff --git a/debian/changelog b/debian/changelog index 2e7d8ff5..cfb605cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ ocaml (3.10.0-9) UNRELEASED; urgency=low - * NOT RELEASED YET + [ Samuel Mimram ] + * Suggest "tarballs" instead of "upstream" in the policy as directory name + for storing upstream sources since it is more standard. - -- Stefano Zacchiroli Sun, 02 Sep 2007 23:23:23 +0200 + -- Samuel Mimram Tue, 25 Sep 2007 10:59:07 +0100 ocaml (3.10.0-8) unstable; urgency=low diff --git a/debian/policy/appendix-svn.xml b/debian/policy/appendix-svn.xml index f8def511..5045b689 100644 --- a/debian/policy/appendix-svn.xml +++ b/debian/policy/appendix-svn.xml @@ -105,7 +105,7 @@ [package1] trunk debian - upstream + tarballs [upstream-tarball-version1] [upstream-tarball-version2] ... @@ -123,13 +123,13 @@ Place yourself in the directory trunk/packages 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 upstream - and trunk. Put the current upstream tarball in upstream, and the + source package (let's say, my-package), and subdirectories tarballs + and trunk. Put the current upstream tarball in tarballs, and the current debian directory with all its relevant files in trunk. This should now look like this: trunk/packages/my_package - upstream + tarballs my_package_1.2.3.orig.tar.gz trunk debian @@ -184,8 +184,8 @@ Create a file debian/svn-deblayout with the following contents: -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 @@ -285,7 +285,7 @@ alias svn-bt='svn-buildpackage -rfakeroot -k<gpgid> --svn-lintian --svn-do where to find the upstream tarball. Adding the following line to your ~/.dpatch.conf will be enough: -conf_origtargzpath=../upstream +conf_origtargzpath=../tarballs