This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository devscripts.
commit ffb77c31a5ee5ca227a97253e83c6e4f99ac1798 Author: Salvatore Bonaccorso <[email protected]> Date: Sun Aug 7 08:21:42 2016 +0200 bts: Add the "bullseye" and "bullseye-ignore" tags. --- debian/changelog | 1 + scripts/bts.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7dfbe28..ad77df9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ devscripts (2.16.7) UNRELEASED; urgency=medium [ Salvatore Bonaccorso ] * debchange: Add support for buster and bullseye + * bts: Add the "bullseye" and "bullseye-ignore" tags. -- Paul Wise <[email protected]> Fri, 15 Jul 2016 22:36:19 +0800 diff --git a/scripts/bts.pl b/scripts/bts.pl index eb41812..eb60b76 100755 --- a/scripts/bts.pl +++ b/scripts/bts.pl @@ -163,6 +163,7 @@ our (@gTags, @valid_tags, %valid_tags); "lenny", "lenny-ignore", "squeeze", "squeeze-ignore", "wheezy", "wheezy-ignore", "jessie", "jessie-ignore", "stretch", "stretch-ignore", "buster", "buster-ignore", + "bullseye", "bullseye-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
