1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
arduino (0018+dfsg-6) unstable; urgency=low
* Properly sets LD_LIBRARY_PATH in the arduino wrapper if it has not
be previously defined or empty. See Debian bug 602041.
* Corrected typo in arduino (0018+dfsg-5) debian/changelog entry
/usr/lib/jni is correct (used to be /usr/lib/java, which is
incorrect)
-- Scott Howard <showard314@gmail.com> Mon, 01 Nov 2010 20:47:30 -0400
arduino (0018+dfsg-5) unstable; urgency=low
* Sets LD_LIBRARY_PATH in the arduino wrapper to look in /usr/lib/jni.
This allows arduino to start when using a sun-java jre. See Debian
bug 382686.
-- Scott Howard <showard314@gmail.com> Sat, 30 Oct 2010 11:26:53 -0400
arduino (0018+dfsg-4) unstable; urgency=low
* Corrected and added stanzas to debian/copyright for
- libraries/Ethernet/utility/w5100.* (GPL-2)
- examples/ArduinoISP/ArduinoISP.pde (BSD)
Thanks to Eberhard Fahle.
* Depends on openjdk-6-jdk OR sun-java6-jdk. Thanks to Guillermo Reisch
* Added support for Debian's avrdude upload protocol in
hardware/arduino/boards.txt, thanks to Ami Chayun (Closes: 588083)
* Debian policy 3.9.0 (no changes)
-- Scott Howard <showard314@gmail.com> Wed, 07 Jul 2010 21:50:09 -0400
arduino (0018+dfsg-3) unstable; urgency=low
* Removed unneeded javadoc and arduino.jar to usr/share/arduino/
* Changed Priority to extra (Closses: #586782)
-- Scott Howard <showard314@gmail.com> Fri, 25 Jun 2010 18:36:16 -0400
arduino (0018+dfsg-2) unstable; urgency=low
[ Philip Hands ]
* Merge arduino-core into full Java package
* Use 0.4 version of Martin Oldfield's Arduino.mk
[ Scott Howard ]
* Added a arduino.README.Debian for users with non-reparenting WMs
* Added Philip Hands as an uploader and Vcs info to debian/control
* Installs reference/ and examples/ to /usr/share/doc and links from
/usr/share/arduino
* added prefixes to files in a debian directory for arduino and
arduino-core package files
-- Philip Hands <phil@hands.com> Tue, 08 Jun 2010 20:14:01 +0100
arduino (0018+dfsg-1) unstable; urgency=low
* Initial release. (Closes: #577249)
-- Scott Howard <showard314@gmail.com> Tue, 13 Apr 2010 22:32:24 -0400
|