[med-svn] r15976 - trunk/community/website/docs
Andreas Tille
tille at moszumanska.debian.org
Sun Feb 2 22:29:45 UTC 2014
Author: tille
Date: 2014-02-02 22:29:44 +0000 (Sun, 02 Feb 2014)
New Revision: 15976
Modified:
trunk/community/website/docs/policy.xml
Log:
use export to get the debian/ package template instead of checkout
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2014-02-02 16:24:27 UTC (rev 15975)
+++ trunk/community/website/docs/policy.xml 2014-02-02 22:29:44 UTC (rev 15976)
@@ -371,7 +371,7 @@
<command>cd</command> <filename class="directory">package</filename>
<command>git init</command>
<command>git import-orig</command> <option>--pristine-tar</option> <filename>/path/to/package_version.orig.tar.gz</filename>
-<command>svn checkout svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian</command></programlisting>
+<command>svn export svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian</command></programlisting>
</para>
The above steps will create a repository with the appropriate layout for <command>git-buildpackage</command>, with three branches:
<literal>master</literal> (where the Debian development will happen),
More information about the debian-med-commit
mailing list