Your message dated Sun, 06 Oct 2013 17:18:10 +0000
with message-id <[email protected]>
and subject line Bug#722359: fixed in git-buildpackage 0.6.4
has caused the Debian Bug report #722359,
regarding git-buildpackage: [PATCH] typo s/bei/be/ gbp.conf manpage
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
722359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722359
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: git-buildpackage
Version: 0.6.3
Severity: normal
Tags: patch

See attached patch. (This typo exists in your git repo too.  Patch is
against git repo HEAD)

Thanks for nice tool.  I like your new gbp syntax.

Osamu

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-rc4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
>From 5263d7d31a4144cf241da32537bf9200501ba720 Mon Sep 17 00:00:00 2001
From: Osamu Aoki <[email protected]>
Date: Tue, 10 Sep 2013 23:38:00 +0900
Subject: [PATCH] typo s/bei/be/

---
 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 535ea17..5bed99d 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -106,7 +106,7 @@ An alternative way is to write it using Python list syntax:
 </programlisting>
 
 <para>
-Boolean options can bei either <option>True</option> or <option>False</option>. For example
+Boolean options can be either <option>True</option> or <option>False</option>. For example
 <xref linkend="man.gbp.import.orig">; has the <option>--pristine-tar</option> and
 <option>--no-pristine-tar</option> options which translate to:
 </para>
-- 
1.8.4


--- End Message ---
--- Begin Message ---
Source: git-buildpackage
Source-Version: 0.6.4

We believe that the bug you reported is fixed in the latest version of
git-buildpackage, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated git-buildpackage package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 06 Oct 2013 17:35:14 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.6.4
Distribution: unstable
Urgency: low
Maintainer: Guido Günther <[email protected]>
Changed-By: Guido Günther <[email protected]>
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 722359
Changes: 
 git-buildpackage (0.6.4) unstable; urgency=low
 .
   [ Guido Günther ]
   * [0385dc5] docs: having an upstream branch is a recommendation rather than
     a hard requirement, we can use any treeish to build the upstream tarball
     from.
   * [e398469] Remove unused import
   * [f738be3] Add link to online docs
   * [ec7bd94] pq: print which patch failed to apply
   * [820100d] pq: Only print number or tries if we try more than once
   * [a86ccb7] Update to git-pbuilder 1.29
   * [b494801] Backports got integrated into the main archive.  From wheezy on
     we can use the main archive
 .
   [ Markus Lehtonen ]
   * [4030c19] docs: minor sgml syntax fix
   * [e72a1e2] config: restore mangled env in doctests.
   * [0eeafba] GitRepository/diff: add 'stat' and 'summary' options.
   * [8cdc06f] ComponentTestBase: more verbose output in case of branch mismatch
   * [af2034c] ComponentTestBase: fix env restore in teardown
   * [54099f5] import-orig: import readline in the common module.
   * [6c478a6] ComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN is in env
   * [bc40956] GitRepository: Add clean() method
   * [e48f0a0] GitRepository.diff: add 'text' option.  for generating textual
     diffs.
   * [3c0a022] GitRepository.diff: prevent usage of external diff.  External
     diff might break patch generation, for example.
   * [6f3d63a] ComponentTestBase: use eq_() ok_() from nose.tools for better
     assert messages.
   * [e54289e] common/buildpackage: fix handling of empty tarball prefix as
     needed for rpm builds
   * [39f581e] GitRepository.diff: add 'ignore_submodules' option
   * [b9b9eea] GitRepository.list_tree: add 'paths' option.
   * [3eb401d] git: new class and method for remote repositories.
   * [28fdf4c] GitRepository.has_remote_repo: use get_remotes method.
   * [b4e5b73] GitRepository: deprecate the get_remote_repos method.
   * [c222197] tests: add test for archiving without git submodules
   * [92f29be] tests: use eq_ and ok_ from nose tools in submodule tests.
     For consistency and better assert error messages.
   * [f858f87] tests: add some docstrings to git submodule tests.
   * [1d92bfe] tests: upper case global variables in submodule tests.
   * [6b8037e] tests: remove unused import in submodule tests.
 .
   [ Lingchaox Xin ]
   * [07b3054] GitRepository.has_treeish: minor pylint fix
   * [eca5a33] GitRepository.describe: add 'tags' and 'extra-match' options
   * [1320de2] GitRepository.fetch: Add 'refspec' option
   * [171579f] GitRepository.fetch: Add 'all_remotes' option
   * [68baa9a] GitRepository.push: Add 'force' option
   * [d28c7cc] GitRepository.push: Add 'tags' option
   * [db79c5d] GitRepository.pull: Add 'all_remotes' option.
     Also changes the method to utilize the GitArgs class.
 .
   [ Osamu Aoki ]
   * [8441bba] typo s/bei/be/ (Closes: #722359)
Checksums-Sha1: 
 c68228ef497e0fb9691ce8cd473ca04ad3fabf88 1270 git-buildpackage_0.6.4.dsc
 12fba4e042cd81192641e6df50b7b1feda2fcf5b 210261 git-buildpackage_0.6.4.tar.gz
 b46775473c83f51d39667d37860c48f6111bed71 269494 git-buildpackage_0.6.4_all.deb
Checksums-Sha256: 
 a7a8952965b65b35228cca8df0773e032474e3e94f9a38964f746f6d9cf9ac26 1270 
git-buildpackage_0.6.4.dsc
 f61c1b4d5c885756c8f579b1fdeb8d6d4763513ec0c0c54216fe75dcb1ba0bb7 210261 
git-buildpackage_0.6.4.tar.gz
 d904df84639bf9ed1657f01141c8d098284d4f727ab17ceb475911e1ccaa66b8 269494 
git-buildpackage_0.6.4_all.deb
Files: 
 385b40a88a4aa0d87b00552e91db8c56 1270 vcs optional git-buildpackage_0.6.4.dsc
 5bc5d93fe7b1f81ce189f67e7d256ef3 210261 vcs optional 
git-buildpackage_0.6.4.tar.gz
 793b56077cd3e0c95b3147bb0acd6ded 269494 vcs optional 
git-buildpackage_0.6.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFSUYljn88szT8+ZCYRAmirAJ90YIk00YABsfGlc0kYG2vvs+nD7QCfSVx3
cWL1xQbhzEGeV2F+6fjnx0M=
=gjfg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to