#!/usr/bin/make -f # output every command that modifies files on the build system. #DH_VERBOSE = 1 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk %: dh $@ --with quilt destdir := $(CURDIR)/debian/ksm-control-daemon override_dh_auto_install: install -D -m 0755 $(CURDIR)/ksmtuned $(destdir)/usr/sbin/ksmtuned install -D -m 0644 $(CURDIR)/ksmtuned.conf $(destdir)/etc/ksmtuned.conf override_dh_installsystemd: dh_installsystemd --name ksmtuned