Bugzilla – Attachment 49856 Details for
Bug 14633
apache2-mpm-itk depencency makes Koha uninstallable on Debian Stretch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14633: Patch to control.ini to add or dependency to libapache2-mpm-itk
Bug-14633-Patch-to-controlini-to-add-or-dependency.patch (text/plain), 1.16 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-04-04 13:23:12 UTC
(
hide
)
Description:
Bug 14633: Patch to control.ini to add or dependency to libapache2-mpm-itk
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-04-04 13:23:12 UTC
Size:
1.16 KB
patch
obsolete
>From 1d9913b76d05edbe973ad7d3b5b13df6ba05c759 Mon Sep 17 00:00:00 2001 >From: John Seymour <John.Seymour@nal.gov.au> >Date: Wed, 10 Feb 2016 22:38:15 -0500 >Subject: [PATCH] Bug 14633: Patch to control.ini to add or dependency to > libapache2-mpm-itk > >The other attachment was not a patch which could be applied by >'git bz'. This corrects that. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >debian/update-control will need to be run after this is applied, but >it works well >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/control.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/control.in b/debian/control.in >index ad9b891..44060c6 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -17,7 +17,7 @@ Package: koha-common > Architecture: all > Depends: ${misc:Depends}, ${koha:Depends}, > apache2, >- apache2-mpm-itk, >+ apache2-mpm-itk | libapache2-mpm-itk, > at, > cron-daemon, > daemon, >@@ -65,7 +65,7 @@ Description: integrated (physical) library management system > Package: koha-deps > Depends: ${misc:Depends}, > apache2, >- apache2-mpm-itk, >+ apache2-mpm-itk | libapache2-mpm-itk, > at, > cron-daemon, > daemon, >-- >2.7.4
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 14633
:
47630
|
47882
|
49842
| 49856