[devscripts] 01/01: bts: Add the "buster" and "buster-ignore" tags.

Adam D. Barratt adam at adam-barratt.org.uk
Sun Nov 9 20:26:26 UTC 2014


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

adsb pushed a commit to branch master
in repository devscripts.

commit 5c66557805db283c8d364e1fafb58f0746b6deff
Author: Adam D. Barratt <adam at adam-barratt.org.uk>
Date:   Sun Nov 9 20:26:06 2014 +0000

    bts: Add the "buster" and "buster-ignore" tags.
    
    Signed-off-by: Adam D. Barratt <adam at adam-barratt.org.uk>
---
 debian/changelog | 3 ++-
 scripts/bts.pl   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26582a4..32fc408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,8 @@ 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.
+  * bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore"
+    tags.
 
  -- Paul Wise <pabs at debian.org>  Sun, 19 Oct 2014 17:27:24 +0800
 
diff --git a/scripts/bts.pl b/scripts/bts.pl
index ab2103d..afef72c 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -159,7 +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",
+           "stretch", "stretch-ignore", "buster", "buster-ignore",
          );
 
 *valid_tags = \@gTags;

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



More information about the devscripts-devel mailing list