From 204ee9e854b6b5914ffcbf26c2d4ef9c745b4101 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 2 Jun 2010 16:42:44 +1200 Subject: [PATCH] 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 --- debian/bd-to-depends | 2 ++ debian/control | 5 +++-- debian/control.in | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/bd-to-depends b/debian/bd-to-depends index 747a7d1372..ce8809bb8e 100755 --- a/debian/bd-to-depends +++ b/debian/bd-to-depends @@ -5,6 +5,8 @@ import debian.deb822 exclusions = [ 'debhelper', + 'python', + 'python-debian', ] exclusions = [re.compile(s) for s in exclusions] diff --git a/debian/control b/debian/control index 8c0aa4ff48..a808675b07 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/control.in b/debian/control.in index 2bed47b7e2..37d16733a0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -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, -- 2.39.2