diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-07-24 15:17:13 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-07-24 15:26:07 -0400 |
commit | 674e298fb6ddccbb260eb54dde19432901be0b03 (patch) | |
tree | 51a6168ecb55bbc2eb84aefa8c360e40b73375db /debian/rules | |
parent | 83ed6440de75c17d0c580c02e028cc3e5e1a113a (diff) |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |