update_maintainer.py: Update Maintainer field if it is set to

"Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>".
This commit is contained in:
Benjamin Drung 2011-02-22 00:42:26 +01:00
parent f53448ab4b
commit 3887bc06b1
2 changed files with 4 additions and 1 deletions

4
debian/changelog vendored
View File

@ -4,6 +4,8 @@ ubuntu-dev-tools (0.117) UNRELEASED; urgency=low
* dgetlp, import-bug-from-debian, suspicious-source:
Show error messages instead of having the import errors for
recommended packages (Closes: #613101, LP: #693813).
* update_maintainer.py: Update Maintainer field if it is set to
"Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>".
[ Stefano Rivera ]
* ubuntutools/archive.py: Rewrite launchpadlib redirects to https when
@ -18,7 +20,7 @@ ubuntu-dev-tools (0.117) UNRELEASED; urgency=low
* requestsync, grep-merges: Require a UTF-8 locale. (Closes: #613114,
LP: #553795)
-- Stefano Rivera <stefanor@ubuntu.com> Sun, 13 Feb 2011 15:28:18 +0200
-- Benjamin Drung <bdrung@debian.org> Tue, 22 Feb 2011 00:38:36 +0100
ubuntu-dev-tools (0.116) unstable; urgency=low

View File

@ -25,6 +25,7 @@ from ubuntutools.logger import Logger
# Prior May 2009 these Maintainers were used:
_PREVIOUS_UBUNTU_MAINTAINER = (
"ubuntu core developers <ubuntu-devel@lists.ubuntu.com>",
"ubuntu core developers <ubuntu-devel-discuss@lists.ubuntu.com>",
"ubuntu motu developers <ubuntu-motu@lists.ubuntu.com>",
)