[med-svn] r15427 - trunk/community/website/docs

Andreas Tille tille at moszumanska.debian.org
Wed Dec 4 22:07:56 UTC 2013


Author: tille
Date: 2013-12-04 22:07:56 +0000 (Wed, 04 Dec 2013)
New Revision: 15427

Modified:
   trunk/community/website/docs/policy.xml
Log:
Replace dh_make call by
   svn checkout svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2013-12-04 09:11:54 UTC (rev 15426)
+++ trunk/community/website/docs/policy.xml	2013-12-04 22:07:56 UTC (rev 15427)
@@ -258,7 +258,7 @@
 cd projectname
 tar xzvf some_version.orig.tar.gz
 cd some-version # entering the unpackaged source tree
-if [ ! -d debian ]; then dh_make ; fi
+if [ ! -d debian ]; then svn checkout svn://anonscm.debian.org/svn/debian-med/trunk/package_template debian ; fi
 mv debian ../trunk
 ln -s ../trunk/debian .
 
@@ -367,7 +367,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>dh_make</command> <option>-p package_x.y.z</option></programlisting>
+<command>svn checkout 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