arduino-mk (1.5.2-2.1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.5.2-3 > 1.5.2-2.1
- Git: https://salsa.debian.org/science-team/arduino-mk.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 126976
- Browser: https://salsa.debian.org/science-team/arduino-mk/
- Last scan: 2024-12-02 06:04:07+00
- Next scan: 2024-12-09 22:37:00+00
- Debian changelog in Git:
arduino-mk (1.5.2-3) UNRELEASED; urgency=medium
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Repository-Browse.
* Remove unnecessary get-orig-source-target.
* Update standards version to 4.6.1, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Sat, 22 Oct 2022 17:07:50 -0000
- This branch is 10 commits ahead of tag debian/1.5.2-2
- Git log:
commit 8bf9d3ae1089737171fdef94875fa37dc60949dc
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Update standards version to 4.6.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 1919dc71bebd10dc869dc42e8ad3f55786823708
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Remove unnecessary get-orig-source-target.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-contains-unnecessary-get-orig-source-target
See-also: https://lintian.debian.org/tags/debian-rules-contains-unnecessary-get-orig-source-target.html
commit 078dbe9bf73790324fd4d82d0615eecc9314de25
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Set upstream metadata fields: Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
commit 1af52c0902b02c2d8d4d215021d9079b5711351f
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:50 2022 +0000
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit f3c530a74f9524389342b282c67351d5c2a9f1f1
Author: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu Feb 4 17:33:41 2021 +0100
Import Debian changes 1.5.2-2.1
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)
.
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.
.
arduino-mk (1.5.2-1) unstable; urgency=medium
.
* New release
.
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
.
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)
.
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.
.
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
.
arduino-mk (1.3.3-1) unstable; urgency=medium
.
* Put manpage back
.
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.
.
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)
.
arduino-mk (1.3.0-1) unstable; urgency=medium
.
* New upstream release
- Windows fixes
.
arduino-mk (1.2.0-1) unstable; urgency=medium
.
* New upstream release
- Fixes ARDUINO_DIR not defined error (Closes: #734875)
.
arduino-mk (1.1.0-1) unstable; urgency=low
.
* New upstream release
* Removed some legacy dpkg files, updated copyrights/sources
* Added examples
.
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)
.
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)
.
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
.
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)
.
arduino-mk (0.8-3) unstable; urgency=low
.
* Move ard-parse-boards to /usr/bin (Closes: #674482)
.
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
.
arduino-mk (0.8-1) unstable; urgency=low
.
* Initial release. (Closes: #660957)
commit e17f80b4e3b217b7e1f840a2477468a27795ce88
Merge: 5c5dd88 8eb678d
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Nov 24 03:43:25 2022 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request science-team/arduino-mk!2
commit 8eb678db9caf79ed74ebc4594c8406664832fcad
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Update standards version to 4.6.1, no changes needed.
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit 1e03390da6823d5460a0a6a1b64f9affd505a720
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Remove unnecessary get-orig-source-target.
Changes-By: lintian-brush
Fixes: lintian: debian-rules-contains-unnecessary-get-orig-source-target
See-also: https://lintian.debian.org/tags/debian-rules-contains-unnecessary-get-orig-source-target.html
commit d1aa859285dc95d88f15c130d65e1bc44827ef81
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:53 2022 +0000
Set upstream metadata fields: Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
commit 730ce6cd83ac695417a30ac414e6c209c0872198
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sat Oct 22 17:07:50 2022 +0000
Bump debhelper from old 12 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html