@@ -, +, @@ --- debian/control | 4 +++- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) --- a/debian/control +++ a/debian/control @@ -1,5 +1,5 @@ Source: koha -Maintainer: Galen Charlton +Maintainer: Mirko Tietgen Section: web Priority: optional Standards-Version: 3.8.4 @@ -56,6 +56,7 @@ Build-Depends: libalgorithm-checkdigits-perl, libgraphics-magick-perl, libgravatar-url-perl, libhtml-format-perl, + libhtml-parser-perl, libhtml-scrubber-perl, libhttp-cookies-perl, libhttp-message-perl, @@ -277,6 +278,7 @@ Depends: libalgorithm-checkdigits-perl, libgraphics-magick-perl, libgravatar-url-perl, libhtml-format-perl, + libhtml-parser-perl, libhtml-scrubber-perl, libhttp-cookies-perl, libhttp-message-perl, --- a/debian/control.in +++ a/debian/control.in @@ -1,5 +1,5 @@ Source: koha -Maintainer: Galen Charlton +Maintainer: Mirko Tietgen Section: web Priority: optional Standards-Version: 3.8.4 @@ -9,7 +9,7 @@ Standards-Version: 3.8.4 # NOTA BENE: Build dependencies end up as runtime dependencies as well. # See debian/rules, the override_dh_gencontrol rules. # There are some exceptions. -Build-Depends:__AUTODEPENDS__, +Build-Depends:__AUTODEPENDS__, debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, libxml2-utils, bash-completion, perl-modules (>= 5.14.2) | libtest-simple-perl (>= 0.98) --