1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
|
arduino-mk (1.5.2-2.1) unstable; urgency=medium
* Non-maintainer upload
* [a802500] d/control: depend on arduino >= 2:1.8.13+dfsg1-1
Change the dependency to the arduino package, arduino-core isn't a real
package any more since the update of the arduino package to 1.8.13+dfsg1.
(Closes: #981300)
-- Carsten Schoenert <c.schoenert@t-online.de> Thu, 04 Feb 2021 17:33:41 +0100
arduino-mk (1.5.2-2) unstable; urgency=medium
* Team upload.
* Use Python 3 rather than Python 2 in scripts (Closes: #936149).
* Update Standards-Version to 4.5.0 (no changes required).
* Fix Vcs-* fields to point to salsa.
* Update to debhelper-compat (= 12).
* Add Rules-Requires-Root: no.
* Use dpkg/pkg-info.mk for build-time package version information.
-- Stuart Prescott <stuart@debian.org> Mon, 03 Feb 2020 08:04:48 +1100
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
|