dico (2.2-9) unstable; urgency=medium

  * Add -E to LDFLAGS for mips64el arch. to fix FTBFS.
    Thanks to James Cowgill <james410@cowgill.org.uk> (Closes: #775426)
  * Update my email address
  * debian/copyright: Update copyright years.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Fri, 08 May 2015 08:42:28 +0200

dico (2.2-8) unstable; urgency=medium

  * Use autotools-dev to update config.{sub,guess} for new archs.
    (Closes: #765202)
  * debian/control:
    + Bumped Standards-Version to 3.9.6
    + Update email address.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sun, 19 Oct 2014 11:15:29 +0200

dico (2.2-7) unstable; urgency=medium

  * Add django_1.7.patch patch to migrate to Django 1.7.
    Thanks to Marc Dequènes (Duck) <duck@duckcorp.org> (Closes: #755585)
  * Added guile2.0.diff patch from upstream to fix FTBFS with Guile 2.x
    debian/rules: Removed override_dh_auto_test target as it is no longer
    needed.
  * debian/clean: Remove examples/*.pyc during clean.
  * debian/dicod*.service, debian/dicod.socket: Install systemd service &
    socket files for dicod inetd mode.
  * Added client-ipv6.diff patch to add IPv6 support to dico client.
  * debian/xinetd/dicod: added a xinetd config file.
  * debian/dicod.postinst: add a disabled inetd entry for dicod during package
    install.
  * debian/dicod.prerm: remove/disable inetd entry for dicod during package
    remove/upgrade.
  * debian/dicod.README.Debian:
    + Indicate that dicod supports IPv6 in inetd mode.
    + Add instructions for runing dicod in inetd mode.
  * debian/dicod.links: add dictd.service -> dicod.service symlink.
  * debian/apache2.conf: Remove mod-python support & add mod-passenger support
    for dicoweb.
  * Add upstream metadata.
  * debian/rules:
    + Fix FTBFS on mips,mipsel,s390x archs by appending -Wl,-E to LDFLAGS for
      those archs. (Closes: #763801)
      see: https://lists.debian.org/debian-mips/2014/09/msg00041.html
    + Set $HOME to temporary directory in the build tree while running the
      test suites in order to fix FTBFS on autobuilders.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 02 Oct 2014 16:25:08 +0200

dico (2.2-6) unstable; urgency=medium

  * debian/control: migrate to Guile 2.0 (Closes: #745995)
  * debian/rules:
    + override dh_auto_test to disable warnings on deprecated
    Guile API calls, and also to disable Guile auto-compilation.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Fri, 12 Sep 2014 12:02:47 +0300

dico (2.2-5) unstable; urgency=medium

  * debian/watch:
    + Add xz extension
    + Add pgpsigurlmangle
  * Added debian/upstream-signing-key.pgp
  * Added debian/source/include-binaries
  * Added readline_6.3.diff patch to fix FTBFS against readline 6.3
    (Closes: #741762)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 16 Mar 2014 17:09:53 +0200

dico (2.2-4) unstable; urgency=low

  * Updated access control configuration for Apache 2.4 (Closes: #669737)
  * Added django_1.5.diff patch to support Django 1.5 (Closes: #730488)
  * debian/control:
    + Bumped Standards-Version to 3.9.5
    + Bumped dicoweb's python-django dependency to >= 1.4.5

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Mon, 25 Nov 2013 23:51:54 +0200

dico (2.2-3) unstable; urgency=low

  * debian/libdico1.symbols: Added Build-Depends-Package field.
  * Eliminated check for gets() so source builds with eglibc, fixing FTBFS.
    Thanks to Ubuntu (Closes: #701390) (LP: #1163486)
  * debian/copyright: Update copyright years.
  * debian/control:
    + Updated Standards-Version to 3.9.4
    + Dropped obsolete DMUA field.
    + Use canonical URIs in VCS-* fields.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 07 Apr 2013 09:46:47 +0200

dico (2.2-2) unstable; urgency=low

  * debian/rules: Enable all hardening flags.
  * Added dicoweb-django.diff patch to replace deprecated load_template_source
    callers. (Closes: #678912)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Fri, 29 Jun 2012 11:03:01 +0200

dico (2.2-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Check for tarballs with numbered versions only
  * Bumped compat level to 9
  * debian/control:
    + Updated Standards-Version to 3.9.3
    + debian/control: wrap & sort.
    + Added libpcre3-dev, libpam0g-dev, wordnet-dev to Build-Deps.
    + Set libdico & dico-dev as Multi-Arch: same
    + Added Pre-Depends: ${misc:Pre-Depends} for libdico &
      dico-module-{guile,wordnet,python} packages.
  * debian/dicod.install: Added gcide, word, nprefix, pcre & pam
    modules.
  * Switch to dh_python2
    + debian/control:
      - Drop python-support from Build-Deps
      - Bumped python-all Build-Dep to (>= 2.6.6-3~)
      - XS-Python-Version -> X-Python-Version
    + debian/rules: added --with python2 to dh call.
  * debian/copyright: Updated copyright format & years
  * Dropped patches that are applied upstream: dico+kbsd.diff, utf8.diff
  * Refreshed patch: dicoweb-debian.diff
  * debian/*.install: Update lib paths for multiarch
  * debian/dicod.lintian-overrides: Use relative paths for overrides
  * Added wordnet.diff patch to link against -lwordnet instead of -lWN
  * debian/libdico1.symbols: Updated symbols

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Wed, 09 May 2012 04:26:06 +0200

dico (2.1-3) unstable; urgency=low

  * debian/control:
    + Bumped Standards Version to 3.9.1, no changes needed
    + Added ${python:Depends} for dicoweb (Closes: #592001)
    + Add XS-Python-Version field.
  * Removed debian/pyversions
  * Added utf8.diff patch to fix Unicode handling (Closes: #591698)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 19 Aug 2010 11:25:19 +0200

dico (2.1-2) unstable; urgency=low

  * debian/rules: Make sure dicoweb is being built before installing 
    settings.py (Closes: #589049)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Wed, 14 Jul 2010 18:20:25 +0300

dico (2.1-1) unstable; urgency=low

  * New upstream release (Closes: #588403)
  * Refreshed patch dicoweb-debian.diff
  * Removed patches that are applied upstream:
    0001-Speed-up-output-procedure-in-dictorg.patch,
    improve_dicoweb.patch
  * debian/rules: Upstream renamed settings.py to settings-sample.py,
    hence install settings-sample.py in /etc/dicoweb/
  * debian/control:
    + Bumped Standards-Version to 3.9.0, no changes needed.
    + Drop XB-Python-Version fields and ${python:Provides}, as they are not
      needed.
    + Set DMUA (after approval of Marc Dequènes (Duck) <duck@debian.org>)
    + Remove libdico from Depends field of dico & dicod, it should be
      added automatically.
    + Remove python-dev from B-D, since python-all-dev is there
    + Add libldap2-dev to B-D to compile LDAP module.
    + Add list of included modules in dicod extended description.
  * debian/dicod.conf:
    + Match everything strategy is disabled by not loading the stratall
      module.
    + Added a commented section to enable substr strategy.
  * debian/dicod.install: Install ldap, substr & stratall modules in dicod
  * debian/dico-module-*.install: For pluggable modules, only install the .so
    files.
  * debian/dico-dev.install: Do not install .la file
    (See: http://wiki.debian.org/ReleaseGoals/LAFileRemoval)
  * debian/watch: Add check for bzip2'ed tarballs
  * Renamed libdico package due to bumped sonames
  * debian/libdico1.symbols: Updated symbols
  * Merge dictorg & outline modules into dicod package.
  * debian/dicod.conf: Enable dictorg module by default (Closes: #588402).

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Thu, 08 Jul 2010 12:08:56 +0300

dico (2.0.90-1) unstable; urgency=low

  * New upstream release. (Closes: #582692, #582696, #582708, #582694)
  * Update my email address
  * debian/dicod.init: Set STARTTIME to 4 seconds (LP: #583993)
  * Added dicoweb-debian.diff patch to set sane dicoweb defaults for a
    Debian system. (Credit to: "Marc Dequènes (Duck)" <duck@duckcorp.org>)
  * Added debian/apache2.conf
    (Credit to: "Marc Dequènes (Duck)" <duck@duckcorp.org>)
  * debian/rules:
    + Install dicoweb/settings.py in /etc/dicoweb/ (Closes: #582671)
    + Install dicoweb/templates, dicoweb/static and debian/apache2.conf in
      /etc/dicoweb/
  * Added debian/dicoweb.links to create a symlink for
    /etc/dicoweb/settings.py in /usr/share/dicoweb
  * Added debian/dicoweb.README.Debian
  * Removed debian/dicoweb.docs, debian/dicoweb.lintian-overrides
  * debian/control: Update Standards-Version to 3.8.4, no changes needed.
  * etc/dicod.conf: Disable "Match everything" strategy by default, as it is
    susceptible to DOS attack.
  * debian/libdico0.symbols: added new symbols
  * Added patch improve_dicoweb.patch from upstream to fix crash while
    displaying a definition (Closes: #582695, #582697)
  * Added patch 0001-Speed-up-output-procedure-in-dictorg.patch from
    upstream to speed up output in dictorg module. (Closes: #582799)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>  Sun, 23 May 2010 20:59:53 +0300

dico (2.0-7) unstable; urgency=low

  * debian/control: Lowered -mediawiki's python minimum required version to 
    2.5 since that also has python-xml.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Wed, 09 Dec 2009 22:46:02 +0200

dico (2.0-6) unstable; urgency=low

  * Switch to 3.0 (quilt) source format.
  * debian/control: Changed -mediawiki dependency from python2.6 to
    python (>= 2.6)
  * Added patch dico+kbsd.diff, a workaround for GNU/kFreeBSD since it
    has no ENODATA (Closes: #559764)
  * debian/dicod.init: Indicate dicod init.d script to be stoppable at 0 1 6
    runlevels.
  * debian/dicod.lintian-overrides: Added override for
    init.d-script-does-not-provide-itself

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Mon, 07 Dec 2009 11:08:11 +0200

dico (2.0-5) unstable; urgency=low

  * debian/control: Add python2.6 as an alternative dependency for
    dico-module-mediawiki to provide python XML.
  * debian/dicod.postinst: In case dictd got removed (but not purged), disable
    dictd service, since our dictd init script is just a symlink to dicod
    (Closes: #542020)
  * debian/control: Bumped Standards-Version to 3.8.3, no changes needed.

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Thu, 27 Aug 2009 09:54:20 +0200

dico (2.0-4) unstable; urgency=low

  * debian/rules:
    + use dh_auto_* --sourcedirectory for the python modules
    + No need to explicitly remove *.pyc files dh_auto_clean override,
      dh_auto_clean does that.
  * debian/control: Build-Depend on debhelper >= 7.3.5~ to support
    dh_auto_* --sourcedirectory
  * debian/pyversions: Set minimum python version to 2.5 (Closes: #540501)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sat, 08 Aug 2009 17:27:15 +0300

dico (2.0-3) unstable; urgency=low

  * debian/control:
    + Changed section of dicoweb to web
    + Added le-dico-de-rene-cougnenc to dico's conflicts as they share a
      couple of files (Closes: #538175)
  * debian/rules:
    + override dh_auto_clean target to clean up python modules' subdirs
    + in dh_auto_{build|install} overrides, replace $(MAKE) ... with
      dh_auto_{build|install}
    + Replace long configure line with a shorter:
      dh_auto_configure -- <needed configure overrides>
    + Add -Wl,--as-needed to LDFLAGS to avoid linking with un-necessary
      libraries.
  * debian/dicod.install: fix install path for dicod.conf (Closes: #538275)

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Fri, 24 Jul 2009 16:03:36 +0300

dico (2.0-2) unstable; urgency=low

  * debian/control:
    + Fix dicoweb's Depends (dicoclient-python should be python-dicoclient)
      which made it un-installable.
    + Added Vcs-* fields
    + Bump Standards-Version to 3.8.2, no changes needed
    + Build-Depend on debhelper >= 7.0.50~ to support override targets.
    + Added ${misc:Depends} to Depends fields of dico-dev, dico-doc,
      python-wit, python-dicoclient and dico-module-mediawiki packages.
  * debian/rules:
    + Simplify rules file.
    + Make debian/dicodconfig* files executable during dh_auto_build before
      they get installed by dh_install.
  * Added debian/dico-module-mediawiki.install
  * Removed debian/dicoweb.dirs

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Sat, 11 Jul 2009 05:47:05 +0300

dico (2.0-1) unstable; urgency=low

  * Initial release (Closes: #522368).

 -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>  Fri, 03 Apr 2009 06:28:25 +0200
