easychem (0.6-8) unstable; urgency=low

  * debian/control: Removed DM-Upload-Allowed field.
    (Standards-Version): Bumped to 3.9.4.
  * debian/rules: Enabled hardening.
  * debian/patches/fix_makefiles.patch: Updated.
    - Fixed flag order and added -lm.

 -- Daniel Leidert <dleidert@debian.org>  Sun, 19 May 2013 20:48:00 +0200

easychem (0.6-7) unstable; urgency=low

  * debian/compat: Bumped compatibility level to 7.
  * debian/control: Used wrap-and-sort.
    (Standards-Version): Bumped to recent 3.9.3.
    (Vcs-Browser): Fixed.
    (Build-Depends): Dropped dpatch and increased required debhelper version.
    (Depends): Fixed debhelper-but-no-misc-depends.
  * debian/rules: Rewritten for dh 7.
  * debian/README.source: Dropped obsolete file.
  * debian/patches/01_fix_bug_380210_fix_buffer_overflow.dpatch: Renamed to
    debian/patches/fix_bug_380210_fix_buffer_overflow.patch.
  * debian/patches/02_fix_locale_initialization.dpatch: Renamed to
    debian/patches/fix_locale_initialization.patch.
  * debian/patches/03_fix_bond_and_arrow_fixes.dpatch: Renamed to
    debian/patches/fix_bond_and_arrow_fixes.patch.
  * debian/patches/04_fix_bug_380210_fix_export_..._detection.dpatch: Renamed
    to debian/patches/fix_bug_380210_fix_export_..._detection.patch.
  * debian/patches/90_fix_makefiles.dpatch: Renamed to
    debian/patches/fix_makefiles.patch.
  * debian/patches/91_translation_updates_and_fixes.dpatch: Renamed to
    debian/patches/translation_updates_and_fixes.patch.
  * debian/patches/92_fix_bug_536388_fix_export_eps.dpatch: Renamed to
    debian/patches/fix_bug_536388_fix_export_eps.patch.
  * debian/patches/fix_include_locale_h.patch: Added.
    - common.h: Include locale.h to fix an FTBFS.
  * debian/patches/00list: Quilt transition. Renamed to debian/patches/series
    and adjusted.
  * debian/source/format: Transition to source format 3.0 (closes: #661046).

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 30 Apr 2012 01:26:58 +0200

easychem (0.6-6) unstable; urgency=low

  * debian/control (Build-Depends): Dropped toolchain to produce manual page
    from DocBook XML source.
    (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
    (Standards-Version): Bumped to 3.8.3.
  * debian/copyright: Fixed copyright-refers-to-versionless-license-file.
  * debian/easychem.1: Rewritten.
  * debian/easychem.1.xml: Dropped in favour of debian/easychem.1.
  * debian/rules: Dropped obsolete manual page related targets. Clean-up.
  * debian/README.source: Added to make lintian happy.
  * debian/patches/92_fix_bug_536388_fix_export_eps.dpatch: Added with thanks
    to Mickael Profeta.
    - postscript/preamble.ps: Fix bond positioning (closes: #536388).
  * debian/patches/00list: Adjusted.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sat, 29 Aug 2009 15:15:47 +0200

easychem (0.6-5) unstable; urgency=low

  * debian/compat: Raised level to 5.
  * debian/control: Homepage and Vcs fields transition. Added
    DM-Upload-Allowed for DM status.
    (Maintainer): Set the debichem team as maintainer.
    (Build-Depends): Raise debhelper version.
    (Standards-Version): Update to 3.7.3 (no other changes).
  * debian/easychem.1.xml: Minor typo fix.
  * debian/easychem.1: Ditto (updated from XML).
  * debian/easychem_icon.xpm: Renamed to debian/easychem.xpm (closes:
    #466999).
  * debian/easychem.install: Fixed icon name.
  * debian/easychem.menu (icon): Ditto.
  * debian/rules: Added some LDFLAGS magic to drop some useless dependencies.
  * debian/patches/90_fix_makefiles.dpatch: Updated.
    - Makefile.linux: Added LDFLAGS to link target.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Fri, 22 Feb 2008 16:22:15 +0100

easychem (0.6-4) unstable; urgency=low

  [ Daniel Leidert ]
  * debian/control: Added XS-Vcs-Browser and XS-Vcs-Svn fields.
    (Build-Depends): Added docbook-xml to avoid warning.
  * debian/easychem.1: Added, so it will not be recreated.
  * debian/easychem.1.xml: Removed date tag. Adjusted copyright.
  * debian/easychem.desktop: Removed Encoding key to comply to the latest
    freedesktop.org Desktop Entry Specification 1.0.
  * debian/easychem.menu: Fixed section to comply to the latest Debian Menu
    System 1.4.
  * debian/rules: Removed some useless comments and empty lines.
    (build-stamp): Moved the manpage creation into an own target with a better
    dependency chain.
  * debian/patches/90_fix_makefiles.dpatch: Adjusted.
    - Don't strip easychem binary by default, so giving the nostrip build
      option will really lead to an unstripped binary (closes: #436782).
  * debian/watch: Added.

  [ LI Daobing ]
  * debian/rules: lintian doesn't like "-$(MAKE) clean", see bug#325372

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Thu, 09 Aug 2007 14:05:26 +0200

easychem (0.6-3) unstable; urgency=medium

  * Set urgency to medium to fix the broken export feature.
  * debian/patches/03_fix_bond_and_arrow_fixes.dpatch: Added. Thanks to
    Guillaume Burel for the patch.
    - bonds.c (add_bond): Set the ending head by default, when drawing an
      arrow.
    - dialogs.c (edit_bond): Swap the beginning/ending arrow heads, which now
      fits, what the user sees.
  * debian/patches/04_fix_bug_380210_fix_export_and_export_utils_detection.dpatch:
    Added (closes: #380210, Malone#71118). Thanks to Guillaume Burel for the
    patch.
    - bonds.c (save_list_bonds, load_list_bonds): Temporarily set LC_NUMERIC
      to ``C" to fix a freeze when trying to run the export function.
    - export.c (eps_write, fig_export): Ditto.
      (fig_pstoedit_export): Bug-fix.
    - detect.c (detect_gs, detect_pstoedit): Fix buggy detection routines.
    - postscript/cm_common.ps: Backported from CVS.
    - postscript/preamble.ps: Ditto.
    - postscript/times.ps: Ditto.
  * debian/patches/91_translation_updates_and_fixes.dpatch: Added. Thanks to
    Guillaume Burel for the patch.
    - dialogs.c: Many strings, that were not translatble, now are now (using
      gettext()). Some improvements have been made too.
    - easychem.c: Ditto.
    - po/fr.po: Updates to French translation (thanks to Guillaume Burel).
    - po/easychem.pot: Added (closes: Malone#55010).
  * patches/00list: Adjusted.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 14 Nov 2006 21:37:36 +0100

easychem (0.6-2) unstable; urgency=low

  * New maintainer.
  * debian/control (Maintainer, Uploaders): Adjusted accordingly. I'm the new
    maintainer. Added Michael Banck to Uploaders field.
    (Build-Depends): Adjusted.
    - Dropped useless build-dependencies (using the --novalid option for
      xsltproc makes docbook-xml obsolete).
    - Added dpatch and gettext.
  * debian/control (Depends): Adjusted.
    - Dropped useless variable.
  * debian/control (Description):
    - Fixed several typos (closes: #363365). Thanks to Simon Waters for the
      report.
    - Rearranged text a bit.
  * debian/control (Standards-Version): Changed to latest 3.7.2.
  * debian/docs: Renamed to easychem.docs.
  * debian/easychem.docs: Added. See above.
  * debian/easychem.desktop: Updated.
  * debian/easychem.install: Added.
    - Better install .desktop file and icons here, instead of using `install'
      in debian/rules.
    - Ditto for the binary and translations.
  * debian/easychem.menu (section, command): Fixed.
    (icon): Added.
  * debian/easychem.1.xml: Updated for the latest docbook-xsl packages.
  * debian/easychem.xpm: Removed.
  * debian/easychem_icon.xpm: Added.
  * debian/rules: Many cleanups. 
    (patch, patch-stamp, unpatch, unpatch-stamp): Changed to dpatch.
    (build): Build the manpage here using the latest docbook-xsl.
  * debian/patches/01_fix_bug_380210_fix_buffer_overflow.dpatch: Added.
    - export.c (eps_write): Fixes a buffer overflow that may lead to a crash
      when trying to export a formula to either eps or pdf format (closes:
      #380210). Thanks to Fabian Greffrath for the report.
  * debian/patches/02_fix_locale_initialization.dpatch: Added.
    - easychem.c (main): Should fix the setlocale call.
  * debian/patches/90_fix_makefiles_install_location.dpatch: Added.
    - Makes debian/patches/01_install_rule.patch obsolet and fixes several
      bugs and issues. One was, that DESTDIR must not be part of PREFIX.
  * debian/patches/01_install_rule.patch: Removed.

 -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Fri, 22 Sep 2006 16:57:47 +0200

easychem (0.6-1) unstable; urgency=low

  * Packaged for Debian Unstable (Closes: #347849)
  
 -- Christopher Peterman (Chris) <kyral@ubuntu.com>  Sun, 15 Jan 2006 19:44:37 -0500

easychem (0.6-0ubuntu1) dapper; urgency=low

  * Initial release

 -- Christopher Peterman (Chris) <kyral@ubuntu.com>  Tues, 20 Dec 2005 16:57:16 -0500