The following commit has been merged in the master branch:
commit a13b286055088fded36e5c4f0e958fe975aa7d72
Author: James Vega <[email protected]>
Date: Thu Feb 3 20:29:23 2011 -0500
bts: Accept the "wheezy" and "wheezy-ignore" tags.
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index c1b14c6..26f7941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,12 @@ devscripts (2.10.70) UNRELEASED; urgency=low
-- James Vega <[email protected]> Thu, 02 Dec 2010 20:27:34 -0500
+devscripts (2.10.69+squeeze1) UNRELEASED; urgency=low
+
+ * bts: Accept the "wheezy" and "wheezy-ignore" tags.
+
+ -- James Vega <[email protected]> Thu, 03 Feb 2011 20:27:36 -0500
+
devscripts (2.10.69) unstable; urgency=low
[ James Vega ]
diff --git a/scripts/bts.pl b/scripts/bts.pl
index 4ffe637..9153bd8 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -124,6 +124,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",
);
*valid_tags = \@gTags;
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].