mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-04 13:31:29 +00:00
update_maintainer.py: Update Maintainer field if it is set to
"Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>".
This commit is contained in:
parent
f53448ab4b
commit
3887bc06b1
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -4,6 +4,8 @@ ubuntu-dev-tools (0.117) UNRELEASED; urgency=low
|
|||||||
* dgetlp, import-bug-from-debian, suspicious-source:
|
* dgetlp, import-bug-from-debian, suspicious-source:
|
||||||
Show error messages instead of having the import errors for
|
Show error messages instead of having the import errors for
|
||||||
recommended packages (Closes: #613101, LP: #693813).
|
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 ]
|
[ Stefano Rivera ]
|
||||||
* ubuntutools/archive.py: Rewrite launchpadlib redirects to https when
|
* 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,
|
* requestsync, grep-merges: Require a UTF-8 locale. (Closes: #613114,
|
||||||
LP: #553795)
|
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
|
ubuntu-dev-tools (0.116) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ from ubuntutools.logger import Logger
|
|||||||
|
|
||||||
# Prior May 2009 these Maintainers were used:
|
# Prior May 2009 these Maintainers were used:
|
||||||
_PREVIOUS_UBUNTU_MAINTAINER = (
|
_PREVIOUS_UBUNTU_MAINTAINER = (
|
||||||
|
"ubuntu core developers <ubuntu-devel@lists.ubuntu.com>",
|
||||||
"ubuntu core developers <ubuntu-devel-discuss@lists.ubuntu.com>",
|
"ubuntu core developers <ubuntu-devel-discuss@lists.ubuntu.com>",
|
||||||
"ubuntu motu developers <ubuntu-motu@lists.ubuntu.com>",
|
"ubuntu motu developers <ubuntu-motu@lists.ubuntu.com>",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user