Bugzilla – Attachment 9337 Details for
Bug 7968
create meta-packages to simplify installation of koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7968 : Create meta-packages to simplify installation of koha
Bug-7968--Create-meta-packages-to-simplify-install.patch (text/plain), 2.24 KB, created by
Robin Sheat
on 2012-04-28 02:49:16 UTC
(
hide
)
Description:
Bug 7968 : Create meta-packages to simplify installation of koha
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2012-04-28 02:49:16 UTC
Size:
2.24 KB
patch
obsolete
>From d6d58f46358a64a2937f70d687d2eefb30a8d92f Mon Sep 17 00:00:00 2001 >From: root <root@jbilou.biblibre.local> >Date: Wed, 18 Apr 2012 16:07:31 +0200 >Subject: [PATCH] Bug 7968 : Create meta-packages to simplify installation of > koha > >Minor change in the koha packages : that is having perldeps and third party softwares installable as stand alone packages >in other words, create meta-packages to simplify installation of koha. >2 packages was created : koha-deps and koha-perldeps which install general dependencies of koha. >I modified the file control.in and executed the update-control script to generate the file control. Whith the control file, >I launched the build-git-snapshot script (see http://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way) >to generate packages. > >Signed-off-by: Robin Sheat <robin@catalyst.net.nz> > >I've removed the 'Version' and 'Maintainer' lines, as they don't belong >in package sections. They apply to the source declaration only. >Otherwise, it seems fine and useful. >--- > debian/control.in | 37 +++++++++++++++++++++++++++++++++++++ > 1 files changed, 37 insertions(+), 0 deletions(-) > >diff --git a/debian/control.in b/debian/control.in >index 24549b9..8cc49dc 100644 >--- a/debian/control.in >+++ b/debian/control.in >@@ -54,3 +54,40 @@ Description: integrated (physical) library management system > . > Please see /usr/share/doc/koha/README.Debian for instructions on how to > configure things after installing this package. >+ >+Package: koha-deps >+Depends: ${misc:Depends}, >+ apache2, >+ apache2-mpm-itk, >+ at, >+ daemon, >+ debconf, >+ idzebra-2.0, >+ libjs-jquery, >+ libjs-yui, >+ mysql-client, >+ mysql-server, >+ perl-doc, >+ pwgen, >+ sudo, >+ tinymce2, >+ unzip, >+ xmlstarlet, >+ yaz >+Architecture: all >+Description: Other dep. for koha >+ Koha is an Integrated Library Managment system for real-world libraries >+ (the kinds with books). >+ . >+ This meta-package contains general dependencies packages for koha (apache2, >+ daemon, debconf, etc.). >+ >+Package: koha-perldeps >+Depends:__AUTODEPENDS__ >+Architecture: all >+Description: Perl dep. for koha >+ Koha is an Integrated Library Managment system for real-world libraries >+ (the kinds with books). >+ . >+ This meta-package contains perl dependencies packages for koha (all >+ perl lib). >-- >1.7.5.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 7968
:
9244
| 9337