diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-06-28 12:30:35 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-06-28 12:59:10 +0200 |
commit | d6d766ade1d7a24f84e856454c71c6943c5147af (patch) | |
tree | e50d4adb406c97855d1aacf8cc6637c5930239a3 | |
parent | 7c97ef65497c1d7a1a48876fd3542475d6cd4345 (diff) | |
download | knot-d6d766ade1d7a24f84e856454c71c6943c5147af.tar.gz |
Install NEWS as upstream changelog
-rw-r--r-- | debian/docs | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/docs b/debian/docs index ffe5fe2..e4cf55f 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,2 @@ -NEWS README THANKS diff --git a/debian/rules b/debian/rules index fbbdea4..dddfcb9 100755 --- a/debian/rules +++ b/debian/rules @@ -35,3 +35,6 @@ override_dh_install: mv $(CURDIR)/debian/tmp/etc/knot/knot.sample.conf $(CURDIR)/debian/tmp/etc/knot/knot.conf rm $(CURDIR)/debian/tmp/etc/knot/example.com.zone dh_install --fail-missing + +override_dh_installchangelogs: + dh_installchangelogs NEWS |