Bugzilla – Attachment 89762 Details for
Bug 22893
contributors.yaml not correctly copied
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22893: Embed contributors.yaml for debian packages
Bug-22893-Embed-contributorsyaml-for-debian-packag.patch (text/plain), 1.89 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-05-14 15:04:31 UTC
(
hide
)
Description:
Bug 22893: Embed contributors.yaml for debian packages
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-05-14 15:04:31 UTC
Size:
1.89 KB
patch
obsolete
>From de17a1c70053ca03d8a5a9dbe02cdeaf119d203b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 12 May 2019 19:26:41 -0500 >Subject: [PATCH] Bug 22893: Embed contributors.yaml for debian packages > >Like history.txt we need to tell some debian/ files to copy contributors.yaml >Also pick it for the `make install` process (Makefile.PL) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 ce323ef163..9ab7839f2a 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -305,6 +305,7 @@ my $target_map = { > './clubs' => 'INTRANET_CGI_DIR', > './course_reserves' => 'INTRANET_CGI_DIR', > './docs/history.txt' => { target => 'DOC_DIR', trimdir => -1 }, >+ './docs/contributors.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 6106c24178..4a6a9e8849 100644 >--- a/debian/koha-common.docs >+++ b/debian/koha-common.docs >@@ -1,3 +1,4 @@ > debian/docs/LEEME.Debian > misc/release_notes/release_notes_3*.txt > docs/history.txt >+docs/contributors.yaml >diff --git a/debian/rules b/debian/rules >index 20eb9e207f..3c72f9d1a6 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 >+ dh_compress --exclude=history.txt --exclude=contributors.yaml >-- >2.21.0
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 22893
:
89644
|
89645
|
89746
|
89747
|
89761
| 89762