Package: git-buildpackage Version: 0.6.22 Severity: minor Dear Maintainer,
A small diirectory->directory typo exists in the gbp.conf manpage. Patch attached. -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages git-buildpackage depends on: ii devscripts 2.15.3 ii git 1:2.1.4-2.1 ii man-db 2.7.0.2-5 ii python 2.7.9-1 ii python-dateutil 2.2-2 ii python-pkg-resources 5.5.1-1 Versions of packages git-buildpackage recommends: ii cowbuilder 0.73 ii pristine-tar 1.33 Versions of packages git-buildpackage suggests: ii python-notify 0.1.1-4 ii unzip 6.0-16 -- no debconf information
>From b31d0275b6f6713dcad10583e3ab039e98b93403 Mon Sep 17 00:00:00 2001 From: Martin Erik Werner <[email protected]> Date: Mon, 20 Apr 2015 17:45:04 +0200 Subject: [PATCH] docs: Fix diirectory->directory typo in gbp.conf manpage Signed-off-by: Martin Erik Werner <[email protected]> --- docs/manpages/gbp.conf.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index a022875..b48d9e1 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -73,7 +73,7 @@ For backwards compatibility sections starting with <filename>git-</filename> or <option>key=value</option> pairs of the command sections reflect the command line options and their settings. For example <xref linkend="man.gbp.buildpackage"> -manualpage contains the <option>--git-export-dir</option>=<parameter>diirectory</parameter> +manualpage contains the <option>--git-export-dir</option>=<parameter>directory</parameter> option which can be turned into configuration file setting by dropping the <option>--git</option> prefix with: </para> -- 2.1.4

