mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
Added Utopic Unicorn to the list of supported Ubuntu dists
This commit is contained in:
parent
854a253d9f
commit
943a6570d8
@ -166,7 +166,7 @@ def package_debian_distribution(edition, distribution):
|
|||||||
|
|
||||||
def package_debian(edition):
|
def package_debian(edition):
|
||||||
print("Packaging for Ubuntu")
|
print("Packaging for Ubuntu")
|
||||||
for distribution in ['trusty']:
|
for distribution in ['trusty', 'utopic']:
|
||||||
package_debian_distribution(edition, distribution)
|
package_debian_distribution(edition, distribution)
|
||||||
|
|
||||||
def package_arch(edition):
|
def package_arch(edition):
|
||||||
|
Loading…
Reference in New Issue
Block a user