chezscheme (10.0.0+dfsg-5) unstable; urgency=medium

  * Upload to unstable.

 -- Gwen Weinholt <weinholt@debian.org>  Sun, 25 Aug 2024 15:49:23 +0200

chezscheme (10.0.0+dfsg-4) experimental; urgency=medium

  * debian/control: Build-Depend on the native version of zuo
  * debian/patches: Fix builds on s390x, m68k and hppa

 -- Gwen Weinholt <weinholt@debian.org>  Mon, 08 Jul 2024 21:10:31 +0200

chezscheme (10.0.0+dfsg-3) experimental; urgency=medium

  * debian/rules: Be more careful about arguments to rm
  * debian/patches: Auto-detect endianness and word size on Linux

 -- Gwen Weinholt <weinholt@debian.org>  Thu, 04 Jul 2024 00:42:11 +0200

chezscheme (10.0.0+dfsg-2) experimental; urgency=medium

  * Use bytecode for armel; tarm32le does not work
  * debian/rules: Always build with an explicit machine type
  * Move Build-Depends-Arch into Build-Depends to fix indep builds
  * debian/patches: Fix wcwidth() definition for GNU Hurd in expeditor

 -- Gwen Weinholt <weinholt@debian.org>  Mon, 01 Jul 2024 00:48:30 +0200

chezscheme (10.0.0+dfsg-1) experimental; urgency=medium

  * New upstream release
  * debian/copyright: Exclude zuo/ from the upstream tarball
  * debian: New maintainer name
  * debian/control: Add new build-depends zuo
  * debian/control: Set Architecture=any; Chez is portable now
  * debian/README.source: remove obsolete instructions
  * debian/control: Remove obsolete libncurses5-dev build-dep
  * debian/patches: Allow zuo from the system to be used
  * debian/patches: Fix whatis entry in scheme.1.in
  * debian/patches: Skip git submodule checks with --as-is
  * Rebase patches
  * debian: Reworked for extensive upstream changes in 10.0.0

 -- Gwen Weinholt <weinholt@debian.org>  Sun, 23 Jun 2024 19:54:51 +0200

chezscheme (9.5.8+dfsg-1) unstable; urgency=low

  * New upstream release
  * debian/patches: Refresh patches
  * Drop patches applied upstream:
    - 0005-continuation-repair-for-return-arity-error.patch
    - 0006-make-arm32-return-address-encoding-montonic-w.r.t.-o.patch
    - 0007-Add-arm32le-boot-files-missing-in-the-release-tarbal.patch
  * Update the lintian overrides to handle a syntax change
  * debian/copyright: Update copyright years
  * Update to Standards-Version 4.6.1 (no changes)

 -- Göran Weinholt <weinholt@debian.org>  Sat, 01 Oct 2022 20:58:19 +0200

