This is an automated email from the git hooks/post-receive script. adsb pushed a commit to branch master in repository devscripts.
commit 5a80cff93a8a6ab9d724334e5d8affd12bc2cf16 Author: Adam D. Barratt <[email protected]> Date: Sun Nov 9 19:45:36 2014 +0000 bts: Support the "stretch" and "stretch-ignore" tafs Signed-off-by: Adam D. Barratt <[email protected]> --- debian/changelog | 1 + scripts/bts.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0676ccf..26582a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ devscripts (2.14.11) UNRELEASED; urgency=medium [ Adam D. Barratt ] * debchange: Fix handling of changelogs where the most recent trailer line does not include a maintainer name. (Closes: #766516) + * bts: Support the "stretch" and "stretch-ignore" tags. -- Paul Wise <[email protected]> Sun, 19 Oct 2014 17:27:24 +0800 diff --git a/scripts/bts.pl b/scripts/bts.pl index b156edf..ab2103d 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -159,6 +159,7 @@ our (@gTags, @valid_tags, %valid_tags); "fixed-upstream", "l10n", "etch", "etch-ignore", "lenny", "lenny-ignore", "squeeze", "squeeze-ignore", "wheezy", "wheezy-ignore", "jessie", "jessie-ignore", + "stretch", "stretch-ignore", ); *valid_tags = \@gTags; -- 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
