Change logs for arduino source package in Experimental

  • arduino (2:1.8.13+dfsg1-1~exp2) experimental; urgency=medium
    
      * Team upload
      * [54cd5cb] rebuild patch queue from patchqueue branch
        Added patch:
        debian-hacks/Don-t-run-extra-options-on-ARM.patch
      * [a99b7b1] d/control: Decrease list of architecture to build
        Limiting the build to any-amd64 any-i386 arm64 armel armhf, only these
        architectures wgetting support by upstream.
        (Closes: #976930)
    
     -- Carsten Schoenert <email address hidden>  Sat, 09 Jan 2021 09:43:23 +0100
  • arduino (2:1.8.13+dfsg1-1~exp1) experimental; urgency=medium
    
      * Team upload
    
      [ Scott Howard ]
      * [b3ae605] Imported Upstream version 1.6.0+dfsg
    
      [ Geert Stappers ]
      * [1cd9f55] Imported Upstream version 1.6.8
      * [c01e14d] Imported Upstream version 1.8.2
      * [cf271e6] Imported Upstream version 1.8.2+dfsg
    
      [ Carsten Schoenert ]
      * [8bf88fc] Adding config file for git-buildpackage
      * [82131c9] New upstream version 1.8.13+dfsg1
        (Closes: #723929, #724804, #757223, #758039, #780609, #780706, #786405,
                 #850784, #850964, #857463, #885830, #876495, #877201, #891901,
                 #894770, #894823, #925578, #927329, #947228, #976930)
      * [77d4a95] rebuild patch queue from patchqueue branch
        Rebuild and reorder the existing patches.
        Added patches:
        debian-hacks/Don-t-call-assemble-hardware-target.patch
        debian-hacks/Don-t-use-functions-from-jtouchbar.patch
        debian-hacks/Ignore-Apple-specific-check-from-apple-lib.patch
        debian-hacks/Install-appdata.xml-into-propriate-folder.patch
        Dropped patches:
        gcc47_avr.patch
      * [4c43fd7] running wrap-and-sort to improve readability
      * [4714c7b] debhelper: move over to debhelper 13
      * [0f1249c] d/control: Adjust dependencies for package built
      * [c49f415] d/control: remove version requirement on librxtx-java
        The previous used minimal version is always fulfilled now, we only have
        higher versions within the archive.
      * [b27f91e] d/control: Update upstream homepage to use https
      * [bb5a6d5] d/control: Adjust depending packages on binary packages
        Removing now useless versions on various depending packages, all
        available versions are higher than the declared old minimal versions for
        the binary packages.
        Replacing java6-runtime by openjdk-11-jre, the former package isn't
        available any more.
      * [8a31b55] d/control: Switching Priority from extra to optional
        Priority extra is now replaced by optional.
      * [5760d82] arduino.install: Melting arduino-core in
        We don't want and need to build a package arduino-core anymore as the
        old core parts are now will live in it's own package arduino-core-avr.
        But some old things from arduino-core migrate now over into the arduino
        package. Adding new and adjust existing folder and files to install.
      * [57fe853] arduino.links: Merge linking from arduino-core
        As before for the install sequencer also taking over the symlinking from
        arduino-core into the arduino package.
      * [53774dd] arduino.docs: Move over from arduino-core
        As we give up arduino-core the sequencer content from arduino-core will
        move over to arduino.
      * [2276b48] d/control: Adjust package dependencies for arduino
        The arduino package needs some more Java libraries for complete
        functionality.
      * [c764a05] d/rules: Workaround potential misbehavior of jh_linkjars
        It looks like jh_linkjars isn't linking all the Java libraries from
        /usr/share/java into the lib/ folder. Thus we do some hacking around
        this to get the required libraries in place.
      * [d47279e] d/control: Bump Standards-Version to 4.5.1
        No further changes needed.
      * [683f295] d/control: Turn package arduino into arch:any
        The arduino package is using the architecture dependent library
        libastylej-jni already for some time, this requires an architecture
        dependent availability of this library.
      * [1fc2ad5] d/control: Remove obsolete arduino-core package
      * [cfff045] arduino: Adding Breaks on old arduino-core package
        The arduino-core package isn't alive any more, the old package needs a
        break to not getting in conflict with the current arduino package.
      * [0a20a08] d/rules: Use DEB_VERSION_UPSTREAM_REVISION variable
      * [97a57e7] arduino.lintian-overrides: Add some overrides
        Let lintian don't bother on .txt files which are used and required by the
        IDE and are no documentation.
      * [5823ee6] arduino: Remove the menu file
        Due CTTE decision on #741573 we don't want to ship a menu file for
        applications any more. We can remove the existing menu sequencer
        including the XPM graphic.
      * [311035e] d/arduino.desktop: Update and sync file against upstream
        Small updates to the prepared desktop file for Arduino which are mostly
        taken from the upstream source.
      * [0bb1d51] d/arduino.desktop: Adding additional category IDE
        (Closes: #923496)
      * [96c16b6] d/rules: Remove some unneeded files installed by ant
        The ant build system is installing the high-res icons within the
        applications lib/ folder which is basically wrong. By using globbing within
        the install sequencer the icons are also installed into the base for the
        package, if we don't remove that folder before.
        Also removing the installed desktop.template file in the same folder just
        before dh_install is called.
      * [b9fb86b] arduino: Use high-res icons from upstream
        Upstream is providing now high-res icons for various and more sizes
        Debian has, we don't need to ship icons by our own sources, using the
        upstream files is more straight forward.
      * [451d3a3] Build and install ArduinoSerialPlotterProtocol.pdf
        This PDf is filtered out while importing new source data, adding
        required packages amd build instructions so we can ship the PDF file.
      * [528fe68] d/arduino.links: Link to the platform stuff from a-builder
        These two files (platform{,.keys.rewrite}.txt) are provided by another
        package, arduino-builder but are required to use the IDE.
      * [4a63468] d/arduino.links: Adding linking to required Java libs
        Arduino originally ships all required Java libraries to get the IDE
        usable, as these are prebuilt binaries we need to filter them out while
        import the source. Happily all the needed libraries are packaged within
        Debian and we "only" need to link them back into the lib/ folder of the
        application.
      * [a45525f] d/control: Adding more explicit dependencies
        After adding the linking of required Java libraries we need to ensure
        all the linked .jar files are around. Adding all providing packages as
        a dependency for the arduino package.
      * [5740c14] d/README.source: Adding a side note about Java libs
      * [f336327] d/copyright: Update content due changes by upstream
      * [c8678b4] d/watch: Update content to catch correct data
        Dropping support verifying of signed data for now.
        (Closes: #849213)
      * [cb398e2] d/control: Adding arduino-core-avr to Depends
      * [e4a1bbb] d/control: Move Maintainer to Debian Electronics Team
    
     -- Carsten Schoenert <email address hidden>  Fri, 08 Jan 2021 12:42:57 +0100
  • arduino (2:1.5.6.2+sdfsg2-3) experimental; urgency=low
    
    
      * debian/patches/system_libastylej.patch: use system libastylej
        upstream uses a patched version that changed java package name.
    
     -- Scott Howard <email address hidden>  Sun, 06 Apr 2014 18:33:35 -0400
  • arduino (2:1.5.6.2+sdfsg2-2) experimental; urgency=low
    
    
      * Bump epoch to fix versioning problem with arduino-mk
    
     -- Scott Howard <email address hidden>  Wed, 02 Apr 2014 16:50:56 -0400
  • arduino (1:1.5.6.2+sdfsg2-1) experimental; urgency=low
    
    
      * Place arduino 1.5.6 into experimental.
    
     -- Scott Howard <email address hidden>  Tue, 01 Apr 2014 16:52:45 -0400
  • arduino (1:1.5.4.2+dfsg-3) experimental; urgency=low
    
    
      * Don't distribute sourceless minified .js files (Closes: #735229)
      * Debian S-V 3.9.5, no changes
    
     -- Scott Howard <email address hidden>  Mon, 13 Jan 2014 23:02:40 -0500
  • arduino (1:1.5.4.2+dfsg-2) experimental; urgency=low
    
    
      * Use jh_depends to manage dependencies.
      * add -fno-caller-saves compiler flag (see debian bug 698254)
    
     -- Scott Howard <email address hidden>  Fri, 11 Oct 2013 16:20:12 -0400
  • arduino (1:1.5.4.2+dfsg-1) experimental; urgency=low
    
    
      * New upstream release (Closes: #721742)
      * Refreshed patches:
          deleted:    debian/patches/Adafruit_GFX.patch (accepted upstream)
          deleted:    debian/patches/no-caller-saves.patch (AVR bug, needs testing,
                      possibly reapply)
          deleted:    debian/patches/roboIRread.patch (accepted upstream)
    
     -- Scott Howard <email address hidden>  Fri, 11 Oct 2013 12:36:34 -0400
  • arduino (1:1.0.4+dfsg-1) experimental; urgency=low
    
    
      * New upstream release.
    
     -- Scott Howard <email address hidden>  Mon, 18 Mar 2013 22:14:36 -0400
  • 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~rc2+dfsg-2) experimental; urgency=low
    
    
      * Allow for opening file from command line or file manager
        e.g. "$ arduino {filename}.ino" (LP: #998952)
      * Properly detect groups assigned by PAM (Closes: #669058)
    
     -- Scott Howard <email address hidden>  Mon, 14 May 2012 00:05:04 -0400
  • arduino (1:1.0.1~rc2+dfsg-1) experimental; urgency=low
    
    
      * Updated watch file, remove compressed avrtools that upstream added
      * New upstream release.
    
     -- Scott Howard <email address hidden>  Wed, 11 Apr 2012 23:21:24 -0400
  • arduino (1:1.0.1~rc1+dfsg-1) experimental; urgency=low
    
    
      * New upstream release, experimental.
    
     -- Scott Howard <email address hidden>  Sun, 11 Mar 2012 18:19:42 -0400
  • arduino (1:1.0~beta1+dfsg-1) experimental; urgency=low
    
    
      * New upstream beta release
      * Added new icons for hicolor theme
      * refreshed patches
      * Fix for Ethernet library with gcc-avr 4.5.3 (Closes: #645321,
        LP: #865266)
    
     -- Scott Howard <email address hidden>  Wed, 19 Oct 2011 10:01:21 -0400
  • arduino (0022+dfsg-1) experimental; urgency=low
      * New upstream release.  * Dependency pruning: no need to depend on libecj-java, liboro-java  * Refreshed patches, removed convet_to_debian_oro.patch (no longer    needed)  * Fixed typo in description (Closes: #608334, LP: #695481) -- Scott Howard <email address hidden>  Sat, 08 Jan 2011 11:02:17 -0500
  • arduino (0021+dfsg-3) experimental; urgency=low
    
    
      * Corrected wrapper LD_LIBRARY_PATH variable in case it is not set
        debian/patches/wrapper_for_deb.patch
      * debian/patches/remove_update_warning.patch
        -Removed notification of new upstream versions (Closes: #603818)
      * Dependency pruning: no need to depend on a jdk or ant
    
     -- Scott Howard <email address hidden>  Sat, 20 Nov 2010 11:25:00 -0500
  • arduino (0021+dfsg-2) experimental; urgency=low
    
    
      * updates wrapper_for_deb.patch to set the LD_LIBRARY_PATH for sun-java
        jre. (LP: #664309)
      * debian/patches/install_jar_links.patch
        - Added patch to install symlinks for Debian java library packages.
    
     -- Scott Howard <email address hidden>  Sun, 24 Oct 2010 22:27:17 -0400
  • arduino (0021+dfsg-1) experimental; urgency=low
    
    
      * New upstream release (debian/rules get-orig-source target updated)
    
     -- Scott Howard <email address hidden>  Tue, 05 Oct 2010 22:10:54 -0400
  • arduino (0019+dfsg-1) experimental; urgency=low
    
    
      * New upstream release
        - switch to ant build system
        - refreshed patches
      * Debian policy 3.9.1
    
     -- Scott Howard <email address hidden>  Wed, 08 Sep 2010 18:54:10 -0400