ucblogo 5.5-3 source package in Ubuntu

Changelog

ucblogo (5.5-3) unstable; urgency=medium

  * QA upload.
  * Set maintainer to the QA group.
  * Fix FTBFS with glibc 2.22 (closes: #811956)
  * Fix keyp on 64-bit architectures (closes: #744802)
  * Use debhelper compat 9, no dh migration though.
  * Don't ignore make errors.
  * Pass dpkg-buildflags to configure.
  * Drop an article from the short description.

 -- Adam Borowski <email address hidden>  Fri, 25 Mar 2016 04:56:19 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_5.5-3.dsc 1.3 KiB 1b4fc64baf134ced89f9ffabe09e3ae267210c0b248986a72a3e3111dff15e96
ucblogo_5.5.orig.tar.gz 1.2 MiB a2922e065113274dd701ba3b03448134cceb047f3d6cadbe5322e23061e2ff9d
ucblogo_5.5-3.diff.gz 4.4 KiB 64c2da52969d36042787a0ee2c696b69c6deecdd3d95641c472bc5ccfd14502a

No changes file available.

Binary packages built by this source

ucblogo: dialect of lisp using turtle graphics famous for teaching kids

 This is the UC Berkeley implementation of logo written primarily by
 Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
 version of logo is featured in Brian Harvey's book
 _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
 (ISBN 0-262-58151-5). This version provides the following special features:
 .
  - Random-access arrays.
  - Variable number of inputs to user-defined procedures.
  - Mutators for list structure (dangerous).
  - Pause on error, and other improvements to error handling.
  - Comments and continuation lines; formatting is preserved when
    procedure definitions are saved or edited.
  - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
    but LCSI-style syntax (no special forms except TO). The best of
    both worlds.
  - First-class instruction and expression templates.
  - Macros.

ucblogo-dbgsym: debug symbols for package ucblogo

 This is the UC Berkeley implementation of logo written primarily by
 Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
 version of logo is featured in Brian Harvey's book
 _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
 (ISBN 0-262-58151-5). This version provides the following special features:
 .
  - Random-access arrays.
  - Variable number of inputs to user-defined procedures.
  - Mutators for list structure (dangerous).
  - Pause on error, and other improvements to error handling.
  - Comments and continuation lines; formatting is preserved when
    procedure definitions are saved or edited.
  - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
    but LCSI-style syntax (no special forms except TO). The best of
    both worlds.
  - First-class instruction and expression templates.
  - Macros.