[Apt-listbugs-commits] [apt-listbugs] 03/11: improve documentation for IgnoreRegexp

Francesco Poli frx-guest at moszumanska.debian.org
Sat Feb 15 15:26:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit be5fae0d13744d85d6a7728f31767df0dc12c25a
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sun Feb 9 17:51:11 2014 +0100

    improve documentation for IgnoreRegexp
---
 apt-listbugs     | 8 ++++----
 debian/changelog | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/apt-listbugs b/apt-listbugs
index 783809c..db2051d 100755
--- a/apt-listbugs
+++ b/apt-listbugs
@@ -214,10 +214,10 @@ notable configuration options are
 
 : AptListbugs::IgnoreRegexp
 
-  Bugs to ignore when in apt mode. I would suggest setting this to
-  "FTBFS" since those bugs tend to not affect the user, but this
-  defaults to nothing. This will be evaluated using Ruby regular
-  expressions.
+  Bugs to ignore when in apt mode. This is evaluated using Ruby regular
+  expressions: if the bug title matches, the bug is ignored. Default:
+  nothing. A possible suggested value is "FTBFS", since those bugs tend
+  to not affect the user.
 
 == OUTPUT EXAMPLE
 
diff --git a/debian/changelog b/debian/changelog
index c85ec50..fb12bce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ apt-listbugs (0.1.13) UNRELEASED; urgency=medium
   * improved the man page:
      - clarified what happens with the force options when in apt mode
      - enhanced the explanation of the exit status
+     - improved style and clarity of the explanation for IgnoreRegexp
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 01 Feb 2014 15:43:19 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git



More information about the Apt-listbugs-commits mailing list