summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2016-07-16 22:06:01 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2016-07-16 22:06:01 +0100
commit9bb3998da4c1ebedde83a44ba8bbe30b65b2660a (patch)
treee724386e02ea52fa01815c3f206195a047d8e339 /debian/rules
parentd6dce53e08b3a06be16d43e1bf566c6c1988e4a9 (diff)
downloaddnsmasq-9bb3998da4c1ebedde83a44ba8bbe30b65b2660a.tar.gz
Merge 2.76-1.2 Debian NMU.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index d748829..ce34312 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,7 @@ binary-indep: checkroot
-d debian/daemon/etc/dnsmasq.d \
-d debian/daemon/etc/resolvconf/update.d \
-d debian/daemon/usr/lib/resolvconf/dpkg-event.d \
+ -d debian/daemon/usr/share/dnsmasq \
-d debian/daemon/etc/default \
-d debian/daemon/lib/systemd/system \
-d debian/daemon/etc/insserv.conf.d
@@ -113,6 +114,7 @@ binary-indep: checkroot
install -m 755 debian/init debian/daemon/etc/init.d/dnsmasq
install -m 755 debian/resolvconf debian/daemon/etc/resolvconf/update.d/dnsmasq
install -m 755 debian/resolvconf-package debian/daemon/usr/lib/resolvconf/dpkg-event.d/dnsmasq
+ install -m 644 debian/installed-marker debian/daemon/usr/share/dnsmasq
install -m 644 debian/default debian/daemon/etc/default/dnsmasq
install -m 644 dnsmasq.conf.example debian/daemon/etc/dnsmasq.conf
install -m 644 debian/readme.dnsmasq.d debian/daemon/etc/dnsmasq.d/README