mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-20 13:21:28 +00:00
syncpackage: Fix typo.
This commit is contained in:
parent
3a07cf4a74
commit
8543e3c5f9
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,10 +1,14 @@
|
|||||||
ubuntu-dev-tools (0.131) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.131) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Stefano Rivera ]
|
||||||
* doc/requestsync.1: Correct default value for REQUESTSYNC_SMTP_SERVER
|
* doc/requestsync.1: Correct default value for REQUESTSYNC_SMTP_SERVER
|
||||||
(LP: #844992)
|
(LP: #844992)
|
||||||
* import-bug-from-debian: Bugs are filed against source packages in Ubuntu.
|
* import-bug-from-debian: Bugs are filed against source packages in Ubuntu.
|
||||||
(LP: #844734)
|
(LP: #844734)
|
||||||
|
|
||||||
|
[ Colin Watson ]
|
||||||
|
* syncpackage: Fix typo.
|
||||||
|
|
||||||
-- Stefano Rivera <stefanor@debian.org> Thu, 08 Sep 2011 23:13:05 +0200
|
-- Stefano Rivera <stefanor@debian.org> Thu, 08 Sep 2011 23:13:05 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.130) unstable; urgency=low
|
ubuntu-dev-tools (0.130) unstable; urgency=low
|
||||||
|
@ -596,7 +596,7 @@ def main():
|
|||||||
|
|
||||||
if blacklisted == 'CURRENT':
|
if blacklisted == 'CURRENT':
|
||||||
if options.force:
|
if options.force:
|
||||||
messages += ["Forcing override of temporary blacklising."]
|
messages += ["Forcing override of temporary blacklisting."]
|
||||||
else:
|
else:
|
||||||
fail = True
|
fail = True
|
||||||
messages += ["The blacklisting only applies to the current "
|
messages += ["The blacklisting only applies to the current "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user