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

Modernized debian packaging.

This commit is contained in:
Virgil Dupras
2012-07-11 12:07:29 -07:00
parent e2b23ca961
commit 24a11ee4bd
3 changed files with 15 additions and 90 deletions

10
debian/Makefile vendored Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/make -f
all:
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}