Debian Package Tracker
Register | Log in
Subscribe

ucblogo

dialect of lisp using turtle graphics famous for teaching kids

Choose email to subscribe with

general
  • source: ucblogo (main)
  • version: 6.2.5-1
  • maintainer: Barak A. Pearlmutter (DMD) (LowNMU)
  • arch: any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 6.2.1-2
  • oldstable: 6.2.2-3
  • stable: 6.2.5-1
  • testing: 6.2.5-1
  • unstable: 6.2.5-1
versioned links
  • 6.2.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.2.2-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.2.5-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • ucblogo (2 bugs: 0, 2, 0, 0)
action needed
AppStream hints: 1 error and 1 warning high
AppStream found metadata issues for packages:
  • ucblogo: 1 error and 1 warning
You should get rid of them to provide more metadata about this software.
Created: 2021-01-16 Last update: 2022-01-21 06:05
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 6.2.5-2, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 450050ec59106f3dca0ca518dfae96bcf47520ca
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Aug 26 21:38:31 2025 +0100

    update scripts and log changes

commit 423fc73650b66fc0440ad73e82a3010f48add04c
Merge: 5dd1b7e 2d4140c
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Aug 26 21:36:03 2025 +0100

    Merge remote-tracking branch 'upstream/master' into debian

commit 2d4140cc77d971f64474c616edb72a876fb74a54
Author: 1bildung <66473636+1bildung@users.noreply.github.com>
Date:   Mon Apr 28 03:59:47 2025 +0200

    Enable AltGr in wxTerminal. (#218)
    
    * Modify checking for keyboard modifiers to enable AltGr in wxTerminal.
    
    ---------
    
    Co-authored-by: m_b <service@pop-os.localdomain>
    Co-authored-by: Joshua J. Cogliati <jrincayc@yahoo.com>

commit 6382f462a070ce2f8ea3da78b1a61f06a9385475
Author: Jeff Laughlin <jeff.laughlin@gmail.com>
Date:   Mon Mar 31 08:21:32 2025 -0400

    Fix race between GC and case object construction (#211)
    
    Pre-allocate that cons, and then mutate it, avoiding calls to newnode() until the case obj is linked back to it's containing object.

commit 96ad50e698c97a5ca035c0e371949df3d24dac67
Merge: f74f029 13038ce
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date:   Sun Mar 23 20:54:10 2025 -0600

    Merge pull request #210 from jrincayc/no_int
    
    Renaming INT to INTT because windef.h defines INT differently.

commit 13038ce821451410690d75cebd9c1bb1112e73ef
Author: Joshua J. Cogliati <jrincayc@yahoo.com>
Date:   Sun Mar 16 18:07:11 2025 -0600

    Renaming INT to INTT because windef.h defines INT differently.

commit f74f029ee338363a7dff5b7f8e2ea00b2d8b9133
Merge: edbbe61 484e22b
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date:   Sun Mar 16 16:42:35 2025 -0600

    Merge pull request #206 from jrincayc/nodetypes_enum
    
    Changing NODETYPES to enum definition.

commit edbbe618d622a747f3c1b09a23805bb10c8dc53c
Author: n1ywb-1 <jeff.laughlin@gmail.com>
Date:   Tue Mar 11 22:26:12 2025 -0400

    Remove Think-C and Turbo C support (#207)
    
    * Remove THINK_C code
    
    * Delete __RZTC__ code
    
    * Remove TURBOC code
    
    * windows build system improvements
    
    * remove ztcterm for dos
    
    * Remove dos.h
    
    * Remove _MSC_VER code
    
    * remove ibm macro code for dos

commit e62251ffd159aacf5b95b252ef4b0af1d265f425
Merge: 6e20e6a 9b4e74a
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date:   Sun Mar 9 15:50:17 2025 -0600

    Merge pull request #205 from n1ywb-1/master
    
    Remove obsolete Classic MacOS and Carbon code

commit 484e22b490e22dfe1eaf70317f0c0e8f51eb4235
Author: Joshua J. Cogliati <jrincayc@yahoo.com>
Date:   Sun Mar 9 13:41:18 2025 -0600

    Changing NODETYPES to enum definition.
    
    This converts NODETYPES from an long int to an ENUM.

commit 9b4e74ad3b6ee0fdbc9fa18fe9bab0769f6a0e2f
Author: Jeff Laughlin <jeff.laughlin@gmail.com>
Date:   Sat Mar 8 13:55:56 2025 -0500

    Remove obsolete Classic MacOS and Carbon code
    
    Passes unit tests on linux
    
    somebody with a mac please test

commit 6e20e6aa9b587ecacb32871f58d0ec235bae55aa
Merge: a021543 6531839
Author: Joshua Cogliati <jrincayc@users.noreply.github.com>
Date:   Sun Mar 2 20:30:30 2025 -0700

    Merge pull request #201 from n1ywb-1/master
    
    Change TIME word to use gettimeofday if available

commit 6531839728dc9f783c4e576ac9a512202c74506d
Author: Jeff Laughlin <jlaughlin@endpoint.com>
Date:   Sat Mar 1 00:39:46 2025 -0500

    Change TIME word to use gettimeofday if present
    
    This way TIME returns microsecond resolution on all modern unix systems.
    
    Previously gettimeofday was only used on __APPLE__
    
    Fallback to the old time function for 1-second resolution for ancient
    systems.

commit 9a3d8b9f5bc60febe1165dba75c64c132bcb9178
Author: Jeff Laughlin <jlaughlin@endpoint.com>
Date:   Sat Mar 1 00:39:06 2025 -0500

    Add autoconf test for gettimeofday
Created: 2025-08-27 Last update: 2025-09-12 00:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.7.0).
Created: 2025-02-21 Last update: 2025-02-27 13:25
news
[rss feed]
  • [2025-02-19] ucblogo 6.2.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-13] Accepted ucblogo 6.2.5-1 (source) into unstable (Barak A. Pearlmutter)
  • [2024-10-13] ucblogo 6.2.4-2 MIGRATED to testing (Debian testing watch)
  • [2024-10-07] Accepted ucblogo 6.2.4-2 (source) into unstable (Barak A. Pearlmutter)
  • [2024-10-06] Accepted ucblogo 6.2.4-1.1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2024-08-10] ucblogo REMOVED from testing (Debian testing watch)
  • [2023-06-13] ucblogo 6.2.4-1 MIGRATED to testing (Debian testing watch)
  • [2023-03-31] Accepted ucblogo 6.2.4-1 (source) into unstable (Barak A. Pearlmutter)
  • [2023-03-23] Accepted ucblogo 6.2.3-1 (source) into unstable (Barak A. Pearlmutter)
  • [2022-09-21] ucblogo 6.2.2-3 MIGRATED to testing (Debian testing watch)
  • [2022-09-15] Accepted ucblogo 6.2.2-3 (source) into unstable (Barak A. Pearlmutter)
  • [2022-01-30] ucblogo 6.2.2-2 MIGRATED to testing (Debian testing watch)
  • [2022-01-24] Accepted ucblogo 6.2.2-2 (source) into unstable (Barak A. Pearlmutter)
  • [2022-01-19] ucblogo 6.2.2-1 MIGRATED to testing (Debian testing watch)
  • [2022-01-13] Accepted ucblogo 6.2.2-1 (source) into unstable (Barak A. Pearlmutter)
  • [2021-01-21] ucblogo 6.2.1-2 MIGRATED to testing (Debian testing watch)
  • [2021-01-16] Accepted ucblogo 6.2.1-2 (source) into unstable (Barak A. Pearlmutter)
  • [2021-01-15] Accepted ucblogo 6.2.1-1 (source) into unstable (Barak A. Pearlmutter)
  • [2020-07-27] ucblogo 6.1-1 MIGRATED to testing (Debian testing watch)
  • [2020-07-21] Accepted ucblogo 6.1-1 (source) into unstable (Barak A. Pearlmutter)
  • [2020-01-11] ucblogo 6.1-0.1 MIGRATED to testing (Debian testing watch)
  • [2020-01-05] Accepted ucblogo 6.1-0.1 (source) into unstable (Boyuan Yang)
  • [2019-10-19] ucblogo REMOVED from testing (Debian testing watch)
  • [2018-02-22] ucblogo 6.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2018-02-16] Accepted ucblogo 6.0+dfsg-2 (source amd64) into unstable (Barak A. Pearlmutter)
  • [2016-04-25] ucblogo 6.0+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2016-04-14] Accepted ucblogo 6.0+dfsg-1 (source) into unstable (Reiner Herrmann) (signed by: Mattia Rizzolo)
  • [2016-03-30] ucblogo 5.5-3 MIGRATED to testing (Debian testing watch)
  • [2016-03-25] Accepted ucblogo 5.5-3 (source) into unstable (Adam Borowski)
  • [2008-06-19] ucblogo 5.5-2.1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 2
  • RC: 0
  • I&N: 2
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 6.2.5-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing