From 674e298fb6ddccbb260eb54dde19432901be0b03 Mon Sep 17 00:00:00 2001 From: Antoine Beaupré Date: Fri, 24 Jul 2015 15:17:13 -0400 Subject: fix broken symlink on README.md (Closes: #791566) /usr/share/doc/etckeeper/README.md used to point to doc/README.mdwn which was missing from the package. this patch includes the whole doc/ directory instead. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 6fbf146..603f44e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,3 +4,6 @@ export PYTHON_INSTALL_OPTS=--install-layout=deb %: dh --with python2 $@ + +override_dh_installdocs: + dh_installdocs -X.gitignore -- cgit v1.2.3