xymon (4.3.7-1ubuntu2) trusty; urgency=low

  * Fix embedded c-ares's use of outdated config.{guess,sub},
    resolving FTBFS on newer arches.

 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 12 Jan 2014 14:48:33 -0500

xymon (4.3.7-1ubuntu1) trusty; urgency=low

  * Use autotools-dev for newer arches, resolving FTBFS.

 -- Daniel T Chen <crimsun@ubuntu.com>  Sun, 12 Jan 2014 14:17:27 -0500

xymon (4.3.7-1) experimental; urgency=low

  * New upstream release (Closes: #622574, LP: #1017868)

  [ Christoph Berg ]
  * Acknowledge and incorporate NMU by gregor herrmann
  * Remove indep rules (left-overs from transitional packages)

  [ Axel Beckert ]
  * Add myself to Uploaders
  * Recommend a CGI-capable web server, defaulting to apache2
  * Update Homepage header to point to http://xymon.sourceforge.net/
  * Make git repo git-buildpackage capable
    + Ignore upstream's debian directory when importing upstream sources
    + No more have upstream sources listed in .gitignore
  * Remove the following patches (applied upstream):
    + new-menu
    + hobbitd-rrdparameters
    + 530227-hobbitclient-bashism
  * Add new patch fix-configure-for-multiarch (Closes: #639080)
  * Refreshed the following patches and partially added one-liner comments
    to make lintian happy:
    + htmlcontenttype
    + doc-paths
    + hobbitclient-debian
    + hobbitvars
    + hobbitgraph.netstat
    + hobbit-ghosts-menu
    + rrd_net_granularity
    + hobbitgraph.mailq
    + hobbitclient-tmpfs
    + hobbit_files_ifexist
    + 580493-negative-timeoffset
    + kfreebsd-makefile
    + bbcombotest-fix
    + 622069-sslv2-deprecation
  * Remove remaining traces of the debian-specific menu
    + Remove note about rebuilt upstream tarball from debian/copyright
    + Remove the menu from debian/rules, debian/xymon.install, etc.
  * Move from /etc/hobbit/ to /etc/xymon/.
    + Add xymon.NEWS entry and new xymon-client.NEWS file.
    + Install upgrade-to-430.txt and Renaming-430.txt as documentation
    + Install some files from xymond/etcfiles as examples
    + Adapt paths, variable names, etc. in debian/* accordingly.
    + Add pre-dependency on ${misc:Pre-Depends} for *.maintscript
    + Install upstream's migration tools to /usr/lib/xymon/server/libexec/
      and upstream's migration documentation to /usr/share/doc/xymon/
    + Stop old Hobbit daemons earlier, reload Apache later
    + Kill remaining vmstat processes and then delete user+group hobbit
      after chowning+chgrping files to xymon. Don't bail out if that fails.
    + At the end, remove all _empty_ directories in /etc/hobbit/ and
      possibly /etc/hobbit itself.
    + Rename data, history and rrd files according to Renaming-430.txt
    + Bump debhelper build dependency to >= 8.1.0~
    + Breaks hobbit-plugins < 20120619
    + Export DPKG_MAINTSCRIPT_PACKAGE and DPKG_MAINTSCRIPT_NAME in all
      maintainer scripts manually to make reconfiguring work with older
      debconf versions (cf. #560317, present on Squeeze)
  * Enabled hardening build flags
    + Bump dpkg-dev build dependency to >= 1.16.1~
  * Update debconf po templates for Hobbit → Xymon rename
  * Replace last hardcoded occurrence of pid file name in init.d script
  * Fix enforcement of non-parallel builds
  * Let dh_clean do all the clean up, no more calling rm in clean target
  * Bump Standards-Version to 3.9.3 (no changes)
  * Mention OpenSSL linkage exception from upstream's README file in
    debian/copyright (fixes lintian error
    possible-gpl-code-linked-with-openssl)
  * Update copyright years in debian/copyright
  * Switch to source format "3.0 (quilt)"
    + Remove traces of explicit quilt usage.
  * Fixed lintian warnings:
    + copyright-refers-to-symlink-license
    + conflicts-with-version
    + unused-override
      possibly-insecure-handling-of-tmp-files-in-maintainer-script
    + duplicate-changelog-files
    + executable-not-elf-or-script (fix permissions in
      /var/lib/xymon/www/menu/)
  * Add patches to fix the following lintian warnings:
    + spelling-error-in-binary
    + spelling-error-in-manpage (one overriden)
    + hyphen-used-as-minus-sign

 -- Axel Beckert <abe@debian.org>  Tue, 26 Jun 2012 20:16:23 +0200

xymon (4.3.0~beta2.dfsg-9.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS: PCRE not found": patch from Ubuntu / Steve Langasek:
    - debian/rules: pass --pcrelib to find libpcre in the multiarch dir
      LP: #749190.
    Additionally build-depend on dpkg-dev (>= 1.16.0) and
    libpcre3-dev (>= 8.12-4~). (Closes: #651231)
  * Since this Ubuntu patch, SSL and LDAP also went multiarch, so:
    - also pass --ssllib and --ldaplib to configure in debian/rules
    - build-depend on libssl-dev (>= 1.0.0e-1~) and libldap2-dev (>= 2.4.25-2~)
  * libpng also went multiarch, so build/rrd.sh doesn't find it, and there's
    no option for configure. Add patch png-multiarch that changes build/rrd.sh
    to use libpng12-config instead of guessing.

 -- gregor herrmann <gregoa@debian.org>  Mon, 26 Dec 2011 23:40:38 +0100

xymon (4.3.0~beta2.dfsg-9) unstable; urgency=low

  [ Axel Beckert ]
  * Change SF project name from hobbitmon to xymon in debian/watch.

  [ Christoph Berg ]
  * Remove transitional packages hobbit and hobbit-client.
  * Add /run to the default tmpfs ignore list in hobbit-clients.cfg.
    (Closes: #633061)
  * Move hobbit HOME to /var/lib/hobbit (does not affect existing
    installations). (Closes: #608787)

 -- Christoph Berg <myon@debian.org>  Fri, 08 Jul 2011 10:54:50 +0200

xymon (4.3.0~beta2.dfsg-8) unstable; urgency=low

  * libssl1.0.0 removes SSLv2_client_method(), stop using it and document in
    bb-hosts(5) that testing "https2" will in fact use v3. (Closes: #621115)

 -- Christoph Berg <myon@debian.org>  Tue, 12 Apr 2011 13:19:22 +0200

xymon (4.3.0~beta2.dfsg-7) experimental; urgency=low

  * Allow negative time offset (clock too fast) in clock.rrd. Patch by
    Roland Rosenfeld. (Closes: #580493)
  * Add postinst code to fix old clock.rrd files using rrdtool.
  * Fix bbcombotest: "Could not access hobbitd board, error 0".
  * Debconf translation: Danish by Joe Hansen, thanks! (Closes: #605324)

 -- Christoph Berg <myon@debian.org>  Sun, 05 Dec 2010 12:21:01 +0100

xymon (4.3.0~beta2.dfsg-6) unstable; urgency=low

  * Support GNU/kFreeBSD by adding a Makefile and a config snippet that
    pretends we are running on Linux. (Closes: #458417)
  * Tweak hobbitclient-linux.sh to report 'df' data without /proc/filesystems
    mounted.

 -- Christoph Berg <myon@debian.org>  Fri, 09 Apr 2010 00:17:03 +0200

xymon (4.3.0~beta2.dfsg-5) unstable; urgency=low

  * Add HTMLCHARSET headers to all html pages generated.

 -- Christoph Berg <myon@debian.org>  Tue, 19 Jan 2010 12:08:47 +0100

xymon (4.3.0~beta2.dfsg-4) unstable; urgency=low

  * Japanese debconf translation, thanks Hideki Yamane. (Closes: #558065)
  * Fix bashism in hobbitclient-linux.sh, thanks Raphael Geissert.
    (Closes: #530227)
  * Ignore apache2 reload errors in postinst. Suggested by Giacomo Catenazzi.
    (Closes: #528195)

 -- Christoph Berg <myon@debian.org>  Wed, 02 Dec 2009 14:18:48 +0100

xymon (4.3.0~beta2.dfsg-3) unstable; urgency=low

  * Fix SPLITNCV rrd generation.
  * Czech debconf translation added, thanks Martin Šín. (Closes: #535029)
  * Update Build-Depends to librrd-dev, dropping Sarge support.
  * Bump Standards-Version and DH compat level.

 -- Christoph Berg <myon@debian.org>  Sun, 16 Aug 2009 14:32:56 +0200

xymon (4.3.0~beta2.dfsg-2) unstable; urgency=low

  * Mangle upstream version number in watch file.
  * Really fix librrd dependency. Thanks to Achim Schaefer for spotting.
    (Again Closes: #521045)
  * Once again a patch for using LDAP_DEPRECATED from dann frazier, now
    for the build/ directory. Thanks! (Closes: #526176)
  * Removing Martin from Uploaders.

 -- Christoph Berg <myon@debian.org>  Thu, 30 Apr 2009 16:22:10 +0200

xymon (4.3.0~beta2.dfsg-1) unstable; urgency=low

  * New upstream release candidate. (Closes: #497819, #511560)
  * Rebuilding fixes librrd dependency. (Closes: #521045)
  * Forbid parallel building.
  * init scripts create /var/run/hobbit if missing. By Axel Beckert.
  * init scripts properly support 'status'. By Peter Eisentraut.
    (Closes: #525347)
  * Uploading to unstable, and adding transitional packages replacing hobbit
    and hobbit-client.

 -- Christoph Berg <myon@debian.org>  Tue, 28 Apr 2009 12:49:05 +0200

xymon (4.2.3~rc1.dfsg-1) experimental; urgency=low

  * New upstream release candidate.

 -- Christoph Berg <myon@debian.org>  Thu, 12 Feb 2009 16:25:24 +0100

xymon (4.2.2.dfsg-2) experimental; urgency=low

  * Add "IFEXIST" patch to hobbit-clients.cfg/files test. By Bernd Zeimetz.

 -- Christoph Berg <myon@debian.org>  Mon, 19 Jan 2009 17:11:51 +0100

xymon (4.2.2.dfsg-1) experimental; urgency=low

  * Hobbit was renamed to Xymon (pronounced 'simon'). We only rename the
    packages for now, most of the filenames stay the same.
    http://www.hswn.dk/hobbiton/2008/11/msg00123.html
  * New upstream version mostly consisting of the "all-in-one" patch and
    support for BBWin clients.
  * Remove patches that went upstream: bbgen_ASN1_UTCTIME, disk-linecount,
    http-proxy-url, ldap-deprecated, ncv-ignoretext.patch.
  * Known issue: only the first dns test for a host works.

 -- Christoph Berg <myon@debian.org>  Thu, 15 Jan 2009 09:55:18 +0100

hobbit (4.2.0.dfsg-16) unstable; urgency=low

  * Spanish debconf translation, thanks Enrique Monge. (Closes: #505206)

 -- Christoph Berg <myon@debian.org>  Mon, 10 Nov 2008 17:31:58 +0100

hobbit (4.2.0.dfsg-15) unstable; urgency=medium

  * bbnet/contest.c: Do not crash on long-living SSL certs. (Closes: #503111)

 -- Christoph Berg <myon@debian.org>  Sat, 25 Oct 2008 14:04:35 +0200

hobbit (4.2.0.dfsg-14) unstable; urgency=low

  * Swedish debconf translation, thanks Martin Ågren. (Closes: #491368)

 -- Christoph Berg <myon@debian.org>  Sat, 19 Jul 2008 01:24:50 +0200

hobbit (4.2.0.dfsg-13) unstable; urgency=low

  * Use lsb init functions.
  * ncv-ignoretext.patch uses -p1. (Closes: #484950)
  * Do not ignore tmpfs mountpoints in hobbitclient-linux.sh, but add
    /dev, /dev/shm, and /lib/init/rw to the default IGNORE list in
    /etc/hobbit/hobbit-clients.cfg. (Closes: #487157)
  * Add README.source.

 -- Christoph Berg <myon@debian.org>  Sat, 05 Jul 2008 14:57:16 +0200

hobbit (4.2.0.dfsg-12) unstable; urgency=low

  * Debconf was broken for the initial install, thanks to Peter Eisentraut for
    spotting. (Closes: #470988)
  * Actually include /var/run/hobbit/hobbitclient-include.cfg so
    /etc/hobbit/hobbitclient.d/ works. Also spotted by Peter.
  * Use dh_lintian.

 -- Christoph Berg <myon@debian.org>  Sat, 10 May 2008 21:31:25 +0200

hobbit (4.2.0.dfsg-11) unstable; urgency=low

  * Make force-reload reload, not restart in init scripts.
  * Move init scripts to S98 and Should-Start: $all so monitored services have
    already started. (S98 only effective on new installs.)
  * Set umask to 022 on for files in /var/run/hobbit/.
  * Add patch to allow "/http" in URLs (require full "/http[s]://" for proxy
    requests).
  * Add /etc/hobbit/hobbitclient.d/.

 -- Christoph Berg <myon@debian.org>  Wed, 09 Apr 2008 13:32:39 +0200

hobbit (4.2.0.dfsg-10) unstable; urgency=low

  * Add patch by dann frazier to define LDAP_DEPRECATED to continue using the
    deprecated libldap interfaces, thanks. (Closes: #463424)

 -- Christoph Berg <myon@debian.org>  Fri, 15 Feb 2008 12:18:50 +0100

hobbit (4.2.0.dfsg-9) unstable; urgency=low

  * Add splitncv patch by Charles Goyard.
  * Updated lintian overrides.

 -- Christoph Berg <myon@debian.org>  Sat, 22 Dec 2007 20:22:45 +0100

hobbit (4.2.0.dfsg-8) unstable; urgency=low

  * Set umask to 022 on startup.
  * Fix mailq regexp in hobbitgraph.cfg, thanks to Roland Rosenfeld for the
    patch. (Closes: #450830)
  * Do not assume the first df output line to be a header. (Closes: #450834)
  * Add librrd0-dev as alternative to build-depends.

 -- Christoph Berg <myon@debian.org>  Sat, 15 Dec 2007 22:37:27 +0100

hobbit (4.2.0.dfsg-7) unstable; urgency=low

  * Add patch by Roland Rosenfeld to adjust description width in the netstat
    graphs. (Closes: #447484)
  * Return 0 in init-common.sh, thanks to Jason Cormie for spotting.
    (Closes: #448482)
  * Recreate /usr/lib/hobbit/*/tmp/ symlinks, pointing to /var/lib/hobbit/tmp,
    and properly set permissions. (Closes: #448489)
  * Make our HOBBITMENU work for the ghost clients report. (Closes: #446095)
  * Grab patch from upstream to fix slightly broken NCV parsing.
  * Add /etc/hobbit/hobbitgraph.d/ and /etc/hobbit/hobbitserver.d/.
  * Improve TCP tests time granularity.
  * Translations: Dutch, thanks Bart Cornelis. (Closes: #448934)

 -- Christoph Berg <myon@debian.org>  Thu, 01 Nov 2007 20:51:26 +0100

hobbit (4.2.0.dfsg-6) unstable; urgency=low

  * Remove /usr/lib/hobbit/*/tmp/ symlinks, set BBTMP="/var/lib/hobbit/tmp".
    (Closes: #446982)
  * Drop "hobbit" binary again, instead bbcmd will set PATH to include
    the hobbit binaries.
  * Add /etc/hobbit/hobbitlaunch.d/ directory for server extensions.
  * When upgrading from a pre-Debian version, move old directories in
    /var/lib/hobbit/www/ away, we want them to be symlinks.
  * Add missing "test" in postrm. Thanks to Yukio Shiiya for the patch.
    (Closes: #446347)
  * Add COLUMS=200 to the dpkg -l call for Sarge compatibility.
  * Add some examples to the default bb-hosts file.
  * Move the config file tweaking from debian/rules to quilt.

 -- Christoph Berg <myon@debian.org>  Wed, 17 Oct 2007 18:06:02 +0200

hobbit (4.2.0.dfsg-5) unstable; urgency=low

  * The Smith inquisition reviewed our templates - thanks Christian Perrier.
    (Closes: #442953)
    + Basque, thanks Piarres Beobide (Closes: #443155).
    + Vietnamese, thanks Clytie Siddall (Closes: #443161).
    + Portuguese, thanks Américo Monteiro (Closes: #443214).
    + Finnish, thanks Esko Arajärvi (Closes: #443617).
    + Czech, thanks Miroslav Kure (Closes: #443667).
    + Russian, thanks Yuri Kozlov (Closes: #443861).
    + Tamil, thanks Tirumurti Vasudevan (Closes: #444281).
    + Italian, thanks Luca Monducci (Closes: #444610).
    + French, thanks Geoffroy Youri Berret (Closes: #444659).
    + Galician, thanks Jacobo Tarrio (Closes: #444751).
    + Brazilian Portuguese, thanks Felipe Augusto van de Wiel.
      (Closes: #445339)
  * Use $BBSERVERWWWURL and friends in menu.cfg.
  * Fix reading of /etc/default/hobbit-client in config script.
    (Closes: #445828)

 -- Christoph Berg <myon@debian.org>  Mon, 08 Oct 2007 22:40:39 +0200

hobbit (4.2.0.dfsg-4) unstable; urgency=low

  * Instead of conflicting with bb, rename our 'bb' binary to 'hobbit'.
    Move bb.1 to bb.8 (Closes: #441030 again).
  * Send (reformatted) dpkg -l output with client message.

 -- Christoph Berg <myon@debian.org>  Wed, 19 Sep 2007 00:36:23 +0200

hobbit (4.2.0.dfsg-3) unstable; urgency=low

  * Debconf translations:
    Portuguese, thanks Américo Monteiro (Closes: #439693).
    French, thanks Geoffroy Youri Berret (Closes: #440504).
  * Actually install README.Debian and fix paths in html docs
    (Closes: #440949).
  * Quiltize source.
  * hobbit-client:
    + Conflict with bb (<= 1.3rc1-8), it ships bb.1 (Closes: #441030).
    + Set missing environment variables (Closes: #441199, thanks Jason
      Cormie).

 -- Christoph Berg <myon@debian.org>  Fri, 07 Sep 2007 19:13:22 +0200

hobbit (4.2.0.dfsg-2) unstable; urgency=low

  * Install /usr/bin/bb and bbcmd.
  * Use HOBBITSERVERS in /etc/default/hobbit-client (again).
  * Consistently use start-stop-daemon for daemon handling.
  * Priority: extra.

 -- Christoph Berg <myon@debian.org>  Thu, 23 Aug 2007 17:24:10 +0200

hobbit (4.2.0.dfsg-1) unstable; urgency=low

  * Preparing for Debian upload.
  * Repackaged the source:
    + Removed non-free tigra menu files from hobbitd/wwwfiles/menu/.
    + Removed upstream's debian/ dir.

 -- Christoph Berg <myon@debian.org>  Sat, 18 Aug 2007 22:05:09 +0200

hobbit (4.2.0-1) unstable; urgency=low

  * Hobbit version 4.2: New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Wed, 09 Aug 2006 21:48:00 +0200

hobbit (4.2-RC-20060712) unstable; urgency=low

  * Release candidate of 4.2

 -- Henrik Stoerner <henrik@hswn.dk>  Wed, 12 Jul 2006 23:13:00 +0200

hobbit (4.2-beta-20060605) unstable; urgency=low

  * Beta release of 4.2

 -- Henrik Stoerner <henrik@hswn.dk>  Mon, 05 Jun 2006 16:53:00 +0200

hobbit (4.2-alfa-20060404) unstable; urgency=low

  * Alfa release of 4.2

 -- Henrik Stoerner <henrik@hswn.dk>  Tue, 04 Apr 2006 23:30:00 +0200

hobbit (4.1.2p1-1) unstable; urgency=low

  * New upstream release

 -- Henrik Stoerner <henrik@hswn.dk>  Thu, 10 Nov 2005 17:32:00 +0100

hobbit (4.1.2-1) unstable; urgency=low

  * New upstream release

 -- Henrik Stoerner <henrik@hswn.dk>  Mon, 10 Oct 2005 22:30:00 +0200

hobbit (4.1.1-1) unstable; urgency=low

  * New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Mon, 25 Jul 2005 17:49:00 +0200

hobbit (4.1.0-1) unstable; urgency=low

  * New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Sun, 24 Jul 2005 23:27:00 +0200

hobbit (4.0.4-1) unstable; urgency=low

  * New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Sun, 29 May 2005 12:08:00 +0200

hobbit (4.0.3-1) unstable; urgency=low

  * New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Sun, 22 May 2005 09:34:57 +0200

hobbit (4.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Henrik Stoerner <henrik@hswn.dk>  Sun, 10 Apr 2005 19:39:15 +0200

hobbit (4.0.1-1) unstable; urgency=low

  * Build problems fixed on Solaris, HP-UX
  * Zoomed graphs could lose the hostname in the title.

 -- Henrik Stoerner <henrik@hswn.dk>  Fri,  1 Apr 2005 07:43:42 +0200

hobbit (4.0-1) unstable; urgency=low

  * Upstream release of version 4.0

 -- Henrik Stoerner <henrik@hswn.dk>  Wed, 30 Mar 2005 21:31:03 +0200
