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:
parent
2fcc4fe94e
commit
204ee9e854
3 changed files with 7 additions and 4 deletions
2
debian/bd-to-depends
vendored
2
debian/bd-to-depends
vendored
|
@ -5,6 +5,8 @@ import debian.deb822
|
|||
|
||||
exclusions = [
|
||||
'debhelper',
|
||||
'python',
|
||||
'python-debian',
|
||||
]
|
||||
|
||||
exclusions = [re.compile(s) for s in exclusions]
|
||||
|
|
5
debian/control
vendored
5
debian/control
vendored
|
@ -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
4
debian/control.in
vendored
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue