summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2012-08-28 21:26:56 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-08-28 21:26:56 +0100
commitbc54ae392b9571f7631e911555e2282d4e4a196a (patch)
tree2cc5a8edd299651e61929da0a2180b48af29fc8a /debian/rules
parent00acd06340273ed321b0a86581de759a1970ab75 (diff)
downloaddnsmasq-bc54ae392b9571f7631e911555e2282d4e4a196a.tar.gz
Debian packaging fixes.
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 5d68937..00028c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,6 +129,8 @@ ifeq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS)))
gzip -9 debian/base/usr/share/doc/$(package)/DBus-interface
endif
install -m 644 debian/dnsmasq-base.conffiles debian/base/DEBIAN/conffiles
+ install -m 755 debian/dnsmasq-base.postinst debian/base/DEBIAN/postinst
+ install -m 755 debian/dnsmasq-base.postrm debian/base/DEBIAN/postrm
install -m 644 debian/changelog debian/base/usr/share/doc/$(package)/changelog.Debian
gzip -9 debian/base/usr/share/doc/$(package)/changelog.Debian
install -m 644 debian/readme debian/base/usr/share/doc/$(package)/README.Debian