mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Update packaging to conform with package unification and few fixes (#372)
* Rename package (dupeguru-se -> dupeguru) * Update package name in .desktop files and scripts * Add Ubuntu package building instructions * Fix build_pe_modules.py * Add description to package * Add conflicts dependencies to replace previous versions * Update python version * Unify .json configs * Few cosmetics changes (mainly missing end-lines and images permissions)
This commit is contained in:
committed by
Virgil Dupras
parent
bdd404ce0e
commit
d660cef245
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
all:
|
||||
dh_prep
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
touch build_pe_modules.py
|
||||
python3 build_pe_modules.py
|
||||
chmod +x src/run.py
|
||||
cp -R src/ $(CURDIR)/debian/{pkgname}/usr/share/{execname}
|
||||
cp $(CURDIR)/debian/{execname}.desktop $(CURDIR)/debian/{pkgname}/usr/share/applications
|
||||
ln -s /usr/share/{execname}/run.py $(CURDIR)/debian/{pkgname}/usr/bin/{execname}
|
||||
ln -s /usr/share/{execname}/run.py $(CURDIR)/debian/{pkgname}/usr/bin/{execname}
|
||||
|
||||
Reference in New Issue
Block a user