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

(-)a/debian/rules (-3 / +2 lines)
Lines 48-52 override_dh_compress: Link Here
48
	dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml
48
	dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml
49
49
50
override_dh_installchangelogs:
50
override_dh_installchangelogs:
51
    # Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature
51
	# Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature
52
    dh_installchangelogs --exclude=history.txt
52
	dh_installchangelogs --exclude=history.txt
53
- 

Return to bug 33168