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

Charles Plessy plessy at moszumanska.debian.org
Sat Nov 30 03:32:09 UTC 2013


Author: plessy
Date: 2013-11-30 03:32:09 +0000 (Sat, 30 Nov 2013)
New Revision: 15335

Modified:
   trunk/community/website/docs/policy.xml
Log:
Cleaned more wrong users of litterallayout.


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2013-11-30 03:27:37 UTC (rev 15334)
+++ trunk/community/website/docs/policy.xml	2013-11-30 03:32:09 UTC (rev 15335)
@@ -361,9 +361,7 @@
 			</sect3>
 			<sect3 id="new-repository-with-gbp">
 				<title>To create a new local git repository</title>
-				<literallayout>When the upstream sources are distributed as compressed <command>tar</command> archives (<literal>tar.gz</literal>, …):</literallayout>
-				<para>
-<programlisting>
+				<para>When the upstream sources are distributed as compressed <command>tar</command> archives (<literal>tar.gz</literal>, …):<programlisting>
 <command>mkdir</command> <filename class="directory">package</filename>
 <command>cd</command> <filename class="directory">package</filename>
 <command>git init</command>
@@ -390,21 +388,19 @@
   		</sect3>
 			<sect3 id="create-git-repository-on-alioth">
 			<title>Pushing to git.debian.org, creating a new bare repository on Alitoh.</title>
-			<literallayout>Before pushing to git.debian.org for the first time, an empty repository needs to be created there.</literallayout>
-			<para>To do this connect to <literal>git.debian.org</literal>, enter the<filename class="directory">/git/debian-med</filename> 
+			<para>Before pushing to git.debian.org for the first time, an empty repository needs to be created there.
+			To do this connect to <literal>git.debian.org</literal>, enter the<filename class="directory">/git/debian-med</filename> 
 			directory, and run the<code><command> ./setup-repository</command></code> script.</para>
             <para id="example-create-bare-git-repository-on-alioth">
-            <literallayout>Run it similar to:</literallayout>
-<programlisting>
+            Run it similar to:<programlisting>
 <command>ssh</command> git.debian.org
 <command>cd</command> /git/debian-med
 <command>./setup-repository</command> pkg 'Packaging of pkg in Debian'
 </programlisting>
                         </para>
-			<literallayout>This will create an empty, bare, shared Git repository and setup some hooks. Each package is kept in its own Git repository.</literallayout>
-			<literallayout>Now, on your local machine add the alioth repository as a remote:</literallayout>
-<para>
-<programlisting>
+			<para>
+			This will create an empty, bare, shared Git repository and setup some hooks. Each package is kept in its own Git repository.
+			Now, on your local machine add the alioth repository as a remote:<programlisting>
 <command>git remote add</command> <literal>origin</literal> <filename class="directory">git+ssh://git.debian.org/git/debian-med/package.git</filename>
 </programlisting>
 </para>
@@ -420,8 +416,7 @@
 				master</option></code>.  For the first push, it's necessary to specify
 				<option>origin master</option>. The next time you will push, a
 				<command>git push</command> will suffice.
-				<literallayout> Or use the <literal>--set-upstream</literal> option, helps future use of git pull.</literallayout>
-<programlisting>
+				Or use the <literal>--set-upstream</literal> option, helps future use of git pull.<programlisting>
 <command>git</command> push --set-upstream
 </programlisting>
 				</para>




More information about the debian-med-commit mailing list