11 lines
312 B
Makefile
Executable File
11 lines
312 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem=cmake
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DCPM_LOCAL_PACKAGES_ONLY=ON ${DH_AUTO_ARGS}
|
|
|
|
# https://sources.debian.org/src/amavisd-new/1:2.13.0-3/debian/rules/?hl=10#L10
|
|
execute_after_dh_installinit:
|
|
dh_installsysusers # this is needed until dh compat 14
|