Package: arduino / 1:1.0.1+dfsg-7

Metadata

Package Version Patches format
arduino 1:1.0.1+dfsg-7 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 | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 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
SimpleDateFormat_fix.diff | (download)

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

 the yymmdd string that the sketch archiver tool uses to format archive
 names was being localized (i.e. was wrapped in _()).  This gave an
 error on startup (and the Arduino software would fail to launch), if
 someone translated the string to something that wasn't a valid date
 format.  Since this is an internal string, it shouldn't be translated.
Bug: http://code.google.com/p/arduino/issues/detail?id=942
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 !
hardware/arduino/cores/arduino/WString.h | 2 1 + 1 - 0 !
libraries/Ethernet/Ethernet.cpp | 6 3 + 3 - 0 !
6 files changed, 29 insertions(+), 23 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
fr_fix.diff | (download)

app/src/processing/app/Resources_fr.po | 2 1 + 1 - 0 !
app/src/processing/app/Resources_fr.properties | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 in french language, on dition (edit) menu, it appears coller (paste) instead of copier (copy).
Bug-Debian: bugs.debian.org/682079