linux: Appimage packaging

Move some files around, so that AppImages can be packaged inside a .deb for convenience.
This commit is contained in:
Tom Dewey 2024-09-09 16:33:45 +01:00 committed by Tom Dewey
parent b6cab0f7d1
commit 9264c19f76
12 changed files with 61 additions and 31 deletions

10
debian/rules vendored
View file

@ -1,8 +1,14 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
export DH_VERBOSE = 1
%:
dh $@ --sourcedirectory=src
dh $@
.PHONY: override_dh_usrlocal
override_dh_usrlocal:
.PHONY: override_dh_strip
override_dh_strip:
dh_strip --exclude=AppImage