nbc 1.2.1.r4+dfsg-1 source package in Ubuntu

Changelog

nbc (1.2.1.r4+dfsg-1) unstable; urgency=low


  * added patch to fix clean target nbcunix.mak (thanks to Petter Reinholdtsen)
  * improved rules file and removed the 10-add_makefile.patch patch
    as unnecessary (thanks to Petter Reinholdtsen)
  * added hardenning option into nbcunix.mak to patch
  * changed the standards version to 3.9.4 (no other changes)
  * changed copyright format uri to versioned one
  * added patch to solve spelling errors
  * added LEGO in short description to better description
  * install rules file by dh_installudev
  * moved nbc.1 from patch to debian/ directory and added license item
    in copyright file for it
  * changed license of the debian/* files to MPL, to simplify licencing
  * removed png/* from source; because uncluean license and while it is not
    necessary in Linux release
  * removed GIFImage.pas from source; because DFSG violation and while it is not
    necessary in Linux release
  * upload sponsored by Petter Reinholdtsen
  * initial Debian release (Closes: #518230, #660314)

 -- Slavko <email address hidden>  Wed, 02 Jan 2013 11:35:46 +0100

Upload details

Uploaded by:
Slavko
Uploaded to:
Sid
Original maintainer:
Slavko
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
nbc_1.2.1.r4+dfsg-1.dsc 1.1 KiB 28c627b6221e1ae24add884672e2122f012d8879517153f0d80703b4fddfa10c
nbc_1.2.1.r4+dfsg.orig.tar.gz 518.1 KiB 3c92d789865a04c1e72e9ad274635b50d34b4c010fcd11e55d03c5620c3363a8
nbc_1.2.1.r4+dfsg-1.debian.tar.gz 5.6 KiB a610db56ccfb348e633b59afda6c473a897ea3c82bedaceca508128d25470168

No changes file available.

Binary packages built by this source

nbc: Compiler for LEGO Mindstorms NXT bricks

 Next Byte Codes (NBC) is a simple language with an assembly language syntax
 that can be used to program LEGO's NXT programmable brick (from the new LEGO
 Mindstorms NXT set).
 .
 Not eXactly C (NXC) is a high level language, similar to C, built on top of the
 NBC compiler. It can also be used to program the NXT brick. NXC is basically
 NQC for the NXT. To compile NXC programs just use the NBC compiler with source
 code files that have a .nxc file extension.
 .
 If you are just getting started with programming, then graphical environments
 such as the Mindstorms NXT software may be better choices for you. If, however,
 you're a programmer and you prefer typing a few lines to drag and drop icon
 programming, then either NBC or NXC may be perfect for you.