mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-08 21:49:02 +00:00
Added packaging for Ubuntu 13.04
This commit is contained in:
parent
2364e44707
commit
39d24817f6
@ -134,7 +134,7 @@ def package_debian_distribution(edition, distribution):
|
||||
|
||||
def package_debian(edition):
|
||||
print("Packaging for Ubuntu")
|
||||
for distribution in ['precise', 'quantal']:
|
||||
for distribution in ['precise', 'quantal', 'raring']:
|
||||
package_debian_distribution(edition, distribution)
|
||||
|
||||
def package_arch(edition):
|
||||
|
Loading…
Reference in New Issue
Block a user