mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Merge pull request #755 from glubsy/packaging
Fix Debian packaging issues
This commit is contained in:
commit
701e6d4bb2
@ -295,7 +295,7 @@ def build_debian_changelog(
|
|||||||
return [s.strip() for s in result if s.strip()]
|
return [s.strip() for s in result if s.strip()]
|
||||||
|
|
||||||
ENTRY_MODEL = (
|
ENTRY_MODEL = (
|
||||||
"{pkg} ({version}-1) {distribution}; urgency=low\n\n{changes}\n "
|
"{pkg} ({version}) {distribution}; urgency=low\n\n{changes}\n "
|
||||||
"-- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
|
"-- Virgil Dupras <hsoft@hardcoded.net> {date}\n\n"
|
||||||
)
|
)
|
||||||
CHANGE_MODEL = " * {description}\n"
|
CHANGE_MODEL = " * {description}\n"
|
||||||
|
@ -8,5 +8,6 @@ all:
|
|||||||
chmod +x src/run.py
|
chmod +x src/run.py
|
||||||
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
||||||
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
||||||
ln -s "/usr/share/{execname}/dgse_logo_128.png" "$(CURDIR)/debian/{pkgname}/usr/pixmaps/{execname}.png"
|
mkdir -p "$(CURDIR)/debian/{pkgname}/usr/share/pixmaps"
|
||||||
|
ln -s "/usr/share/{execname}/dgse_logo_128.png" "$(CURDIR)/debian/{pkgname}/usr/share/pixmaps/{execname}.png"
|
||||||
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}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Send2Trash>=1.3.0
|
Send2Trash>=1.3.0
|
||||||
sphinx>=1.2.2
|
sphinx>=1.2.2
|
||||||
polib>=1.0.4
|
polib>=1.0.4
|
||||||
hsaudiotag3k>=1.1.3
|
hsaudiotag3k>=1.1.3*
|
||||||
distro>=1.5.0
|
distro>=1.5.0
|
||||||
PyQt5 >=5.4,<6.0; sys_platform == 'win32'
|
PyQt5 >=5.4,<6.0; sys_platform == 'win32'
|
||||||
pywin32>=200; sys_platform == 'win32'
|
pywin32>=200; sys_platform == 'win32'
|
Loading…
x
Reference in New Issue
Block a user