kopanocore (8.5.5-0ubuntu1) bionic; urgency=medium

  * Merge with Debian 8.5.4-1 and upstream 8.5.5 (LP: #1758020).
    Remaining changes:
    - d/control: add a transitional package for the php7.1-mapi to
      php-mapi rename (can be dropped >18.04) (LP 1733572).
  * Dropped Changes (in Debian):
    - allow to read (file_mprotect) for kopano-server
    - allow server to reach mysql.sock (follow disconnects)
    - d/apparmor/usr.sbin.kopano-server: allow (read only) on some proc
      entries for new features in 8.5.2
  * Added Changes:
    - kopano-libs.symbols: update symbols to 8.5.5 (can be dropped on next
      merge/sync)

 -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Thu, 22 Mar 2018 12:14:24 +0100

kopanocore (8.5.4-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [820314e] New upstream version 8.5.4
  * [7b74a9a] rebuild patch queue from patch-queue branch
    Removing a patch which was needed after importing of 8.5.3 t get the
    binaries built from the source.

  [ Christian Ehrhardt ]
  * [b3994d1] fix apparmor deny on mprotect
  * [f228f92] fix apparmor deny due to disconnected path
  * [2d9e11b] allow (read only) on some proc entries for new features in 8.5.2

  [ Carsten Schoenert ]
  * [2a3da23] d/kopano-utils: adding man page to the install
  * [27fa323] kopano-libs.symbols: update symbols to 8.5.4

 -- Carsten Schoenert <c.schoenert@t-online.de>  Mon, 05 Mar 2018 18:10:05 +0100

kopanocore (8.5.3-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [23de50a] New upstream version 8.5.3
  * [6dfed86] rebuild patch queue from patch-queue branch
  * [794ad2e] kopano-libs.symbols: update symbols to 8.5.3

 -- Carsten Schoenert <c.schoenert@t-online.de>  Thu, 01 Mar 2018 20:39:10 +0100

kopanocore (8.5.2-1ubuntu1) bionic; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - allow to read (file_mprotect) for kopano-server
    - allow server to reach mysql.sock (follow disconnects)
  * Dropped Changes (in Debian or no more needed):
    - allow to read (file_mprotect) for kopano-dagent
    - allow kopano_userscripts to reach mysql.sock (follow disconnects)
    - allow kopano_dagent to reach mysql.sock (follow disconnects)
    - allow kopano_search to reach mysql.sock (follow disconnects)
    - allow dagent to reach kopano server socket
    - allow to create /var/lib/kopano/attachments
    - debian/apparmor/usr.sbin.kopano-server: use @{multiarch} instead of
      a wrongly hard-coded arch string.
    - debian/kopano-server.kopano-server.service: chown the subdirectory.
    - debian/kopano-server.dirs: create /var/lib/kopano/attachments, not just
      /var/lib/kopano.
    - d/php-mapi.php: update file paths for PHP7.1
    - d/control, d/rules: bump build-depends to PHP 7.1.
    - debian/php-mapi* renamed to debian/php7.1-mapi* (as it was before)
    - debian/control: changed name back to php7.1-mapi
    - python files were not correctly installed
      - debian/rules: add python2 to dh call to correctly render pyc files
      - debian/control: add ${python:Depends} to all packages shiping python
        files
      - add all called dh addons as build depends
  * Added Changes:
    - d/control: add a transitional package for the php7.1-mapi to
      php-mapi rename (can be dropped >18.04) (LP: #1733572).
    - d/apparmor/usr.sbin.kopano-server: allow (read only) on some proc
      entries for new features in 8.5.2

 -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 27 Feb 2018 14:12:30 +0100

kopanocore (8.5.2-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [dc2050f] d/watch: mangle also trailing dot sign
    A small needed adjustment to the watch files, without this the version gets
    a trailing dot appended and uscan will find always a (faked) higher
    version.
  * [2b6b5a1] New upstream version 8.5.2
  * [9cb0fb6] debian/rules: remove '--parallel' on dh $@
    No need to add '--parallel' into the main default target since we are
    using debhelper 10.
  * [ecd2b00] kopano-libs.symbols: update symbols to 8.5.2
  * [17f530c] lintian: adding additional override for kopano-libs
    Ignore the warning about the not matching soname for the package name.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Fri, 16 Feb 2018 20:20:35 +0100

kopanocore (8.5.0-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [46d25ff] New upstream version 8.5.0
    Upstream version 8.5.0 has changes to getting successful built with
    libical3. (Closes: #883957)
  * [0006cb3] kopano-libs.symbols: update symbols to 8.5.0
  * [5df0116] Build-Depends: use php-dev instead of php7.0-dev
    We previously wanted to use PHP7.0, now that PHP7.2 has entered unstable
    and the kopanocore source is able to work also with PHP7.2 we can switch
    to virtual package php-dev. (Closes: #881010)
  * [309dc85] debian/rules: tuning the build rules a bit for using PHP7.2
    Make the build environment more flexible so we don't need to change PHP
    related versions later in various places and use instead variables for that.
  * [64f8cfb] php-mapi.php: use the provided strings from d/rules
    Make that sequencer file use the variables from above commit.

  <cherry-picked from Ubuntu>
  [ Steve Langasek ]
  * [dcddfd7] apparmor: make .so includes follow multiarch paths
  * [3acae51] debian/kopano-server.dirs: create /var/lib/kopano/attachments,
    not just /var/lib/kopano
  * [279055d] debian/kopano-server.kopano-server.service: chown the subdirectory

  <cherry-picked from Ubuntu>
  [ Christian Ehrhardt ]
  * [138b4b4] allow kopano_userscripts to reach mysql.sock (follow disconnects)
  * [2f66b8e] allow dagent to follow disconnect for mysql
  * [0f4c12a] allow search to follow disconnect for mysql
  * [b61b5b5] apparmor: allow kopano-dagent
  * [f7cbdcd] allow dagent to reach kopano server socket (Closes: #882496)

  [ Carsten Schoenert ]
  * [48c34c7] kopano-search: remove magic.py before install
    Do not include magic.py in kopano-search and use package python-magic that
    is providing this file now. (Closes: #889835)
  * [4b47ee7] debian/control: keep Depends fields alphabetical
    Just cosmetic and no functional changes.
  * [7e8b810] Add .travis.yml from <http://travis.debian.net>
    (cherry picked from debian/experimental)

 -- Carsten Schoenert <c.schoenert@t-online.de>  Thu, 08 Feb 2018 18:50:56 +0100

kopanocore (8.5.0~8.4.99-1) experimental; urgency=medium

  [ Guido Günther ]
  * [4133b28] uscan: switch to https
  * [a84434e] uscan: Match on beta versions and ignore .90 "betas"
  * [00bf6e9] New upstream version 8.4.0~beta1
  * [5b3f0bd] Drop patches applied upstream
  * [c747e30] Work around configs not being installed into /etc anymore
  * [0a93d46] kopano-dev: Depend on kopano-libs (Closes: #877454)

  [ Carsten Schoenert ]
  * [01c57cc] debian/control: increase Standards-Version to 4.1.1
  * [e557347] debian/control: put l10n package into section localization
  * [9b5661d] bump debhelper >= 10.8
  * [94fa459] debian/control: remove obsolete B-D due debhelper 10.8
  * [d811958] debian/watch: update due changed GitHub organisation
  * [0658e79] New upstream version 8.5.0~8.4.99
  * [ac0e580] rebuild patch queue from patch-queue branch
  * [be1217a] d/rules: modify targets due changes by upstream
    Upstream configures parts of the installation with a configure switch
    --with-distro for version 8.5.x which we need to adopt a bit. Also there
    is no file etc/kopano/server.cfg any longer which we need to adjust.
  * [2398c56] debian/control: increase Standards-Version to 4.1.3
  * [cc5f326] kopano-presence: add new binary package
  * [0cbbb2e] additional copyright information for SysV and Systemd files
    We need to use some own Systemd service and Sysv init files, adding them
    to the copyright information.
  * [e11dee9] remove references on non existing libkchl.so.0
  * [6ca7d64] d/kopano-search.install: add extra folder for install
  * [f14d688] d/kopano-backup.install: extend the scope for install
  * [a521404] *.inf: some files have been moved inside the FS
  * [2b1f151] adjust library name changes for installing
    Some libraries names have changed and are renamed which we need to reflect
    in the install sequencer files.
  * [413e8ab] d/python-mapi.install: pick up also libfreebusy files here
    Installing the libfreebusy Python related files into python-mapi.
  * [a7b3ec7] remove no longer needed override_dh_fixperms-arch
    The files zcontacts.inf isn't shipped any more and thus makes the override
    here obsolete.
  * [b130447] add small stupid QS tool
    Adding a small scipt to check installed files within the packages.
  * [bfba596] kopano-libs.symbols: update symbols to 8.5.0~8.4.99
  * [fa985f4] Add .travis.yml from <http://travis.debian.net>
  * [dd03c73] Add /.travis.yml to extend-diff-ignore in debian/source/options.
  * [7a29d2a] d/copyright: small update due upstream changes
  * [e860925] debian/control: remove unused variables in Depends fields
  * [116925c] debian/control: remove X(B)-Python-Version Supported Versions
  * [c9598d7] debian/control: adjust Vcs fields to salsa.debian.org

 -- Carsten Schoenert <c.schoenert@t-online.de>  Mon, 29 Jan 2018 19:31:46 +0100

kopanocore (8.3.4-4ubuntu4) bionic; urgency=medium

  [ Christian Ehrhardt ]
  * keep php7.1-mapi package name to avoid conclicts (LP: #1733572)
    - debian/php-mapi* renamed to debian/php7.1-mapi* (as it was before)
    - debian/control: changed name back to php7.1-mapi
  * fix 8.3.4-4ubuntu3 apparmor issues (LP: #1733591)
    - allow to read (file_mprotect) for kopano-server
    - allow to read (file_mprotect) for kopano-dagent
    - allow server to reach mysql.sock (follow disconnects)
    - allow kopano_userscripts to reach mysql.sock (follow disconnects)
    - allow kopano_dagent to reach mysql.sock (follow disconnects)
    - allow kopano_search to reach mysql.sock (follow disconnects)
    - allow dagent to reach kopano server socket
    - allow to create /var/lib/kopano/attachments
    - python files were not correctly installed
      - debian/rules: add python2 to dh call to correctly render pyc files
      - debian/control: add ${python:Depends} to all packages shiping python
        files
      - add all called dh addons as build depends

  [ Steve Langasek ]
  * Further fixes for new denies and behavior in 8.3.4-4ubuntu3 to fix
    failing autopkgtests (LP 1733591).
    - debian/apparmor/usr.sbin.kopano-server: use @{multiarch} instead of
      a wrongly hard-coded arch string.
    - debian/kopano-server.kopano-server.service: chown the subdirectory.
    - debian/kopano-server.dirs: create /var/lib/kopano/attachments, not just
      /var/lib/kopano.

 -- Christian Ehrhardt <christian.ehrhardt@canonical.com>  Tue, 21 Nov 2017 15:26:14 +0100

kopanocore (8.3.4-4ubuntu3) bionic; urgency=medium

  * No-change rebuild for icu soname change.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Nov 2017 08:58:11 +0000

kopanocore (8.3.4-4ubuntu2) bionic; urgency=medium

  * d/php-mapi.php: update file paths for PHP7.1

 -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Mon, 06 Nov 2017 16:35:04 -0800

kopanocore (8.3.4-4ubuntu1) bionic; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/control, d/rules: bump build-depends to PHP 7.1.
  * Drop:
    - d/p/OpenSSL-Make-SSLv2-conditional.patch
      + Fix logical error in patch (Debian Bug: #861849).
      [ Fixed in Debian 8.3.2-1 ]
    - Cherrypick upstream patch to fix ftbfs with new libmime.
      [ Fixed upstream in 8.2 ]

 -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Mon, 06 Nov 2017 16:07:00 -0800

kopanocore (8.3.4-4) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [bab2c19] move dh_fixperms to arch depended

 -- Carsten Schoenert <c.schoenert@t-online.de>  Mon, 23 Oct 2017 21:00:49 +0200

kopanocore (8.3.4-3) unstable; urgency=medium

  [ Guido Günther ]
  * [75a1b00] kopano-dev: Depend on kopano-libs (Closes: #877454)
    Obviously needs the -dev package needs a depending on the library package.
    Without those libraries no real development is possible. 
  * [e2098a7] kopano-search: drop dependencies on essential packages
    The dependencies on various now partially essential packages aren't needed
    and can be dropped.
    (Closes: #877549)
  * [6d4dc9b] uscan: switch to https
  * [cf57093] uscan: Match on beta versions and ignore .90 "betas"
    Be more open for beta versions too, but ignore versions of *.90 which are
    like final pre versions for the next release.

  [ Carsten Schoenert ]
  * [9414114] debian/control: increase Standards-Version to 4.1.1
    No further changes are needed.
  * [3e273da] debian/control: put l10n package into section localization
  * [1e61e46] debian/watch: update due changed GitHub organization
    Upstream has changed their team name on GitHub to 'Kopano-dev', adopt this
    change into the watch file so uscan can reach valid content again.
  * [4e8f2db] bump debhelper >= 10.8
  * [3136c81] debian/control: remove obsolete B-D due debhelper 10.8
    New debhelper versions have a automatic dependency on autotools-dev,
    dh-{autoreconf,systemd} and we don't need them explicitly in B-D.
  * [3ff17ac] debian/rules: remove zcontacts.inf from kopano-server
    This configuration file is already used by kopano-contacts and we don't
    need to ship it in kopano-server again.
    (Closes: #876480)

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 22 Oct 2017 18:27:15 +0200

kopanocore (8.3.4-2) unstable; urgency=medium

  * [a8cd857] Version libvmime build-dep (Closes: #875454)
  * [e8ba560,236d51a] Add apparmor profiles for kopano-{server,dagent,source}

 -- Guido Günther <agx@sigxcpu.org>  Thu, 28 Sep 2017 13:50:11 +0200

kopanocore (8.3.4-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [ffe603c] New upstream version 8.3.4
  * [c23daaf] rebuild patch queue from patch-queue branch
    Modified patch:
       - Add-include-for-database-configuration.patch
  * [69be9b9] debian/control: adding version B-D on libvmime-dev
    (Closes: #875454)
  * [f581cd2] debian/kopano-libs.symbols: update symbols to 8.3.4-1
    (Closes: #875453)

 -- Carsten Schoenert <c.schoenert@t-online.de>  Tue, 12 Sep 2017 20:52:31 +0200

kopanocore (8.3.3-1) unstable; urgency=medium

  [ Guido Günther ]
  * [3fb8819] backup,search: Depend python-dateutil
    The packages kopano-{backup,search} needing dateutil from python-dateutil
    to work properly, so ensure we depend on that.

  [ Felix Bartels ]
  * [6fde1a7] kopano-core: no need for depending kopano-archiver
    The archiver functions are mostly not needed in typical installation of
    the core package, we don#t need to depend on.
  * [d1ab087] syncing /etc/default/kopano with upstream
  * [3bba4ba] kopano-core: improve the package description

  [ Carsten Schoenert ]
  * [e3b5796] New upstream version 8.3.3
  * [5418e96] debian/kopano-libs.symbols: update symbols to 8.3.3-1
  * [516fcf5] Uploaders: update email address of Mark
  * [da6b474] Revert "debian/kopano-libs: adding one more override"
    The previous added lintian override isn't needed any more.
  * [16ff4e3] debian/control: increase Standards-Version to 4.0.1

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sun, 03 Sep 2017 16:01:30 +0200

kopanocore (8.3.2-1) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [32b1d1d] rebuild patch queue from patch-queue branch
    Modified patches:
       - OpenSSL-Make-SSLv2-conditional.patch
    (Closes: #861849)
  * [491f616] kopano-server.postrm: missed substitute for kopano
    (Closes: #863958)
  * [85aaecc] debian/control: rename package php7.0-mapi to php-mapi
    (Closes: #861775)
  * [860645f] debian/control: mark some packages Multi-Arch: same
  * [3e029cd] debian/control: let kopano-dev conflict with libmapi-dev
    (Closes: #857377)
  * [caf7313] New upstream version 8.3.1
  * [2bd9fee] New upstream version 8.3.2
  * [edc4753] rebuild patch queue from patch-queue branch
    Update patches:
       - Be-pessimistic-about-daemon-startup.patch
       - build-support-gsoap-2.8.36.patch
       - server.cfg-prepare-later-M-A-substition-while-built.patch
    Removed patches (fixed upstream):
       - OpenSSL-Make-SSLv2-conditional.patch
       - change-shebang-to-usr-bin-php7.0.patch
       - fixup-spelling-issues-against-8.1.0.patch
       - kopano-cachestat-update-docstring-remove-diff-function.patch
       - remove-undocummented-sk_SSL_COMP_free-call.patch
  * [f964415] debian/watch: use the GitHub mirror from Kopano
  * [58e6a07] Build-Depends: remove no longer needed packages
    Upstream doesn't need Boost and Google perftools anymore.
    Drop deps, will allow us to build on more architectures as well.
  * [8f12375] d/rules: remove obsolete configure options
    As the Google perftools aren't needed any longer also the old configuration
    option for tcmalloc are gone, but also no extra option for python and swig
    must be set.
  * [494c1c7] debian/copyright: update due upstream adjustments
  * [7bea455] debian/kopano-libs.override: 'iff' is correct word.
    Upstream is will rework this part to make this override obsolete.
  * [35b751b] Reshuffle libs
    Some existing libraries are gone since > 8.1.0, new libraries need to
    be added.
  * [fb4d747] kopano-server: move some config files into private folder
  * [05fce39] kopano-utils.install: add new tools to package
  * [ec0aba0] debian/php-mapi.install; adjust installation folder
  * [999ece1] debian/rules: Tell dh where to find the private libs
  * [a957574] debian/rules: remove more *.la files
  * [7abd16f] debian/rules: don't build non existing man pages
    We don't need to build manpages any longer, upstream is providing them now
    groff
  * [9ece6b8] debian/rules: remove unused variable
  * [9a0dd4b] debian/rules: use helper from dpkg for version selecting
  * [729a53a] kopano-utils needs a lintian-overrides
  * [9ac7b85] debian/control: increase Standards-Version to 4.0.0
  * [ad19ed5, 7deeb41] debian/kopano-libs.symbols: update symbols to 8.3.2-1
    (Closes: #871276)
  * [740b113] debian/control: update gsoap related Build-Depends
  * [4402ae6] debian/watch: fixup meaning and spelling in comment
  * [7c83655] debian/rules: use make magic for transforming *.in files
  * [2745d43] rebuild patch queue from patch-queue branch
    Splitting up the patches into Debian specific and more generic fix-up
    patches.
    Removed patches (obsolete after upstream version 8.3.2):
       - adding-.NOTPARALLEL-target-to-swig-python-Makefiel.am.patch
       - adjust-search-path-for-php-config-script-on-php7.0.patch
       - build-support-gsoap-2.8.36.patch

  [ Guido Günther ]
  * [44087f3] Don't redefine __FD_SETSIZE,
    so we can enable hardening.
  * [398e021] autopkgtests: Start mysql server
  * [bbc3c29] Drop fixes/Be-pessimistic-about-daemon-startup.patch
    Fixed slightly different upstream.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Thu, 10 Aug 2017 12:33:45 -0400

kopanocore (8.1.0-3ubuntu6) bionic; urgency=medium

  * No-change rebuild for libicu soname change.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Oct 2017 15:41:28 +0000

kopanocore (8.1.0-3ubuntu5) artful; urgency=medium

  * No-change rebuild for GCC 7 abi mangling change.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 07 Aug 2017 15:18:15 +0000

kopanocore (8.1.0-3ubuntu4) artful; urgency=medium

  * Cherrypick upstream patch to fix ftbfs with new libmime.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Tue, 25 Jul 2017 17:53:49 +0100

kopanocore (8.1.0-3ubuntu3) artful; urgency=medium

  * Rebuild against new libgsoap-2.8.49.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 20 Jul 2017 08:30:35 +0200

kopanocore (8.1.0-3ubuntu2) artful; urgency=medium

  * No-change rebuild against libvmime1

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 25 Jun 2017 08:21:24 +0000

kopanocore (8.1.0-3ubuntu1) artful; urgency=medium

  * d/control, d/rules: bump version to PHP 7.1.
  * d/p/OpenSSL-Make-SSLv2-conditional.patch
    - Fix logical error in patch (Debian Bug: #861849).

 -- Nishanth Aravamudan <nish.aravamudan@canonical.com>  Wed, 03 May 2017 15:19:27 -0700

kopanocore (8.1.0-3) unstable; urgency=medium

  [ Guido Günther ]
  * [6480d2c] Add db_stop calls to avoid hangs in postinst
  * [8dc1334] autopkgtests: Move test output past package installation so it's
    simpler to grasp whats being tested.

  [ Mark Dufour ]
  * [e6170d3] debian/copyright: add some still missed files.
    Copyright information for some subfolders in swig/ differs from the other
    Kopano source files.
    Some parts of swig/python/kopano/kopano/__init__.py are written by other
    authors than Kopano.
    Reorder the licenses in alphabetical order.
  * [a9b88b0] rename package kopano-search-plus to kopano-search.

  [ Carsten Schoenert ]
  * php7.0-mapi: use dh-php.
  * [85aec63] Fix segfault on cleanup. New patch:
    remove-undocummented-sk_SSL_COMP_free-call.patch

 -- Guido Günther <agx@sigxcpu.org>  Thu, 19 Jan 2017 13:59:07 +0100

kopanocore (8.1.0-2) unstable; urgency=medium

  [ Guido Günther ]
  * [d8ac69c] Add README.source
  * [43106e0] Add links to alioth and upstream
  * [b673725] gbp.conf: Switch to upstream/latest
  * [4793176] autopkgtests: install kopano-backup and be less verbose
  * [4ca7a79] Unbreak backup test by using an existing user

  [ Mark Dufour ]
  * [51b8d14] add basic user backup/restore test for kopano-backup
  * [9490f3d] kopanocore: enable configure switch for using PHP7.

  [ Carsten Schoenert ]
  * [bdac342] kopano-utils.install: Install kopano-cachestat
    (Closes: #842357)
  * [5d9e3a0] d/rules: be less verbose while dh_install.
  * [6fabdfa] d/control: update mysql-client related Build-Depends.
  * [45912cb] d/control: adding some versioned depends on lsb-base.
  * [2263a17] d/control: update Recommends and Depends on mysql-{client,server}
  * [decea40] kopano-*.{install,links}: moving dh sequencer more to M-A.
  * [538c362,a8617f1] Update patches:
       Replace use-changed-function-name-after-gsoap-2.8.35.patch
       with build-support-gsoap-2.8.36.patch from upstream
    New patches:
       - fixup-spelling-issues-against-8.1.0.patch
       - kopano-cachestat-update-docstring-remove-diff-function.patch
       - adjust-search-path-for-php-config-script-on-php7.0.patch
       - change-shebang-to-usr-bin-php7.0.patch
       - OpenSSL-Make-SSLv2-conditional.patch
  * [d43221d] Add lintian override for 'Nam' which is a Vietnamese word
  * [a02a65f,82b7164,9940348] Swith to PHP7

 -- Guido Günther <agx@sigxcpu.org>  Sun, 25 Dec 2016 19:52:54 +0100

kopanocore (8.1.0-1) unstable; urgency=medium

  [ Jelle van der Waa ]
  * [d221042] Do not install non-existant zarafa-ws initscripts

  [ Carsten Schoenert ]
  * [9ec08e8] d/copyright: add missed info for MIT licensed file.
    Thanks: Luke Faraone
  * [043d4ba] d/copyright: restructure the Expat license
  * [08659c2] d/copyright: add MPL-1.1 license text
  * [d09487c] d/gbp.conf: add content to filter for import
  * [090b6ee] Import Upstream version 7.2.3.657+dfsg1
  * [fb14761] Update patches:
    added:
       adding-.NOTPARALLEL-target-to-swig-python-Makefiel.am.patch
       adding-additional-c-flags-for-C-11.patch
       adding-additional-changes-due-gsoap-2.8.30.patch
       bash-completion-remove-shebang-from-file.patch
       use-changed-function-name-after-gsoap-2.8.35.patch
    removed:
       Remove-archiver-related-code.patch
       Remove-references-to-licensed.patch
       Rename-libmapi-to-libzarafa_mapi.patch
       adding-additional-c-flags-for-C-11.patch
       adding-additional-changes-due-gsoap-2.8.30.patch
    changed patches (partially adopted upstream):
       Be-pessimistic-about-daemon-startup.patch
       Run-deamons-as-user-group-kopano.patch
  * [3995a58] debian/control: add xmlto to Build-Depends
  * [494dbd0] debian/zarafa-libs.install: add new libzcp_py*.so.* libs
  * [f99ae76] debian/zarafa-dev.install: add new libzcp_py*.so libs
  * [24f145d] debian/rules: override for dh_shlibdeps.  Otherwise not all
    related libraries will be found.
  * [6e0e785] debian/gbp.conf: prepare config for kopano 8.0
  * [f17c04f] Import upstream version 8.0.1
  * [754d187] debian/control: switch from Zarafa to Kopano naming.
  * [8647842] debian/compat: use dh 9 compat
  * [57292e9] debian/copyright: update based on recent upstream version
  * [5ad12a7] debian/rules: adopt zarafa to kopano specific name change.
  * [69a6e97] debian/rules: enable the hardening functionality (partially)
  * [184d3a8] kopano-server: create /var/run/kopano before starting.
  * [5826098] kopano-server: applying M-A paths for plugins in server.cfg.
  * [b18ddf1] debian/kopano-server: remove no longer used directory.
  * [42c6766] New upstream version 8.1.0
  * [38bcad1] debian/control: add versioned B-D if libgsoap-dev.

  [ Guido Günther ]
  * [1f9d92d] Ship kopano-backup as well
  * [985bed1] Ship kopano-archiver as well
  * [4423913] d/control: Remove unneeded Testsuite: field
  * [1a8d414] d/control: Rename to Kopano Core
  * [cc5f0a1] Drop debug package in favour of autogenerated dbgsyms
  * [698cb0a] Name source package kopanocore

 -- Guido Günther <agx@sigxcpu.org>  Wed, 05 Oct 2016 18:11:14 +0200

zarafa (7.2.1+dfsg1-1) experimental; urgency=medium

  * [e44d3da] watch: Handle released upstream tarballs.  They carry a SVN
    revision as well. Also filter out the PHP web client.
  * [4b82a45] New upstream version 7.2.1+dfsg1

 -- Guido Günther <agx@sigxcpu.org>  Tue, 03 Nov 2015 09:34:17 +0100

zarafa (7.2.1~RC51272+dfsg1-1) experimental; urgency=low

  * Initial upload to experimental (Closes: #658433)

 -- Guido Günther <agx@sigxcpu.org>  Sun, 01 Nov 2015 13:31:52 +0100
