Replace dependencies on koha-dev-env with list of packages.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 25 May 2010 01:44:08 +0000 (13:44 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 26 May 2010 04:30:21 +0000 (16:30 +1200)
commit8c7ce82ad609cd3a4dee1e443918ccbc09024c75
treea56ca1701dd5ff52e4e76dac4e46b5c3488e4ad3
parent2f4d57168d45e70404620f38f5f86544b519ca90
Replace dependencies on koha-dev-env with list of packages.

The dependencies are needed both at build time and at run time. Build
time needs them for running tests. To avoid duplicating the (long!)
list of dependencies, we do a little bit of trickery, and generate
a koha:Depends substvar, from all build dependencies (except debhelper),
and use ${koha:Depends} in the koha-common (not koha) Depends header.
A little bit tricky, but works.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/bd-to-depends [new file with mode: 0755]
debian/control
debian/rules