libnxt 0.3-11 source package in Ubuntu

Changelog

libnxt (0.3-11) unstable; urgency=medium

  * Added 1040-ccflags-command-line.patch to fix one reproducible
    build issue.
  * Added 1050-ldflags-command-line.patch to improve binary
    fortification.
  * Converted d/watch to a no-op version documenting upstream is
    missing.
  * Dropped no longer working home page url from d/control.
  * Moved to debhelper-compat dependency.
  * Changed license of appstream metainfo file to match license in
    d/copyright.

 -- Petter Reinholdtsen <email address hidden>  Sat, 02 Oct 2021 07:28:55 +0200

Upload details

Uploaded by:
Debian LEGO Team
Uploaded to:
Sid
Original maintainer:
Debian LEGO Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnxt_0.3-11.dsc 1.9 KiB a7ce6dd170ae4b411b79f149509c8f00f36c01b4b5b8346f7a27de26144aa9df
libnxt_0.3.orig.tar.gz 15.9 KiB fe310cb917ec69d4e20f9d70ef96d9eec51d0434a8a3580c8a6615488526f8cf
libnxt_0.3-11.debian.tar.xz 6.5 KiB b7dcc34b520f2c55f240583bffe295c42e674c1223963c20e1fc1d9957f597ae

Available diffs

No changes file available.

Binary packages built by this source

libnxt: utility library for talking to the LEGO Mindstorms NXT brick

 LibNXT is an utility library for talking to the LEGO Mindstorms NXT intelligent
 brick at a relatively low level. It currently does:
  * Handling USB communication and locating the NXT in the USB tree.
  * Interaction with the Atmel AT91SAM boot assistant.
  * Flashing of a firmware image to the NXT.
  * Execution of code directly in RAM.
 .
 The design of LibNXT is layered, meaning you can plug into it at any level of
 complexityor abstraction you desire, from the lowest level USB bulk bit-pushing
 interface, to an API exposing the SAM-BA commandset, right up to just calling
 nxt_firmware_flash() and having everything taken care of!
 .
 This package provides two binary utils:
  * fwflash is the program that uses LibNXT. As its name hints, its purpose is
    to take a NXT firmware image file and flash it to a connected NXT device.
  * fwexec is another utility, which takes a specially compiled firmware image,
   uploads it to the NXT's RAM, and executes it directly from there.

libnxt-dbgsym: debug symbols for libnxt