mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-05 21:11:37 +00:00
improve comment
This commit is contained in:
parent
fd6b8cdab0
commit
df38124295
@ -61,7 +61,7 @@ def update_maintainer(debian_directory, verbose=False):
|
|||||||
return(1)
|
return(1)
|
||||||
|
|
||||||
# If the rules file accounts for XSBC-Original-Maintainer, we should not
|
# If the rules file accounts for XSBC-Original-Maintainer, we should not
|
||||||
# touch it this package.
|
# touch it in this package (e.g. the python package).
|
||||||
if 'XSBC-Original-' in file(os.path.join(debian_directory, "rules")).read():
|
if 'XSBC-Original-' in file(os.path.join(debian_directory, "rules")).read():
|
||||||
if verbose:
|
if verbose:
|
||||||
print "XSBC-Original is managed by 'rules' file. Doing nothing."
|
print "XSBC-Original is managed by 'rules' file. Doing nothing."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user