Skip to content

Debian Changelog bongoproject (0.3.1-3)

2008

bongoproject (0.3.1-3) experimental; urgency=medium

   * debian/rules: Removed autoconf target.
   * debian/patches/configure-quiet-clucene.diff: Updated patch to actually
     patch configure script so autoconf isn't required. (Closes: #464382)
   * debian/copyright: Fixed lines > 80 characters to please Lintian.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Sun, 24 Aug 2008 17:00:13 +0100

bongoproject (0.3.1-2) experimental; urgency=medium

   * debian/control:
     + Changed bongoproject-web's Section to "web" from "python".
     + Added quilt Build-Dep.
     + Changed python-central Build-Dep to python-support.
     + Upped Standards-Version to 3.8.0.
     + s/python/Python/g to please Lintian.
     + Changed python-pyopenssl to its new name: python-openssl.
   * debian/patches/series: Added, for quilt.
   * debian/rules:
     + Moved from CDBS to debhelper.
       - Moved to new Python policy. (Closes: #484282)
     + Updated dh_installchangelogs call to not include an empty upstream
       changelog.
   * debian/patches/po2json-rules-use-top_srcdir.diff: Added to fix directory
     problems thanks to building twice for each python version.
   * debian/copyright: Removed entire contents of Apache 2.0 license as it's
     now in common-licenses.
   * Added new binary package: bongoproject-web-data. This contains the
     arch:all data for the web of Bongo.
   * debian/patches/store-filter-boost-api-change.diff: Added to hopefully fix
     building on some archs and close #442349.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Sun, 22 Jun 2008 18:16:01 +0100

bongoproject (0.3.1-1) experimental; urgency=low

   * New upstream release.
   * debian/control: Added autoconf to Build-Depends.
   * debian/rules: Added DEB_AUTO_UPDATE_AUTOCONF variable to re-run autoconf
     before configure.
   * debian/patches/: Added configure-quiet-clucene.diff -- changes the CLucene
     x86_64 warning from AC_MSG_ERROR to AC_MSG_NOTICE. This is not a problem
     as the fix is in Debian's CLucene. (Closes: #464382)

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Fri, 08 Feb 2008 09:42:34 +0000

bongoproject (0.3.0-1) experimental; urgency=low

   * New upstream release.
   * Added bongoproject to bongoproject-tools depends. (Closes: #438836)
   * debian/patches:
     + Removed apache-config.diff -- now upstream.
     + Removed sqlite-3.3.17.diff -- now upstream.
     + Removed hawkeye-apache.diff -- now upstream.
     + Removed smtpd-rset.diff -- now upstream.
     + Removed change-libexecdir.diff -- not necessary.
     + Updated remove-bongo-external.diff.
     + Added standalone-etc-default.diff -- allows bongo-standalone to get
       options from /etc/default/bongoproject.
   * Moved bongoproject-tools to pycentral.
   * debian/copyright:
     + Removed cURL license info. This is now gone from import/.
     + Added myself and email addresses.
     + Added information about having repacked the tarball.
   * Bumped Standards-Version to 3.7.3.
   * debian/control:
     + Corrected typo in long descriptions.
     + Added Homepage field.
     + Added Vcs-{Git,Browser} fields.
     + Added python-lxml build-dep and bongoproject-web dep.
     + Removed ldap-utils and slapd deps.
     + Changed bongoproject-dbg to Priority: extra.
     + Misc. dependency updates.
     + Changed bongoproject to Arch: all.
   * debian/rules:
     + Updated install/python-bongoproject rule.
     + Removed libexecdir hack.
     + Added rule to remove empty /usr/lib directory from bongoproject-web.
     + Added --enable-debug-cflags configure argument to produce a proper dbg
       package.
   * debian/*.install: Updated list of files to be installed.
   * debian/*-overrides/: Removed lintian & linda overrides.
   * debian/README.Debian: Updated instructions.
   * debian/bongoproject.postinst: Added call to "bongo-config install".
   * Renamed libbongoproject0-dev package to libbongoproject-dev.
   * Added new package, libbongoproject-runtime, to contain .so files for use
     with the tools.
   * debian/bongoproject.default: Added comments, updated and modified for use
     with the new bongo-standalone agent.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Thu, 31 Jan 2008 16:17:45 +0000

2007

bongoproject (0.2.0-3) experimental; urgency=low

   * Initial release into Debian (Closes: #419476)
   * Changed ${Source-Version} to ${binary:Version} and made deps binNMU
     compatible.
   * Wrapped deps and build-deps.
   * Added debug package bongoproject-dbg.
   * Added python dependency to bongoproject-tools.
   * Updated short descriptions.
   * Updated copyright file.
   * Added README.Package file to explain some of the library importing
     stuff.
   * Added patch remove-bongo-external.diff to remove the dependency on
     bongo.external python libraries.
   * Added python-vobject, python-simplejson and python-dateutil to
     python-bongoproject Depends.
   * Added python-simpletal to bongoproject-web Depends.
   * Updated copyright to use new FSF address.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Mon, 30 Jul 2007 22:08:57 +0100

bongoproject (0.2.0-2) experimental; urgency=low

   * Added ldap-utils to bongoproject depends.
   * Updated description in init script.
   * Added slapd to bongoproject depends.
   * Corrected s/Pache/Apache/ typo in README.Debian.
   * Corrected s/varius/various/ typo in bongoproject-data long description.
   * Added spamassassin and clamav-daemon to bongoproject recommends.
   * Corrected s/STANDALONE_OPTS/RUN_STANDALONE_OPTS/ in init script, and
     also its reference in README.Debian.
   * Correct reference to /etc/default/bongo in README.Debian.
   * Changed small path issue to make it more flexible with locales.
   * Created bongoproject-tools package which contains the CLI apps.
   * Added patch sqlite-3.3.17.diff to enable Bongo to work with SQLite >=
     3.3.17. This was fixed in r92 upstream.
   * Added patch smtpd-rset.diff to enable proper behaviour of RSET command
     in SMTPD. This was fixed in r94 upstream.
   * Added patch hawkeye-apache.diff to enable Hawkeye to work with Apache2. This
     was fixed in r123 upstream.
   * Added patch apache-config.diff to enable the output of a nice working
     Apache2 config file.
   * Added the Apache2 config file to bongoproject-web.examples.
   * Updated instructions in README.Debian.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Fri, 06 Jul 2007 12:29:41 +0100

bongoproject (0.2.0-1) experimental; urgency=low

   * Repackaged from tar.bz2.
   * Added lintian overrides to stop complaining about library package name.
   * Added linda overrides to stop complaining about non-existant libraries
     in the shlibs file.

 -- Jonny Lamb <jonnylamb@jonnylamb.com>  Sun, 8 Apr 2007 13:56:09 +0100