Debian Package Tracker
Register | Log in
Subscribe

tinyscheme

Very small scheme implementation

Choose email to subscribe with

general
  • source: tinyscheme (main)
  • version: 1.42.svn.2020.06.04-2
  • maintainer: Barak A. Pearlmutter (DMD) (LowNMU)
  • arch: any
  • std-ver: 4.5.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: 1.41-1.1
  • oldstable: 1.41.svn.2016.03.21-1
  • stable: 1.42.svn.2020.06.04-2
  • testing: 1.42.svn.2020.06.04-2
  • unstable: 1.42.svn.2020.06.04-2
versioned links
  • 1.41-1.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.41.svn.2016.03.21-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.42.svn.2020.06.04-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • tinyscheme (1 bugs: 0, 1, 0, 0)
action needed
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 1.42.svn.2020.09.28-1, 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 80de71adf3323f3669dea39e690793efff1182c2
Merge: 6e11768 f837753
Author: Jelmer Vernooij <jelmer@debian.org>
Date:   Fri Nov 4 17:07:08 2022 +0000

    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request debian/tinyscheme!1

commit f837753fd4bfc371b3fea7c136ab05bca711b942
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Oct 15 04:23:08 2022 +0000

    Update standards version to 4.6.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

commit 6d3069c244033193f17d90510a28384676df256d
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Oct 15 04:23:02 2022 +0000

    Use secure URI in Homepage field.
    
    Changes-By: lintian-brush
    Fixes: lintian: homepage-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

commit 6e117686b1f2882b7e590263a67753b29583c29e
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 23:16:34 2021 +0100

    log changes

commit 597a5ca2c5e062f14e32880c6c1874591c1effa6
Merge: 336d395 7793f9e
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 23:14:43 2021 +0100

    Merge tag 'upstream/1.42.svn.2020.09.28'

commit 7793f9e181ec4c020eedc3fa69407666270023d4
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Mon Sep 28 19:52:04 2020 +0000

    Eliminated possible compiler warning.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@130 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 57a97f4b293fb720844ff25eec8430291b3ef229
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Sep 27 21:18:22 2020 +0000

    mk_atom forgot to set has_fp_exp. From patch #21 by Jesse Rosenstock.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@129 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 33d56f9e8b3f949a7c78a98d16f22627c5700c4f
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Sep 27 20:26:54 2020 +0000

    Use trunc() from C99. From patch #20 by Jesse Rosenstock.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@128 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 3cd9e67ce777eabf08ecf27cbc772cb90414fe6e
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Sep 27 20:06:33 2020 +0000

    Use x and y declared at top of opexe_2 to save repeating some car() and
    cadr() calls. Partly done for consistency with other opexe_ routines.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@127 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit dff81a5074f86140b9953ced967d5a082b03edde
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Tue Sep 22 23:31:57 2020 +0000

    Oops. The is_integer checks needed to be negated.
    Fixes bug #45. From a patch by Rodion Gorkovenko.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@126 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 187597aa4085d1f5e1f7abe7d31494d279c63716
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Aug 2 18:38:06 2020 +0000

    Don't define APPLE in the makefile. From patch #17 by Jesse Rosenstock.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@125 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit c2e3fa99729dddb260a87a60c4b18cb8dcc2b8ef
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Aug 2 18:22:25 2020 +0000

    Eliminated compiler warning.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@124 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 16faaeefe50123c3bde6c90f42b593cb27a57d00
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sun Aug 2 18:18:10 2020 +0000

    Corrected comment about sign of remainder result. Compile with -Wall.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@123 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 035141da433ac5d3f757415a7fda1396bd3d672b
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Thu Jun 25 17:07:35 2020 +0000

    R5RS compatibility fix. Return proper type for remainder and modulo.
    
    The changes include the patch from patch #24 by Jesse Rosentstock.
    Additional changes include quotient only taking two arguments, and a
    minor optimization in execution of quotient, remainder, and modulo.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@122 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit f37032fc39fd8a10afb4d9bb5a449c9355c9b2e6
Author: kcozens <kcozens@4a0124f5-7288-4c88-8df5-efb20b5748ad>
Date:   Sat Jun 13 17:55:50 2020 +0000

    Don't define APPLE in makefile. From patch #16 by Jesse Rosenstock.
    
    
    git-svn-id: svn://svn.code.sf.net/p/tinyscheme/code/trunk@121 4a0124f5-7288-4c88-8df5-efb20b5748ad

commit 336d395e8f75fd57e1a04cdd48bb2ff4c7154ca5
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 23:06:03 2021 +0100

    update git ignore

commit 49d82756ff5396d1acee975f2abc2a026e000a8d
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 23:01:48 2021 +0100

    cherry pick cond-expand patch

commit dd60d6b8890c793e126bd966bf9488f2d870c6b8
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 22:57:31 2021 +0100

    Update watch file format version to 4.
    
    Changes-By: lintian-brush
    Fixes: lintian: older-debian-watch-file-standard
    See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

commit 7e60cce5e34fd62393e9eab9e5eea4f14e60d474
Author: Barak A. Pearlmutter <barak+git@pearlmutter.net>
Date:   Tue Jul 20 22:57:20 2021 +0100

    Update standards version to 4.5.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
Created: 2021-07-20 Last update: 2023-03-25 12:10
debian/patches: 1 patch to forward upstream low

Among the 1 debian patch available in version 1.42.svn.2020.06.04-2 of the package, we noticed the following issues:

  • 1 patch where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2023-02-26 15:54
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.5.0).
Created: 2020-11-17 Last update: 2022-12-17 19:18
news
[rss feed]
  • [2020-06-14] tinyscheme 1.42.svn.2020.06.04-2 MIGRATED to testing (Debian testing watch)
  • [2020-06-09] Accepted tinyscheme 1.42.svn.2020.06.04-2 (source) into unstable (Barak A. Pearlmutter)
  • [2020-06-08] Accepted tinyscheme 1.42.svn.2020.06.04-1 (source) into unstable (Barak A. Pearlmutter)
  • [2017-06-20] tinyscheme 1.41.svn.2016.03.21-1 MIGRATED to testing (Debian testing watch)
  • [2017-05-03] Accepted tinyscheme 1.41.svn.2016.03.21-1 (source amd64) into unstable (Barak A. Pearlmutter)
  • [2015-07-30] tinyscheme 1.41-1.1 MIGRATED to testing (Britney)
  • [2015-07-24] Accepted tinyscheme 1.41-1.1 (source) into unstable (gregor herrmann)
  • [2015-07-11] tinyscheme REMOVED from testing (Britney)
  • [2013-05-05] tinyscheme 1.41-1 MIGRATED to testing (Debian testing watch)
  • [2013-04-22] Accepted tinyscheme 1.41-1 (source amd64) (Barak A. Pearlmutter)
  • [2013-02-26] Accepted tinyscheme 1.40.svn.2012.12.14-1 (source amd64) (Barak A. Pearlmutter)
  • [2008-10-05] tinyscheme 1.37-3.1 MIGRATED to testing (Debian testing watch)
  • [2008-09-24] Accepted tinyscheme 1.37-3.1 (source i386) (Luca Falavigna) (signed by: Patrick Schoenfeld)
  • [2006-06-28] tinyscheme 1.37-3 MIGRATED to testing (Debian testing watch)
  • [2006-06-15] Accepted tinyscheme 1.37-3 (source i386) (MJ Ray (Debian)) (signed by: MJ Ray)
bugs [bug history graph]
  • all: 1
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.42.svn.2020.06.04-2

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