View | Details | Raw Unified | Return to bug 22893
Collapse All | Expand All

(-)a/Makefile.PL (+1 lines)
Lines 305-310 my $target_map = { Link Here
305
  './clubs'                     => 'INTRANET_CGI_DIR',
305
  './clubs'                     => 'INTRANET_CGI_DIR',
306
  './course_reserves'           => 'INTRANET_CGI_DIR',
306
  './course_reserves'           => 'INTRANET_CGI_DIR',
307
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
307
  './docs/history.txt'          => { target => 'DOC_DIR', trimdir => -1 },
308
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
308
  './offline_circ'              => 'INTRANET_CGI_DIR',
309
  './offline_circ'              => 'INTRANET_CGI_DIR',
309
  './etc'                       => { target => 'KOHA_CONF_DIR', trimdir => -1 },
310
  './etc'                       => { target => 'KOHA_CONF_DIR', trimdir => -1 },
310
  './etc/zebradb'               => { target => 'ZEBRA_CONF_DIR', trimdir => -1 },
311
  './etc/zebradb'               => { target => 'ZEBRA_CONF_DIR', trimdir => -1 },
(-)a/debian/koha-common.docs (+1 lines)
Lines 1-3 Link Here
1
debian/docs/LEEME.Debian
1
debian/docs/LEEME.Debian
2
misc/release_notes/release_notes_3*.txt
2
misc/release_notes/release_notes_3*.txt
3
docs/history.txt
3
docs/history.txt
4
docs/contributors.yaml
(-)a/debian/rules (-2 / +1 lines)
Lines 45-48 override_dh_auto_install: Link Here
45
45
46
override_dh_compress:
46
override_dh_compress:
47
	# exclude history.txt from compression as about.pl needs it uncompressed
47
	# exclude history.txt from compression as about.pl needs it uncompressed
48
	dh_compress --exclude=history.txt
48
	dh_compress --exclude=history.txt --exclude=contributors.yaml
49
- 

Return to bug 22893