|
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 |
- |
|
|