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

(-)a/Makefile.PL (+1 lines)
Lines 306-311 my $target_map = { Link Here
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
  './docs/contributors.yaml'    => { target => 'DOC_DIR', trimdir => -1 },
309
  './docs/teams.yaml'           => { target => 'DOC_DIR', trimdir => -1 },
309
  './offline_circ'              => 'INTRANET_CGI_DIR',
310
  './offline_circ'              => 'INTRANET_CGI_DIR',
310
  './etc'                       => { target => 'KOHA_CONF_DIR', trimdir => -1 },
311
  './etc'                       => { target => 'KOHA_CONF_DIR', trimdir => -1 },
311
  './etc/zebradb'               => { target => 'ZEBRA_CONF_DIR', trimdir => -1 },
312
  './etc/zebradb'               => { target => 'ZEBRA_CONF_DIR', trimdir => -1 },
(-)a/debian/koha-common.docs (+1 lines)
Lines 2-4 debian/docs/LEEME.Debian Link Here
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
4
docs/contributors.yaml
5
docs/teams.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 --exclude=contributors.yaml
48
	dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml
49
- 

Return to bug 21626