altos (1.9.22-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.9.22-2 > 1.9.22-1
- Git: git://git.gag.com/fw/altos -b debian
-
- Branch: debian
- Path: debian/changelog
- Repo size: 318332928
- Browser: http://git.gag.com/?p=fw/altos
- Last scan: 2025-09-05 12:44:03+00
- Next scan: 2025-09-06 15:06:00+00
- Debian changelog in Git:
altos (1.9.22-2) UNRELEASED; urgency=medium
* Change asciidoctor-pdf dependency to allow cross builds
-- Keith Packard <keithp@keithp.com> Mon, 01 Sep 2025 16:38:21 -0500
- This branch is 8 commits ahead of tag debian/1.9.22-1
- Git log:
commit a4b762aa063cb384e36af5dfbb37b02094b7edef
Author: Keith Packard <keithp@keithp.com>
Date: Thu Sep 4 12:21:47 2025 -0700
debian: Build depend on default-jdk-headless
When building the package, we don't need to run any java apps with a
GUI, we just need the compiler. Switching the dependency reduces
the number of packages loaded at build time by a bunch.
Signed-off-by: Keith Packard <keithp@keithp.com>
commit faae0c280a154f6d3853087f3d5bda7d8ca107bd
Author: Keith Packard <keithp@keithp.com>
Date: Thu Sep 4 08:19:58 2025 -0700
debian: Improve cross building performance
Replace host arch packages with native ones for tools used during the
build which operate in an architecturally neutral fashion. Presumably
these should be fixed to use Multi-Arch: foreign in their package
description?
Signed-off-by: Keith Packard <keithp@keithp.com>
commit f74f83e6a8d5ac3d7c5431cd15792558e3ed877e
Author: Bdale Garbee <bdale@gag.com>
Date: Wed Sep 3 13:40:24 2025 -0600
mark -2 as unreleased
commit 8a8d7874357659e74404b5bc0892cac0771b526f
Author: Keith Packard <keithp@keithp.com>
Date: Mon Sep 1 16:38:52 2025 -0500
debian: Version 1.9.22-2
Signed-off-by: Keith Packard <keithp@keithp.com>
commit 838f3eb97a81d27fbc615aaa862a78eb2eb23f26
Author: Keith Packard <keithp@keithp.com>
Date: Wed Sep 3 09:27:39 2025 -0700
debian: Allow for cross building
Annotate build deps for default-jdk, nickle and cairo-5c with :native
so that we use native tools instead of running the host arch binaries
under emulation.
Signed-off-by: Keith Packard <keithp@keithp.com>
commit 4104f9bd9653c5932e9aeac2b2523c4fcbcebc2e
Author: Keith Packard <keithp@keithp.com>
Date: Mon Sep 1 17:17:28 2025 -0500
debian: Add gbp.conf
commit aae460f31b9bc675c70bb2b6a2138dffc2e5342c
Author: Keith Packard <keithp@keithp.com>
Date: Mon Sep 1 17:07:20 2025 -0500
debian: Make sure we don't try to build altosdroid
Signed-off-by: Keith Packard <keithp@keithp.com>
commit f192b548337def854e4af3d0a97c7f5ba7bff853
Author: Keith Packard <keithp@keithp.com>
Date: Mon Sep 1 16:37:28 2025 -0500
debian: Switch to asciidoctor-pdf dependency
ruby-asciidoctor-pdf is now just the ruby module; the command line
is in the asciidoctor-pdf package and carries the correct dependencies to
allow for cross builds of the altos package.
Signed-off-by: Keith Packard <keithp@keithp.com>