Bug 7968 : Create meta-packages to simplify installation of koha
authorroot <root@jbilou.biblibre.local>
Wed, 18 Apr 2012 14:07:31 +0000 (16:07 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 14 May 2012 16:33:17 +0000 (18:33 +0200)
commit10cb983ac0c5c9842770c4e294229db2df569844
tree3e88ee471ad99f939e30fe2c26cb58c705a703db
parent63bc7ebc39e656317a72f32853fc40233263e729
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.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
debian/control.in