Package: arduino / 0018+dfsg-6

Metadata

Package Version Patches format
arduino 0018+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
arduino_protocol_avrdude_510.patch | (download)

hardware/arduino/boards.txt | 22 11 + 11 - 0 !
1 file changed, 11 insertions(+), 11 deletions(-)

 debian's version of avrdude has a built-in support for arduino as a
 programmer. Older versions, including the one that ships with stock 0018
 don't.
wrapper_for_deb.patch | (download)

arduino | 20 3 + 17 - 0 !
1 file changed, 3 insertions(+), 17 deletions(-)

 simple wrapper since classpath and ld library are already properly
 assigned at build time. Must be exucted in /usr/share/arduino
convert_to_debian_oro.patch | (download)

src/processing/app/preproc/PdePreprocessor.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tells the source code to use debian's liboro-java
mjo_makefile | (download)

mjo/Arduino.mk | 394 394 + 0 - 0 !
mjo/README | 1 1 + 0 - 0 !
mjo/arduino-cli.html | 350 350 + 0 - 0 !
3 files changed, 745 insertions(+)

 unpack martin oldfield's arduino-mk tarball into mjo/
 This patch populates the mjo/ directory with the contents of the
 tarball published by Martin Oldfield.  Effectively this is
mjo_makefile_debianise | (download)

mjo/Arduino.mk | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 set paths in mjo's makefile to match debian defaults
mjo_makefile_tweaks | (download)

mjo/Arduino.mk | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---