mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-15 20:31:08 +00:00
Remove trailing spaces.
This commit is contained in:
parent
3a91cf964d
commit
aa96842c84
4
ack-sync
4
ack-sync
@ -186,7 +186,7 @@ def ack_sync(bug_numbers, all_package, all_version, all_section, update,
|
||||
print "Taking email address from local file: " + \
|
||||
uploader_email
|
||||
|
||||
# Try to find a Ubuntu bug task, against which the package is raised.
|
||||
# Try to find a Ubuntu bug task, against which the package is raised.
|
||||
for t in bug.bug_tasks:
|
||||
if t.bug_target_name.endswith(' (Ubuntu)'):
|
||||
task = t
|
||||
@ -198,7 +198,7 @@ def ack_sync(bug_numbers, all_package, all_version, all_section, update,
|
||||
task = bug.bug_tasks[0]
|
||||
print ("W: Could not find bug task for a Ubuntu package."
|
||||
" Using task '%s'" % task.bug_target_name)
|
||||
|
||||
|
||||
if all_package is not None:
|
||||
package = all_package
|
||||
else:
|
||||
|
@ -41,7 +41,7 @@ def check_support(apt_cache, pkgname, alt=False):
|
||||
except KeyError:
|
||||
print >> sys.stderr, prefix, 'does not exist (pure virtual?)'
|
||||
return False
|
||||
|
||||
|
||||
section = pkg.candidate.section
|
||||
if section.startswith('universe') or section.startswith('multiverse'):
|
||||
# check if the source package is in main and thus will only need binary
|
||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -6,7 +6,7 @@ ubuntu-dev-tools (0.124) UNRELEASED; urgency=low
|
||||
|
||||
[ Daniel Holbach ]
|
||||
* bitesize:
|
||||
- display error message properly.
|
||||
- display error message properly.
|
||||
- error out if bug is already marked as 'bitesize'.
|
||||
- rephrase bug comment and subscribe person who adds the comment.
|
||||
- work-around LP:336866 and LP:254901.
|
||||
@ -33,7 +33,7 @@ ubuntu-dev-tools (0.123) unstable; urgency=low
|
||||
- Support Debian experimental.
|
||||
|
||||
[ Daniel Holbach ]
|
||||
* bitesize, doc/bitesize.1: add script to tag a bug as bitesize and add a
|
||||
* bitesize, doc/bitesize.1: add script to tag a bug as bitesize and add a
|
||||
comment that you are willing to help with fixing the bug.
|
||||
|
||||
[ Benjamin Drung ]
|
||||
|
@ -48,7 +48,7 @@ The default value for \fB--lpinstance\fR.
|
||||
.BR ubuntu\-dev\-tools (5)
|
||||
|
||||
.SH AUTHORS
|
||||
\fBbitesize\fR and this manual page were written by Daniel Holbach
|
||||
\fBbitesize\fR and this manual page were written by Daniel Holbach
|
||||
<daniel.holbach@canonical.com>.
|
||||
.PP
|
||||
Both are released under the terms of the GNU General Public License, version 3.
|
||||
|
@ -7,12 +7,12 @@ harvest \- grabs information about a given source package from harvest.ubuntu.co
|
||||
\fBharvest\fP <\fIsource package name\fP>
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBharvest\fP is a script that downloads information about development
|
||||
\fBharvest\fP is a script that downloads information about development
|
||||
opportunities from harvest.ubuntu.com and gives a summary of the types of
|
||||
opportunities.
|
||||
|
||||
.SH AUTHORS
|
||||
\fBharvest\fP and its manpage were written by Daniel Holbach
|
||||
\fBharvest\fP and its manpage were written by Daniel Holbach
|
||||
<daniel.holbach@ubuntu.com>.
|
||||
.PP
|
||||
Both are released under the GNU General Public License, version 3 or
|
||||
|
6
harvest
6
harvest
@ -22,7 +22,7 @@
|
||||
# harvest.ubuntu.com
|
||||
#
|
||||
#
|
||||
# Daniel Holbach
|
||||
# Daniel Holbach
|
||||
# (c) 2011 Canonical
|
||||
|
||||
from optparse import OptionParser
|
||||
@ -63,8 +63,8 @@ def main():
|
||||
data = json.loads(response)
|
||||
print >> sys.stdout, \
|
||||
"""%s has %s opportunities: %s
|
||||
Find out more: %sopportunities/package/%s""" % (pkg,
|
||||
data["total"],
|
||||
Find out more: %sopportunities/package/%s""" % (pkg,
|
||||
data["total"],
|
||||
opportunity_summary(data),
|
||||
BASE_URL,
|
||||
pkg)
|
||||
|
@ -71,7 +71,7 @@ class ConfigTestCase(mox.MoxTestBase, unittest.TestCase):
|
||||
self._config_files['user'] = """#COMMENT=yes
|
||||
\tTAB_INDENTED=yes
|
||||
SPACE_INDENTED=yes
|
||||
SPACE_SUFFIX=yes
|
||||
SPACE_SUFFIX=yes
|
||||
SINGLE_QUOTE='yes no'
|
||||
DOUBLE_QUOTE="yes no"
|
||||
QUOTED_QUOTE="it's"
|
||||
|
@ -152,7 +152,7 @@ endif
|
||||
"""
|
||||
|
||||
_SEAHORSE_PLUGINS_CONTROL = """# This file is autogenerated. DO NOT EDIT!
|
||||
#
|
||||
#
|
||||
# Modifications should be made to debian/control.in instead.
|
||||
# This file is regenerated automatically in the clean target.
|
||||
|
||||
@ -169,7 +169,7 @@ Package: seahorse-plugins
|
||||
"""
|
||||
|
||||
_SEAHORSE_PLUGINS_UPDATED = """# This file is autogenerated. DO NOT EDIT!
|
||||
#
|
||||
#
|
||||
# Modifications should be made to debian/control.in instead.
|
||||
# This file is regenerated automatically in the clean target.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user