[SCM] website branch, master, updated. 9749a78b4064b70cfcbe69a5d3d5e474c9696932
Bas Couwenberg
sebastic at xs4all.nl
Sun Jan 5 05:19:30 UTC 2014
The following commit has been merged in the master branch:
commit 9749a78b4064b70cfcbe69a5d3d5e474c9696932
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jan 5 06:19:25 2014 +0100
Don't end section titles with a period.
diff --git a/policy.xml b/policy.xml
index 409efee..20f8603 100644
--- a/policy.xml
+++ b/policy.xml
@@ -399,7 +399,7 @@ pkg-grass/
</para>
</sect2>
<sect2 id="subversion-to-git">
- <title>Migration of a source package from Subversion to Git.</title>
+ <title>Migration of a source package from Subversion to Git</title>
<para>
For packages where we set the <literal>mergeWithUpstream</literal>
property, which excludes the upstream sources, there is no easy way to
@@ -830,7 +830,7 @@ pkg-grass/
The default remote branch is called <quote>origin</quote>.
</para>
<sect5 id="push-package-to-alioth">
- <title>To push the package.</title>
+ <title>To push the package</title>
<para>
(make sure you've added the alioth remote!), do the following:
<command>git push</command> <option>origin master</option>.
@@ -907,7 +907,7 @@ pkg-grass/
</para>
</sect4>
<sect4 id="debcheckout-sets-git-options">
- <title>Configure Git to commit using your packager name and address.</title>
+ <title>Configure Git to commit using your packager name and address</title>
<para>
The <option>--global</option> option is to say Git these are the
default parameters for every Git repository you commit to,
@@ -921,7 +921,7 @@ pkg-grass/
</para>
</sect4>
<sect4 id="git-track-new-branches">
- <title>To track extra remote branches, simply check them out.</title>
+ <title>To track extra remote branches, simply check them out</title>
<para>
With recent versions of git, the remote branch will be automatically
tracked when running <command>git</command> checkout.
@@ -935,7 +935,7 @@ pkg-grass/
</para>
</sect4>
<sect4 id="git-change-default-branch">
- <title>To change the default branch.</title>
+ <title>To change the default branch</title>
<para>
If the Debian work is not on the <literal>master</literal> branch,
change the default branch by editing the <filename>HEAD</filename>
@@ -946,7 +946,7 @@ pkg-grass/
</para>
</sect4>
<sect4 id="git-debian-version-from-commit">
- <title>If upstream manages his sources with Git.</title>
+ <title>If upstream manages his sources with Git</title>
<para>
The following makefile script can help producing a version number
when no Git tag is available:
@@ -967,7 +967,7 @@ get-orig-source:
<sect4 id="git-pbuilder">
<title>
To make <command>git-buildpackage</command> build the package
- with <command>pdebuild</command>.
+ with <command>pdebuild</command>
</title>
<para>
Add the following to the configuration file
--
pkg-grass website
More information about the Pkg-grass-devel
mailing list