]> git.proxmox.com Git - ksm-control-daemon.git/blame - debian/rules
bump version to 1.5-1
[ksm-control-daemon.git] / debian / rules
CommitLineData
03e54684 1#!/usr/bin/make -f
03e54684 2
1642c475
DM
3# output every command that modifies files on the build system.
4#DH_VERBOSE = 1
03e54684 5
1642c475
DM
6# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
7DPKG_EXPORT_BUILDFLAGS = 1
8include /usr/share/dpkg/default.mk
03e54684 9
1642c475 10%:
76543e9a 11 dh $@ --with quilt
03e54684 12
03e54684 13
1642c475 14destdir := $(CURDIR)/debian/ksm-control-daemon
03e54684 15
1642c475 16override_dh_auto_install:
03e54684 17 install -D -m 0755 $(CURDIR)/ksmtuned $(destdir)/usr/sbin/ksmtuned
03e54684
DM
18 install -D -m 0644 $(CURDIR)/ksmtuned.conf $(destdir)/etc/ksmtuned.conf
19
76543e9a
TL
20override_dh_installsystemd:
21 dh_installsystemd --name ksmtuned