This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 1a5850c63099f3949bc506655378f32011b0a390 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]> --- debian/changelog | 3 +++ scripts/bts.pl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a96465..561957c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ devscripts (2.17.7) UNRELEASED; urgency=medium * debchange: + Target stretch-backports with --bpo. + Support $codename{,-{proposed-updates,security}} as well. Closes: #789587 + * bts: + + Add patch from Samuel Thibault <[email protected]> to add support for + the new 'a11y' tag. Closes: #867416 [ Hilko Bengen ] * debchange: diff --git a/scripts/bts.pl b/scripts/bts.pl index 2468978..00b135a 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
