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)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 25 May 2010 11:59:12 +0000 (07:59 -0400)
commit6340d2246859b3784bb922c8af7b0bbc6ca0db92
tree0de82ac71c4045b4bea656eedeb71ff8f0e21669
parent27c6ab764cdb38f8b87b56f66b450b514894a119
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