gnucash (1:5.10-0.1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/1%5.10-1 tag
- Git: https://salsa.debian.org/debian/gnucash.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1560576
- Browser: https://salsa.debian.org/debian/gnucash
- Last scan: 2025-09-11 22:17:05+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Fgnucash/pipelines?scope=finished&per_page=1 API request failed: 403 Forbidden at /srv/qa.debian.org/data/vcswatch/vcswatch line 431.
- Next scan: 2025-09-18 01:04:00+00
- Merge requests: 1
- Debian changelog in Git:
gnucash (1:5.10-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release.
+ fixed FTBFS in "gnucash-5.8.orig/bindings/python/time64.i"
(Closes: #1091123, #1091409).
-- Loren M. Lang <lorenl@north-winds.org> Wed, 15 Jan 2025 00:42:02 -0800
- This branch is 2 commits ahead of tag debian/1%5.10-1
- Git log:
commit 1838746cea0cb7eb50e7132edbff260ce2b74558
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
Date: Sat Apr 6 16:12:53 2024 +0200
Clean up build directory when cleaning
commit 543b81c3e7b4750814d8bddd4580955fee81359c
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
Date: Sat Apr 6 16:06:31 2024 +0200
d/rules: build tests in parallel as well
The program is built with dh_auto_build, which parallelises per
dpkg-buildpackage -j automatically.
However, the dh_auto_test override simply runs $(MAKE),
which forwards the job control from d/rules, which is unset.
(It's only set with --jobs-force.)
This meant that building the tests took five minutes (longer than the
rest) instead of 20 seconds. Forward parallel= from DEB_BUILD_OPTIONS
set by dpkg-buildpackage.