mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-25 03:12:47 +00:00
16 lines
No EOL
307 B
Makefile
Executable file
16 lines
No EOL
307 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@ --parallel --with systemd
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Wno-dev \
|
|
-DENABLE_TESTING=OFF
|
|
|
|
override_dh_installinit:
|
|
dh_installinit --name=kdm
|
|
|
|
override_dh_installlogrotate:
|
|
dh_installlogrotate --name kdm
|