Back to arduino PTS page

Accepted arduino 2:1.8.13+dfsg1-1~exp1 (source amd64) into experimental



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2021 12:42:57 +0100
Source: arduino
Binary: arduino
Architecture: source amd64
Version: 2:1.8.13+dfsg1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Changed-By: Carsten Schoenert <c.schoenert@t-online.de>
Description:
 arduino    - AVR development board IDE from Arduino CC
Closes: 723929 724804 757223 758039 780609 780706 786405 849213 850784 850964 857463 876495 877201 885830 891901 894770 894823 923496 925578 927329 947228 976930
Changes:
 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
Checksums-Sha1:
 04a95a970b635491575145ebbb8d9b617b8ddcba 2640 arduino_1.8.13+dfsg1-1~exp1.dsc
 96455bf306bbadd6583ff30e4698667bd02c1862 5274780 arduino_1.8.13+dfsg1.orig.tar.xz
 931c7399a10f37686eb0c6004565b664d3cda7b6 45236 arduino_1.8.13+dfsg1-1~exp1.debian.tar.xz
 6d97f80a803b8850e4a24e52f878eda11dcffcfa 13167 arduino_1.8.13+dfsg1-1~exp1_amd64.buildinfo
 e3d33bcf9d2b14fd2942b876b9dc79e86d3f1da1 6101644 arduino_1.8.13+dfsg1-1~exp1_amd64.deb
Checksums-Sha256:
 2548f2127a85a8ceed070113a12ede6ee05ce8f7ccf7298a7f95677682513a7b 2640 arduino_1.8.13+dfsg1-1~exp1.dsc
 599b4622d8cc97e7899f5601fd17f69bb3fa0e88c4743e1a59b93eea5badc8aa 5274780 arduino_1.8.13+dfsg1.orig.tar.xz
 385dfbb676a3f62b6cf5f21edef208587f1698783e10a94a8f9456559be5ed9a 45236 arduino_1.8.13+dfsg1-1~exp1.debian.tar.xz
 d5cb8b5e9acd3c8f453cdea7c2b1462e34e6937a1ca28f1f4653eb52d6ca0c30 13167 arduino_1.8.13+dfsg1-1~exp1_amd64.buildinfo
 f8cced5246a8bbfb47b020c0348945a0998c69d4ef696d793165ed80f933d526 6101644 arduino_1.8.13+dfsg1-1~exp1_amd64.deb
Files:
 c0d916c445f8cf1df020efb943b7545b 2640 electronics optional arduino_1.8.13+dfsg1-1~exp1.dsc
 7d86d06362e86fccc3a6527948b09cb6 5274780 electronics optional arduino_1.8.13+dfsg1.orig.tar.xz
 7e94ac3ee2a746a41ae4f3ab8b3008c2 45236 electronics optional arduino_1.8.13+dfsg1-1~exp1.debian.tar.xz
 9da5020b8617632286fb92c95c6ea8c5 13167 electronics optional arduino_1.8.13+dfsg1-1~exp1_amd64.buildinfo
 c29fe2d16e912429d1b0bb83a19bdc9f 6101644 electronics optional arduino_1.8.13+dfsg1-1~exp1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAl/4ha4ACgkQgwFgFCUd
HbAeow//Tq/0R/Sph0yGMogEtrheqNdrwfw3mThUlgB9B3mOcYoEJSX8RFuzbOKl
nZJwjobSE4S/ZQtZuf7G9bFtOB1fZH/CYLKVCkQJxPZYoj9EmaLeynV/dAFB8thy
vcl3oD4mnUetemtErODUauCgWabbzFwRuJCNfbXTVXUvuB5e47wQy7isCi/0DXeb
RI6+0sfz5fj1VcVJV5VrOy0DYgU9PVJUq3lGNaLz3CIExJXuUTy6K/VnsAvRDm8n
mEU5AD9rxBHqr002pWm6pm30iMti8L7kTThDHwyObwGimtkkwX5yqrFwGdrvpcwZ
yObncT9YL4tnQb5ej9c9mxXaO2rUbWqZoV4jH9qYVoCCWBYQsdJP7wc/ko1aeTwN
O8wMC8Snwt6+mdxCKUhg8mvCVygcEl4bOSrW318qvRjS1R0LvqvONKibqJlsLrOP
T2nTjo0DK19speve2FFIN/zWB/TEBroiLBQNDs3NuVCvuM8CUXRArCero1/D0BKd
yR4aqNKeSRYzH6rLIwe01gowKEi3VTtUCXkp1P3c/fwCvror0nS3BeaD+9YtoIRb
PLJYGVzQEH7cF1tfejKhBlxRa1flxi+0QzZXohel1UXuFPTMNXYUa5XgkQS7FfSv
fFpMl8Q1jHOGl2a1NqLSnvV77to/3UfIoMfQc9aT5hr66vsr7Ls=
=ynwm
-----END PGP SIGNATURE-----