Package: git-buildpackage Version: 0.5.7 Severity: minor Tags: patch There is a misspelled option in the git-buildpackage man page. --git-cleander should be --git-cleaner.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages git-buildpackage depends on: ii devscripts 2.10.67 scripts to make the life of a Debi ii git [git-core] 1:1.7.1-1.1 fast, scalable, distributed revisi ii git-core 1:1.7.1-1.1 fast, scalable, distributed revisi ii python 2.6.5-13 interactive high-level object-orie ii python-dateutil 1.4.1-3 powerful extensions to the standar ii python-support 1.0.9 automated rebuilding support for P Versions of packages git-buildpackage recommends: ii cowbuilder 0.62 pbuilder running on cowdancer ii pristine-tar 1.10 regenerate pristine tarballs Versions of packages git-buildpackage suggests: pn git-load-dirs <none> (no description available) -- no debconf information
>From 29837ae020b03436fa953b706c3cdd377bb8f869 Mon Sep 17 00:00:00 2001 From: Svend Sorensen <[email protected]> Date: Tue, 24 Aug 2010 15:15:48 -0700 Subject: [PATCH] Fix --git-cleaner option name in git-buildpackage man page git-cleaner option is misspelled as git-cleander in description of git-pbuilder option in the git-buildpackage man page. diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 0866bbb..aebc9ea 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -127,7 +127,7 @@ <listitem> <para>Build package using <command>git-pbuilder</command>. Note that this overwrites any <option>--git-builder</option> and - <option>--git-cleander</option> options.</para> + <option>--git-cleaner</option> options.</para> </listitem> </varlistentry> <varlistentry> -- 1.7.1

