@@ -, +, @@ --- Makefile.PL | 1 + debian/koha-common.docs | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) --- a/Makefile.PL +++ a/Makefile.PL @@ -305,6 +305,7 @@ my $target_map = { './clubs' => 'INTRANET_CGI_DIR', './course_reserves' => 'INTRANET_CGI_DIR', './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, + './docs/contributors.yaml' => { target => 'DOC_DIR', trimdir => -1 }, './offline_circ' => 'INTRANET_CGI_DIR', './etc' => { target => 'KOHA_CONF_DIR', trimdir => -1 }, './etc/zebradb' => { target => 'ZEBRA_CONF_DIR', trimdir => -1 }, --- a/debian/koha-common.docs +++ a/debian/koha-common.docs @@ -1,3 +1,4 @@ debian/docs/LEEME.Debian misc/release_notes/release_notes_3*.txt docs/history.txt +docs/contributors.yaml --- a/debian/rules +++ a/debian/rules @@ -45,4 +45,4 @@ override_dh_auto_install: override_dh_compress: # exclude history.txt from compression as about.pl needs it uncompressed - dh_compress --exclude=history.txt + dh_compress --exclude=history.txt --exclude=contributors.yaml --