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