mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-30 15:52:11 +02:00
10 lines
222 B
Makefile
Executable File
10 lines
222 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --builddirectory=_build
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd --name=eg25-manager --no-restart-on-upgrade --no-restart-after-upgrade
|