Bugzilla – Attachment 160920 Details for
Bug 25691
Debian packages point to /usr/share/doc/koha/README.Debian which does not exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25691: Replace link to non-existing README with wiki link
Bug-25691-Replace-link-to-non-existing-README-with.patch (text/plain), 1.79 KB, created by
Jonathan Druart
on 2024-01-12 10:40:06 UTC
(
hide
)
Description:
Bug 25691: Replace link to non-existing README with wiki link
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-12 10:40:06 UTC
Size:
1.79 KB
patch
obsolete
>From d6c6892a230921fd2cc15c8faa688ff4c03eea1f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 6 Jan 2024 19:24:33 +0000 >Subject: [PATCH] Bug 25691: Replace link to non-existing README with wiki link > >This doesn't update the occurrence in the control file >as it says in control.in: > >To test: >* Verify all occurrences of the README file have been updated. Exceptions: > * control (see above) > * changelog > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > debian/control.in | 4 ++-- > debian/koha.postinst | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/debian/control.in b/debian/control.in >index 340302895e2..899b31947ab 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -60,8 +60,8 @@ Description: integrated (physical) library management system > the MySQL database for Koha. For simplicity, the database server is > assumed to run on the same host as Koha. > . >- Please see /usr/share/doc/koha/README.Debian for instructions on how to >- configure things after installing this package. >+ Please see https://wiki.koha-community.org/wiki/Installation_Documentation >+ for instructions on how to configure things after installing this package. > > Package: koha-deps > Depends: ${misc:Depends}, >diff --git a/debian/koha.postinst b/debian/koha.postinst >index 84df34a72e2..ac3926fc1a8 100644 >--- a/debian/koha.postinst >+++ b/debian/koha.postinst >@@ -16,7 +16,7 @@ dbc_go koha $@ > > cat <<eof > >-Please see /usr/share/doc/koha/README.Debian for instructions on how to >-configure things after installing the koha package. >+Please see https://wiki.koha-community.org/wiki/Installation_Documentation >+for instructions on how to configure things after installing the koha package. > > eof >-- >2.34.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 25691
:
160599
|
160600
|
160607
|
160608
| 160920 |
160921