[SCM] Git repository for devscripts branch, master, updated. v2.12.4-198-g1e8b1a0

James McCoy jamessan at debian.org
Sun Apr 21 14:20:09 UTC 2013


The following commit has been merged in the master branch:
commit 1e8b1a0a2ea59ca2a678276ae6b6989577aee7c1
Author: James McCoy <jamessan at debian.org>
Date:   Sun Apr 21 10:19:34 2013 -0400

    bts: Accept the "jessie" and "jessie-ignore" tags.
    
    Closes: #705817
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index bd350df..107a7f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ devscripts (2.13.2) UNRELEASED; urgency=low
   [ James McCoy ]
   * licensecheck: Regex-escape file contents that are used as part of a
     pattern.  (Closes: #704434, LP: #1164261)
+  * bts: Accept the "jessie" and "jessie-ignore" tags.  (Closes: #705817)
 
   [ Christoph Berg ]
   * dget: "--all pkg" will download all binaries for source package pkg.
diff --git a/scripts/bts.pl b/scripts/bts.pl
index 9b1c04f..b5b3f90 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -155,7 +155,7 @@ our (@gTags, @valid_tags, %valid_tags);
            "confirmed", "ipv6", "lfs", "fixed-in-experimental",
            "fixed-upstream", "l10n", "etch", "etch-ignore",
            "lenny", "lenny-ignore", "squeeze", "squeeze-ignore",
-           "wheezy", "wheezy-ignore",
+           "wheezy", "wheezy-ignore", "jessie", "jessie-ignore",
          );
 
 *valid_tags = \@gTags;

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list