Add missing build-dependencies (python, python-debian).

Also, debian/control gets re-generated, from debian/control.in and
PerlDependencies.pm.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Lars Wirzenius 2010-06-02 16:42:44 +12:00 committed by Galen Charlton
parent 2fcc4fe94e
commit 204ee9e854
3 changed files with 7 additions and 4 deletions

View file

@ -5,6 +5,8 @@ import debian.deb822
exclusions = [
'debhelper',
'python',
'python-debian',
]
exclusions = [re.compile(s) for s in exclusions]

5
debian/control vendored
View file

@ -71,15 +71,16 @@ Build-Depends: libalgorithm-checkdigits-perl,
libxml-sax-perl,
libxml-sax-writer-perl,
libxml-simple-perl,
libyaml-perl,
libyaml-syck-perl,
perl,
perl-base,
perl-modules,
debhelper (>= 7.0.50), gettext
debhelper (>= 7.0.50), gettext, python, python-debian
Package: koha-common
Architecture: all
Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
Depends: ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk,
at,

4
debian/control.in vendored
View file

@ -7,11 +7,11 @@ Standards-Version: 3.8.4
# See debian/rules, the override_dh_gencontrol rules.
# There are some exceptions.
Build-Depends:__AUTODEPENDS__,
debhelper (>= 7.0.50), gettext
debhelper (>= 7.0.50), gettext, python, python-debian
Package: koha-common
Architecture: all
Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
Depends: ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk,
at,