bddeb: depend on cloud-utils or cloud-guest-utils

saucy split cloud-utils into cloud-guest-utils and cloud-image-utils.
The former is in the cloud image, the latter is not, and
we actually need it for growpart which is in the former.
This commit is contained in:
Scott Moser 2013-09-25 15:07:49 -04:00
parent 9d6aed3cd3
commit f804a8ee0c
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def main():
print("Creating a debian/ folder in %r" % (xdir))
if not args.no_cloud_utils:
append_requires=['cloud-utils']
append_requires=['cloud-utils | cloud-guest-utils']
else:
append_requires=[]
write_debian_folder(xdir, version, revno, append_requires)