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

@@ -58,9 +58,9 @@ dupeGuru is built with "make":
$ make
$ make run
### Generate Ubuntu packages
### Generate Debian/Ubuntu package
$ bash -c "pyvenv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py"
$ bash -c "python3 -m venv --system-site-packages env && source env/bin/activate && pip install -r requirements.txt && python3 build.py --clean && python3 package.py"
### Running tests