arduino-mk (1.5.2-1) unstable; urgency=medium

  * New release

 -- Scott Howard <showard@debian.org>  Wed, 11 Jan 2017 15:46:04 -0500

arduino-mk (1.5.1-1) unstable; urgency=medium

  [ Simon John ]
  * New upstream release
    - Fixed Teensy boards.txt (Closes: #802580)
  * Bumped debian/compat to 9 and DSV to 3.9.8 (no changes)

  [ Scott Howard ]
  * debian/control: depend on debhelper >=9; use https for vcs-git
    and vcs-browser

 -- Simon John <git@the-jedi.co.uk>  Sun, 13 Nov 2016 10:14:29 +0000

arduino-mk (1.5-2) unstable; urgency=medium

  [ Simon John ]
  * Better boards.txt parsing
  * Fixed Lintian copyright warnings
  * Added make as a dependency

  [ Scott Howard ]
  * Add "screen" to recommends (Closes: #781625)

 -- Simon John <git@the-jedi.co.uk>  Tue, 28 Apr 2015 22:48:00 +0100

arduino-mk (1.5-1) unstable; urgency=medium

  * New upstream release
    - Added support for IDE 1.5/1.6 for AVR (not SAM).
    - Added support for Teensy3.
    - Fixes ATmega 32u4 reset issues.
    - Various other bug fixes.

 -- Simon John <git@the-jedi.co.uk>  Tue, 07 Apr 2015 17:30:08 +0100

arduino-mk (1.3.4-1) unstable; urgency=medium
 
  [Scott Howard]
  * Updated debian/control Vcs entries

  [Simon John]
  * New upstream release
    - Fixes lintian hyphen/minus issue.
    - Added support for compiling assembler code.
    - Allows spaces in Serial.begin() calls.
    - Lists board name as well as tag in show_boards.
    - Fixes missing newlines/targets in 'make help'.
    - Added emacs flyback compatibility.
    - Fixes $MONITOR_PORT detection.
    - Tidied up some regexes/quotes/wildcards.
    - Builds core objects in a subdirectory

 -- Simon John <git@the-jedi.co.uk>  Sat, 12 Jul 2014 18:55:27 +0200

arduino-mk (1.3.3-1) unstable; urgency=medium

  * Put manpage back

 -- Simon John <git@the-jedi.co.uk>  Sat, 12 Apr 2014 17:41:00 +0200

arduino-mk (1.3.2-1) unstable; urgency=medium

  * New upstream release 
    - Fixes missing avr-libc/malloc.c and realloc.c includes.
    - Added gpio to the list of isp's that don't have a port and improved
      detection of those that do.
    - Added -D__PROG_TYPES_COMPAT__ to the avr-g++ compiler flags.
    - Added new example and beatified documentation.
    - Added OBJDIR setting and pre-build hook functionality.
    - Fixes AVR tools path for chipKIT on Linux.
    - Replaced Perl reset script with Python one, works better with 
      Caterinas and simplifies packaging. Tested with Python3.
    - Fixed avrdude.conf detection on Windows.
    
 -- Simon John <git@the-jedi.co.uk>  Fri, 11 Apr 2014 16:16:00 +0000

arduino-mk (1.3.1-1) unstable; urgency=medium

  * New upstream release
    - Fixes BUNDLED_AVR_TOOLS_DIR not being set correctly when using 
      the arduino-core package instead of the whole arduino IDE.
    - Added "make help_vars" to display information abou the variables
      that can be overridden (so updated arduino-mk.install)

 -- Simon John <git@the-jedi.co.uk>  Tue, 04 Feb 2014 16:24:00 +0000

arduino-mk (1.3.0-1) unstable; urgency=medium

  * New upstream release
    - Windows fixes

 -- Simon John <git@the-jedi.co.uk>  Wed, 29 Jan 2014 09:20:08 +0000

arduino-mk (1.2.0-1) unstable; urgency=medium

  * New upstream release
    - Fixes ARDUINO_DIR not defined error (Closes: #734875)

 -- Simon John <git@the-jedi.co.uk>  Tue, 14 Jan 2014 15:15:00 +0000

arduino-mk (1.1.0-1) unstable; urgency=low

  * New upstream release
  * Removed some legacy dpkg files, updated copyrights/sources
  * Added examples

 -- Simon John <git@the-jedi.co.uk>  Fri, 27 Dec 2013 01:08:00 +0000

arduino-mk (0.12.0-1) unstable; urgency=low

  [Scott Howard]
  * New upstream release.
    - Dropped ard-parse-boards_pathfix.patch applied upstream
    - Dropped line_count.patch, different upstream implimentation 
      (Closes: #718454, #718892)

  [Bas Wijnen]
  * Add default variables for Debian systems.  (Closes: #709115)

 -- Scott Howard <showard@debian.org>  Thu, 08 Aug 2013 09:22:07 -0400

arduino-mk (0.10-2) unstable; urgency=low

  * Merge from experimental to unstable
  * Correct line numbers reported by gcc off by one and identify libraries
    similar to the IDE (Closes: #702754)

 -- Scott Howard <showard@debian.org>  Sun, 05 May 2013 19:18:42 -0400

arduino-mk (0.10-1) experimental; urgency=low

  * New upstream release
    - OBJDIR is now overwritable (Closes: #685628)
  * perl-doc moved from Depends to Recommends (Closes: #689666)
  * Upstream fixed typo in bug 670566 (Closes: #670566)
  * Refreshed patches

 -- Scott Howard <showard@debian.org>  Fri, 09 Nov 2012 10:57:07 -0500

arduino-mk (0.8-4) unstable; urgency=low

  * Added dependency on perl-doc. (Closes: #675393)
  * debian/patches/user-libraries.diff
    - Added support for non-system libraries residing in the 
      ARDUNIO_SKETCHBOOK variable, by default it is set to `$HOME/sketchbook`.
      (Closes: #670566)

 -- Scott Howard <showard@debian.org>  Sun, 03 Jun 2012 13:05:25 -0400

arduino-mk (0.8-3) unstable; urgency=low

  * Move ard-parse-boards to /usr/bin (Closes: #674482)

 -- Scott Howard <showard@debian.org>  Wed, 30 May 2012 14:09:08 -0400

arduino-mk (0.8-2) unstable; urgency=low

  * debian/control: s/playform/platform/
  * debian/patches/ard-parse-boards_pathfix.path
    - Corrected paths for ard-parse-boards (Closes: #670564)
  * debian/patches/mjo_makefile_debianise
    - updated Arduino.mk to find /usr/share/arduino/ard-parse-boards

 -- Scott Howard <showard@debian.org>  Fri, 27 Apr 2012 12:22:40 -0400

arduino-mk (0.8-1) unstable; urgency=low

  * Initial release. (Closes: #660957)

 -- Scott Howard <showard@debian.org>  Sat, 25 Feb 2012 10:11:14 -0500
