1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Update packaging for 4.0.4

* Fix main version (Don't use spaces and capitals in versions!)
* Change debian changelog format in hscommon
* Fix build cleanup
* Switch to XZ compression
* Update build instructions
* Build single package for both Debian/Ubuntu
* Update packaging
This commit is contained in:
Eugene San (eugenesan)
2019-08-29 12:01:04 -07:00
parent ad2a07a289
commit 080bb8935c
8 changed files with 20 additions and 13 deletions

View File

@@ -131,6 +131,9 @@ def build_normal():
def main():
options = parse_args()
if options.clean:
if op.exists('build'):
shutil.rmtree('build')
if not op.exists('build'):
os.mkdir('build')
if options.doc: