diff options
author | LaMont Jones <lamont@debian.org> | 2014-02-11 21:52:30 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2014-02-11 21:54:39 -0700 |
commit | b38e90b28ed7d799f6729edb0b85b5835ca3c01a (patch) | |
tree | cc72fc79863f5ca4ddac0980538b4b5f8e863123 | |
parent | 2bba41f174a0143d945858f0a75b9d81b92196c2 (diff) | |
download | bind9-b38e90b28ed7d799f6729edb0b85b5835ca3c01a.tar.gz |
changelog: release, with minor rules cleanup
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rules | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 19db8ef3..da8e1082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ bind9 (1:9.9.5.dfsg-1) experimental; urgency=low [Internet Software Consortium, Inc] - * New upstream version: 9.9.5 + * New upstream version: 9.9.5 Closes: #735190 [Martin Nagy] diff --git a/debian/rules b/debian/rules index f9d1136c..3dfef35a 100644 --- a/debian/rules +++ b/debian/rules @@ -160,9 +160,7 @@ binary-arch: build install dh_systemd_enable -plwresd lwresd.service dh_installinit -a --no-start -- defaults 15 85 # Ship the extra service file for resolvconf integration manually. - if [ -d debian/bind9/lib/systemd/system ]; then \ - cp debian/bind9-resolvconf.service debian/bind9/lib/systemd/system; \ - fi + if [ -d debian/bind9/lib/systemd/system ]; then cp debian/bind9-resolvconf.service debian/bind9/lib/systemd/system; fi dh_installcron -a dh_installdebconf -pbind9 dh_installinfo -a |