Package: arduino / 2:1.0.5+dfsg2-4.1

Metadata

Package Version Patches format
arduino 2:1.0.5+dfsg2-4.1 3.0 (quilt)

Patch series

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

app/src/processing/app/UpdateCheck.java | 21 0 + 21 - 0 !
1 file changed, 21 deletions(-)

 remove the notification if a new upstream version is available
install_jar_links.patch | (download)

build/build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 prevents ant from following symlinks and including library jars
 in debian package
wrapper_for_deb.patch | (download)

build/linux/dist/arduino | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 tells the wrapper where to look for things in debian.
remove_copying_binaries.patch | (download)

build/build.xml | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 arduino copies precompiled binaries into the build tree,
 stop that
permission_fix.patch | (download)

build/linux/dist/arduino | 16 15 + 1 - 0 !
1 file changed, 15 insertions(+), 1 deletion(-)

 uses pkexec to add user to groups dailout and tty
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652523
gcc47_avr.patch | (download)

hardware/arduino/cores/arduino/HardwareSerial.cpp | 2 2 + 0 - 0 !
hardware/arduino/cores/arduino/IPAddress.cpp | 24 12 + 12 - 0 !
hardware/arduino/cores/arduino/IPAddress.h | 16 10 + 6 - 0 !
hardware/arduino/cores/arduino/Print.cpp | 2 1 + 1 - 0 !
libraries/Ethernet/Ethernet.cpp | 6 3 + 3 - 0 !
5 files changed, 28 insertions(+), 22 deletions(-)

 patch to work with libc 1.8.0 and gcc 4.7
Bug: http://andybrown.me.uk/wk/2012/04/28/avr-gcc-4-7-0-and-avr-libc-1-8-0-compiled-for-windows/
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677294
no caller saves.patch | (download)

app/src/processing/app/debug/Compiler.java | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 wifi.cpp won't compile without -fno-caller-saves
Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698254

Adafruit_GFX.patch | (download)

libraries/TFT/utility/Adafruit_ST7735.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed typo
const_progmem.patch | (download)

libraries/GSM/GSM3ShieldV1AccessProvider.cpp | 4 2 + 2 - 0 !
libraries/GSM/GSM3ShieldV1BaseProvider.cpp | 2 1 + 1 - 0 !
libraries/GSM/GSM3ShieldV1BaseProvider.h | 4 2 + 2 - 0 !
libraries/GSM/GSM3ShieldV1DataNetworkProvider.cpp | 4 2 + 2 - 0 !
libraries/GSM/GSM3ShieldV1ModemCore.cpp | 9 8 + 1 - 0 !
libraries/GSM/GSM3ShieldV1ModemCore.h | 4 2 + 2 - 0 !
libraries/GSM/GSM3ShieldV1MultiClientProvider.cpp | 2 1 + 1 - 0 !
libraries/GSM/GSM3ShieldV1MultiServerProvider.cpp | 2 1 + 1 - 0 !
libraries/Robot_Control/Squawk.cpp | 6 3 + 3 - 0 !
libraries/Robot_Control/SquawkSD.cpp | 4 2 + 2 - 0 !
libraries/Robot_Control/glcdfont.c | 2 1 + 1 - 0 !
libraries/Robot_Control/utility/scripts_Hello_User.h | 28 14 + 14 - 0 !
libraries/TFT/utility/Adafruit_ST7735.cpp | 6 3 + 3 - 0 !
libraries/TFT/utility/Adafruit_ST7735.h | 4 2 + 2 - 0 !
libraries/TFT/utility/glcdfont.c | 2 1 + 1 - 0 !
15 files changed, 45 insertions(+), 38 deletions(-)

 newer gcc requires progmem variables to be consts
depricated_typedef_support.patch | (download)

app/src/processing/app/debug/Compiler.java | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 newer avr-libc debricated some typedefs, this enables compatabillity
roboIRread.patch | (download)

libraries/Robot_Motor/examples/Robot_IR_Array_Test/Robot_IR_Array_Test.ino | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 typos in example file
efuse and lock values.patch | (download)

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

 avrdude fuse read mask change
build on all platforms.patch | (download)

build/build.xml | 42 38 + 4 - 0 !
1 file changed, 38 insertions(+), 4 deletions(-)

 enable building on debian platforms