This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch stretch in repository devscripts.
commit 43eb407aec0e1faaf9a0728bcc7c0b3cea7ff1df Author: Mattia Rizzolo <[email protected]> Date: Thu Jul 6 19:33:24 2017 +0200 bts: add support for the new 'a11y' tag Closes: #867416 Thanks: Samuel Thibault <[email protected]> for the patch Signed-off-by: Mattia Rizzolo <[email protected]> Signed-off-by: James McCoy <[email protected]> --- debian/changelog | 3 +++ scripts/bts.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f8b0484..0fc3ae6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ devscripts (2.17.6+deb9u1) UNRELEASED; urgency=medium * debchange: + Target stretch-backports with --bpo. Closes: #867662 + Support $codename{,-{proposed-updates,security}} as well. + * bts: + + Add patch from Samuel Thibault <[email protected]> to add support for + the new 'a11y' tag. Closes: #867416 -- James McCoy <[email protected]> Tue, 11 Jul 2017 21:28:50 -0400 diff --git a/scripts/bts.pl b/scripts/bts.pl index a2a64c5..56dc6df 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -160,7 +160,7 @@ our (@gTags, @valid_tags, %valid_tags); "potato", "woody", "sid", "help", "security", "upstream", "pending", "sarge", "sarge-ignore", "experimental", "d-i", "confirmed", "ipv6", "lfs", "fixed-in-experimental", - "fixed-upstream", "l10n", "newcomer", "etch", "etch-ignore", + "fixed-upstream", "a11y", "l10n", "newcomer", "etch", "etch-ignore", "lenny", "lenny-ignore", "squeeze", "squeeze-ignore", "wheezy", "wheezy-ignore", "jessie", "jessie-ignore", "stretch", "stretch-ignore", "buster", "buster-ignore", -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
