test before release

This commit is contained in:
qiurui 2024-04-09 16:32:31 +08:00
parent a6fbe7a597
commit c39e6e2606
5 changed files with 0 additions and 25 deletions

0
debian/conffiles vendored
View File

View File

@ -1,2 +1 @@
dh_installsystemd
dh_installsystemd

View File

@ -4,25 +4,6 @@ if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.3.4
if [ "$1" = "remove" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper mask 'keyboard-hook-server.service' >/dev/null || true
fi
fi
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'keyboard-hook-server.service' >/dev/null || true
deb-systemd-helper unmask 'keyboard-hook-server.service' >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.3.4
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.3.4
if [ "$1" = "remove" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper mask 'keyboard-hook.service' >/dev/null || true

5
debian/rules vendored
View File

@ -22,11 +22,6 @@
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
dh_auto_install
dh_systemd_enable || true
dh_systemd_start || true
override_dh_installsystemd:
dh_installsystemd --name=keyboard-hook
dh_installsystemd --name=keyboard-hook-server