From 70aa66b01c636412f94eb003b8d97044b938eb2f Mon Sep 17 00:00:00 2001
From: Mirko Tietgen <mirko@abunchofthings.net>
Date: Sat, 6 Aug 2016 11:30:19 +0200
Subject: [PATCH] Bug 17063 - debian/control.in update: change maintainer & add
 libhtml-parser-perl for 16.05.x

Changing the package maintainer and removing a whitespace in debian/control.in.
Regenerated debian/control from that, which also adds libhtml-parser-perl because of bug 16971.

This one is for 16.05.x
---
 debian/control    | 4 +++-
 debian/control.in | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 1478646..98e4fdb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: koha
-Maintainer: Galen Charlton <gmcharlt@gmail.com>
+Maintainer: Mirko Tietgen <mirko@abunchofthings.net>
 Section: web
 Priority: optional
 Standards-Version: 3.8.4
@@ -55,6 +55,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,
@@ -271,6 +272,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,
diff --git a/debian/control.in b/debian/control.in
index 5dc3502..823bc57 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,5 +1,5 @@
 Source: koha
-Maintainer: Galen Charlton <gmcharlt@gmail.com>
+Maintainer: Mirko Tietgen <mirko@abunchofthings.net>
 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)
 
-- 
2.8.1