[Reportbug-commits] [reportbug] 01/01: add `a11y` tag

Sandro Tosi morph at moszumanska.debian.org
Wed Jul 5 01:01:50 UTC 2017


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

morph pushed a commit to branch master
in repository reportbug.

commit 51f0ae6ad399d4bb2c93b82fd10bcfb59a7114e8
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jul 4 21:00:49 2017 -0400

    add `a11y` tag
---
 debian/changelog     | 7 +++++++
 reportbug/debbugs.py | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4844759..68d8e1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+reportbug (7.1.8) UNRELEASED; urgency=medium
+
+  * reportbug/debbugs.py
+    - add `a11y` tag
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 04 Jul 2017 21:00:30 -0400
+
 reportbug (7.1.7) unstable; urgency=medium
 
   * reportbug/utils.py
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index f2e5830..1c65075 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -823,6 +823,7 @@ TAGS = {
     'ipv6': 'This bug affects support for Internet Protocol version 6.',
     'lfs': 'This bug affects support for large files (over 2 gigabytes).',
     'l10n': 'This bug reports a localization/internationalization issue.',
+    'a11y': 'This bug is relevant to the accessibility of the package.',
     'newcomer': 'This bug has a known solution but the maintainer requests someone else implement it.',
 }
 

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



More information about the Reportbug-commits mailing list