Change logs for arduino source package in Raring

  • arduino (1:1.0.3+dfsg-2) experimental; urgency=low
    
    
      * debian/patches/no-caller-saves.patch
        - workaround for GCC 4.7 bug, WiFi.cpp won't compile (Closes: #698254)
          (LP: #1112499)
    
     -- Scott Howard <email address hidden>  Fri, 01 Feb 2013 09:47:46 -0500
  • arduino (1:1.0.3+dfsg-1) experimental; urgency=low
    
    
      * New upstream release. Updated debian/copyright and added copyright_check
        rule to debian/rules
    
     -- Scott Howard <email address hidden>  Fri, 28 Dec 2012 11:45:55 -0500
  • arduino (1:1.0.2+dfsg-1) experimental; urgency=low
    
    
      * New upstream release
        - No wifishield firmware inluded in Debian: pre-compiled avr32 binaries
          with no sane build system. For source code and binaries, see the 
          wifishield repo on github
      * refreshed patches:
        - debian/patches/SimpleDateFormat_fix.diff deleted, applied upstream
        - debian/patches/gcc47_avr.patch updated, partially applied upstream
        - debian/patches/wrapper_for_deb.patch updated, partially applied upstream
      * Updated debian/copyright for new files
    
     -- Scott Howard <email address hidden>  Mon, 05 Nov 2012 13:53:48 -0500
  • arduino (1:1.0.1+dfsg-7) unstable; urgency=low
    
    
      * Fixed another gcc 4.7 related bug in Ethernet library due to IPAddress
        pointing to either a uint8_t or unint32_t IP address (Closes: #689325)
        Thanks to Francesco Apollonio
    
     -- Scott Howard <email address hidden>  Tue, 02 Oct 2012 15:19:56 -0400