Bugzilla – Attachment 49842 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-dependen.patch (text/plain), 1.11 KB, created by
Chris Cormack
on 2016-04-04 09:57:44 UTC
(
hide
)
Description:
Bug 14633 - Patch to control.ini to add or dependency to libapache2-mpm-itk
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2016-04-04 09:57:44 UTC
Size:
1.11 KB
patch
obsolete
>From f4d7871b1bcb2c02b927a144f5ebb5d9b275b1ab 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 >--- > 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.5.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 14633
:
47630
|
47882
|
49842
|
49856