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 filePatch | File delta | Description |
---|---|---|
remove_update_warning.patch | (download) |
app/src/processing/app/UpdateCheck.java |
21 0 + 21 - 0 ! |
remove the notification if a new upstream version is available |
install_jar_links.patch | (download) |
build/build.xml |
2 1 + 1 - 0 ! |
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 ! |
tells the wrapper where to look for things in debian. |
remove_copying_binaries.patch | (download) |
build/build.xml |
15 0 + 15 - 0 ! |
arduino copies precompiled binaries into the build tree, stop that |
permission_fix.patch | (download) |
build/linux/dist/arduino |
16 15 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
in french language, on dition (edit) menu, it appears coller (paste) instead of copier (copy). Bug-Debian: bugs.debian.org/682079 |