chezscheme (9.5.4+dfsg-4) unstable; urgency=medium

  * chezscheme.postinst: Clean up obsolete versioned alternatives on
    upgrades from buster. Thanks to Andreas Beckmann for the report and
    the patch! (Closes: #986875)

 -- Göran Weinholt <weinholt@debian.org>  Sun, 18 Apr 2021 16:54:30 +0200

chezscheme (9.5.4+dfsg-3) unstable; urgency=medium

  * debian/rules: Only override dh_link if chezscheme is built.
    Thanks to Axel Beckert for the report (Closes: #970507)

 -- Göran Weinholt <weinholt@debian.org>  Thu, 17 Sep 2020 21:27:16 +0200

chezscheme (9.5.4+dfsg-2) unstable; urgency=medium

  * Upload to unstable

 -- Göran Weinholt <weinholt@debian.org>  Tue, 15 Sep 2020 21:18:17 +0200

chezscheme (9.5.4+dfsg-1) experimental; urgency=medium

  [ Göran Weinholt ]
  * New upstream release
  * debian/copyright:
    - Exclude external projects from the repacked tarball.
    - Fix readability, cut redundant NOTICE, new years.
    - Use Expat for debian/, to have one less license.
  * debian/watch: Repack upstream's tarballs
  * debian/gbp.conf: Use new DEP-14 branch names
  * debian/patches: Rebase patches
  * debian/README.source: Updated bootstrap instructions
  * 0005-continuation-repair-for-return-arity-error.patch:
    - Patch from upstream git to fix a crash
  * 0006-make-arm32-return-address-encoding-montonic-w.r.t.-o.patch:
    - Patch from Racket-on-Chez to fix armhf (Closes: #968054)
  * 0007-Add-arm32le-boot-files-missing-in-the-release-tarbal:
    - Adds files for bootstrapping armhf builds
  * debian/control:
    - Add native build-depends on uuid-dev.
    - Add new liblz4 build-dependency.
    - New location for Vcs-{Git,Browser}
  * debian/README.Debian: no longer relevant, deleted
  * Drop the 0001-Dynamically-link-... patch, obsolete
  * debian/rules:
    - Link with -lz & -lz4
    - Fix for cross-compilation
  * Drop the chezschemeX.Y.Z versioning scheme. It was intended to
    allow for packaging of Scheme programs and libraries built with
    Chez, but that did not pan out. The ABI is not stable enough
    for that to be practical.
  * 0007-build-with-marm-on-armhf:
    - Build with -marm on armhf to fix a Thumb-related build error.
  * 0008-Add-usr-share-r6rs-to-the-library-path:
    - New patch to use libraries from /usr/share/r6rs by default.

  [ Helmut Grohne ]
  * Fix FTCBFS: Add missing native build-depends zlib and ncurses.
    (Closes: #967003)

 -- Göran Weinholt <weinholt@debian.org>  Sat, 05 Sep 2020 21:05:13 +0200

chezscheme (9.5.2+dfsg-1) experimental; urgency=low

  * New upstream release
  * debian/copyright: Note non-DFSG files in Files-Excluded
  * debian/watch: Fix the syntax, which was wrong all along
  * debian/gbp.conf: Remove quotes on tags and set upstream-branch
  * debian/control: Add uuid-dev to Build-Depends-Arch
  * Drop xlocale.h and FMTBUFSIZE patches; rebase remaining patches
  * chezscheme.post{inst,rm} should have been chezschemeVER.post{inst,rm}
  * debian/rules: Add {csug,release_notes]/Makefile to the cleanup

 -- Göran Weinholt <weinholt@debian.org>  Sun, 21 Apr 2019 11:46:08 +0200

chezscheme (9.5+dfsg-6) unstable; urgency=medium

  * Remove Built-Using (not needed since policy 4.1.3)
  * Manage the /usr/bin/scheme symlink as an alternative (Closes: #909937)

 -- Göran Weinholt <weinholt@debian.org>  Sun, 30 Sep 2018 13:16:41 +0200

chezscheme (9.5+dfsg-5) unstable; urgency=medium

  * Split -arch/-indep install and build targets to fix FTBFS.
    Thanks to Santiago Vila for the report (Closes: #901104)

 -- Göran Weinholt <weinholt@debian.org>  Sat, 09 Jun 2018 11:23:07 +0200

chezscheme (9.5+dfsg-4) unstable; urgency=medium

  * Fix for insufficiently tested use of boot files in /usr/lib
    (closes: #899062)

 -- Göran Weinholt <weinholt@debian.org>  Sat, 19 May 2018 21:38:45 +0200

chezscheme (9.5+dfsg-3) unstable; urgency=medium

  [ Barak A. Pearlmutter ]
  * update URLs and policy

  [ Göran Weinholt ]
  * Bump to Standards-Version 4.1.4 (no changes)
  * Add Barak A. Pearlmutter to Uploaders. Thanks for sponsoring!
  * Update Maintainer to my @debian.org address
  * -dev: install files in the same location as upstream.
  * -dev: install equates.h and main.o
  * Override lintian warnings for {main,kernel}.o, which are placed in
    upstream's system of arch-specific directories.
  * Double FMTBUFSIZE to fix ftbfs with gcc-8 (closes: #897720).
    Thanks for the report, Matthias Klose.
  * Add chezscheme9.5{,-dev} as a build-dep for armhf when not cross
    compiling.
  * Use boot files from /usr/lib if they are missing in
    boot/<machine-type>, fixing building on buildds (closes: #899062).
    Thanks for the report, Adam Borowski.
  * Drop the armel architecture because it crashes when floating point is
    used (it never worked).

 -- Göran Weinholt <weinholt@debian.org>  Sat, 19 May 2018 10:55:27 +0200

chezscheme (9.5+dfsg-2) unstable; urgency=medium

  [ Barak A. Pearlmutter ]
  * git ignore build DEBris

  [ Göran Weinholt ]
  * Fix from upstream for FTBFS with glibc 2.26 (Closes: #889105).
    Thanks for the report, Jeremy Bicha.
  * Fix duplicated path component in -dev package

 -- Göran Weinholt <goran@weinholt.se>  Fri, 02 Feb 2018 14:05:10 +0100

chezscheme (9.5+dfsg-1) unstable; urgency=medium

  [ Göran Weinholt ]
  * Initial release (closes: #823425).
  * Add support for cross-building from i386/amd64 to armel/armhf.
  * Fix zlib linking in i386 builds.

  [ Barak A. Pearlmutter ]
  * Tell debian/rules that arch i386 is DEB_HOST_GNU_TYPE i686-linux-gnu

 -- Barak A. Pearlmutter <bap@debian.org>  Tue, 26 Dec 2017 02:12:19 +0000
