Bugzilla – Attachment 149038 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: swap spaces for tabs [follow-up]
Bug-33168-swap-spaces-for-tabs-follow-up.patch (text/plain), 857 bytes, created by
Mason James
on 2023-03-31 14:24:52 UTC
(
hide
)
Description:
Bug 33168: swap spaces for tabs [follow-up]
Filename:
MIME Type:
Creator:
Mason James
Created:
2023-03-31 14:24:52 UTC
Size:
857 bytes
patch
obsolete
>From 35a2ed97917769a110834ed7a8d83d8b9e9f30b7 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: swap spaces for tabs [follow-up] > >--- > 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