Added Utopic Unicorn to the list of supported Ubuntu dists

This commit is contained in:
Virgil Dupras 2014-10-26 12:18:49 -04:00
parent 854a253d9f
commit 943a6570d8
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def package_debian_distribution(edition, distribution):
def package_debian(edition):
print("Packaging for Ubuntu")
for distribution in ['trusty']:
for distribution in ['trusty', 'utopic']:
package_debian_distribution(edition, distribution)
def package_arch(edition):