Bugzilla – Attachment 89779 Details for
Bug 21626
Add 'current maintenance team' to the 'Koha team' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21626: (QA follow-up) Embed teams.yaml for debian packages
Bug-21626-QA-follow-up-Embed-teamsyaml-for-debian-.patch (text/plain), 1.92 KB, created by
Martin Renvoize (ashimema)
on 2019-05-15 05:40:34 UTC
(
hide
)
Description:
Bug 21626: (QA follow-up) Embed teams.yaml for debian packages
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-15 05:40:34 UTC
Size:
1.92 KB
patch
obsolete
>From 50526fdeffa6861b25db4b4900006286d9525e3f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 14 May 2019 15:39:01 +0100 >Subject: [PATCH] Bug 21626: (QA follow-up) Embed teams.yaml for debian > packages > >Like history.txt we need to tell some debian/ files to copy >teams.yaml >Also pick it for the `make install` process (Makefile.PL) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Makefile.PL | 1 + > debian/koha-common.docs | 1 + > debian/rules | 2 +- > 3 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Makefile.PL b/Makefile.PL >index 9ab7839f2a..0a0d4b7a0e 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -306,6 +306,7 @@ my $target_map = { > './course_reserves' => 'INTRANET_CGI_DIR', > './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, > './docs/contributors.yaml' => { target => 'DOC_DIR', trimdir => -1 }, >+ './docs/teams.yaml' => { target => 'DOC_DIR', trimdir => -1 }, > './offline_circ' => 'INTRANET_CGI_DIR', > './etc' => { target => 'KOHA_CONF_DIR', trimdir => -1 }, > './etc/zebradb' => { target => 'ZEBRA_CONF_DIR', trimdir => -1 }, >diff --git a/debian/koha-common.docs b/debian/koha-common.docs >index 4a6a9e8849..fc95b8e530 100644 >--- a/debian/koha-common.docs >+++ b/debian/koha-common.docs >@@ -2,3 +2,4 @@ debian/docs/LEEME.Debian > misc/release_notes/release_notes_3*.txt > docs/history.txt > docs/contributors.yaml >+docs/teams.yaml >diff --git a/debian/rules b/debian/rules >index 3c72f9d1a6..00830ccf75 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -45,4 +45,4 @@ override_dh_auto_install: > > override_dh_compress: > # exclude history.txt from compression as about.pl needs it uncompressed >- dh_compress --exclude=history.txt --exclude=contributors.yaml >+ dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml >-- >2.20.1
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 21626
:
80968
|
87776
|
87777
|
88483
|
88484
|
88880
|
88881
|
88882
|
88883
|
88884
|
88885
|
88886
|
88890
|
88891
|
89185
|
89186
|
89206
|
89207
|
89216
|
89217
|
89253
|
89281
|
89282
|
89283
|
89295
|
89296
|
89297
|
89298
|
89299
|
89307
|
89308
|
89309
|
89310
|
89311
|
89552
|
89553
|
89554
|
89555
|
89556
|
89557
|
89681
|
89682
|
89683
|
89684
|
89685
|
89686
|
89687
|
89690
|
89691
|
89692
|
89693
|
89694
|
89695
|
89696
|
89697
|
89698
|
89699
|
89700
|
89701
|
89702
|
89703
|
89704
|
89705
|
89713
|
89714
|
89715
|
89716
|
89717
|
89718
|
89719
|
89720
|
89750
|
89751
|
89752
|
89753
|
89754
|
89755
|
89756
|
89757
|
89758
|
89759
|
89771
|
89772
|
89773
|
89774
|
89775
|
89776
|
89777
|
89778
| 89779 |
89780