Bugzilla – Attachment 149055 Details for
Bug 33168
Timeline on "About Koha" is not working for package installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33168: (follow-up) Swap spaces for tabs
Bug-33168-follow-up-Swap-spaces-for-tabs.patch (text/plain), 905 bytes, created by
David Nind
on 2023-03-31 19:27:55 UTC
(
hide
)
Description:
Bug 33168: (follow-up) Swap spaces for tabs
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-03-31 19:27:55 UTC
Size:
905 bytes
patch
obsolete
>From e083fa7d2ddb9fe0fea5e5b95bbfb1e43a02baf7 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Sat, 1 Apr 2023 03:21:54 +1300 >Subject: [PATCH] Bug 33168: (follow-up) Swap spaces for tabs > >Signed-off-by: David Nind <david@davidnind.com> >--- > debian/rules | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/rules b/debian/rules >index 572d5533cc..8027ea5299 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -48,5 +48,5 @@ override_dh_compress: > dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml > > override_dh_installchangelogs: >- # Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature >- dh_installchangelogs --exclude=history.txt >+ # Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature >+ dh_installchangelogs --exclude=history.txt >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33168
:
148497
|
148501
|
148632
|
149038
| 149055