mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Added Utopic Unicorn to the list of supported Ubuntu dists
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user