Package: git-buildpackage Version: 0.5.30 Severity: minor Tags: patch Hi
There is two small typos refering to the cl2vcs service (it uses https:/// with tree slashes). The attached patch changes this. Best regards Salvatore -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
>From 6372031173540f99b37709a5cde50613cecf6190 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso <[email protected]> Date: Fri, 2 Sep 2011 21:46:44 +0200 Subject: [PATCH] Fix URL to cl2vcs service Refer to https://honk.sigxcpu.org/cl2vcs instead of https://honk.sigxcpu.org/cl2vcs for the cl2vcs service. --- docs/chapters/releases.sgml | 2 +- docs/manpages/git-dch.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index c5d2579..95f89b4 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -130,7 +130,7 @@ convenient to include the commit id in the changelog entry. This has the advantage that it's easy for people to identify changes without having to write very extensive changelog messages - the link back to Git can be automated via the <option>Vcs-Browser</option> and <option>Vcs-Git</option> -fields in <filename>debian/control</filename>. See <ulink url="https:///honk.sigxcpu.org/cl2vcs"> +fields in <filename>debian/control</filename>. See <ulink url="https://honk.sigxcpu.org/cl2vcs"> Cl2vcs</ulink> for how this looks. </para> <para> diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml index e86bccd..5529676 100644 --- a/docs/manpages/git-dch.sgml +++ b/docs/manpages/git-dch.sgml @@ -327,7 +327,7 @@ <manvolnum>1</manvolnum> </citerefentry>, &man.seealso.common; - <ulink url="https:///honk.sigxcpu.org/cl2vcs"> + <ulink url="https://honk.sigxcpu.org/cl2vcs"> <citetitle>Cl2vcs</citetitle></ulink> </para> -- 1.7.5.4

