vcswatch reports that
this package seems to have a new changelog entry (version
0.10.7, 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 66973171b24b0bb9d7e860dc641582c0042b8362
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Sep 23 11:07:31 2023 +0000
Expect US keyboard layout in test
commit bb60f6c87a1e62c86b43340cfd4f6a6cfe44828e
Merge: aa76625 cf0f8bc
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Sep 23 09:25:17 2023 +0000
Merge branch 'cleanup-gzip-in-bd' into 'master'
d/rules: Remove gzip-win32 from list of build dependencies
See merge request installer-team/win32-loader!1
commit cf0f8bcdbb73fb2ec8a70ce4029add1247c5c950
Author: Gioele Barabucci <gioele@svario.it>
Date: Wed Sep 13 19:38:20 2023 +0200
d/rules: Remove gzip-win32 from list of build dependencies
gzip-win32 has been removed from `d/control` in 2020 in commit
650f33f603ef5db687d99fd1a278687e80472ab6.
commit aa7662501cd0226adb49f3f9de07d3e98deff2de
Author: Holger Wansing <hwansing@mailbox.org>
Date: Sun Dec 25 12:49:31 2022 +0100
Updated Catalan debconf translation
commit 0b879623c17183cc9b166e7264c3693ba6435ebc
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date: Sun Dec 4 13:45:21 2022 +0100
Kazakh translation update
commit df53cfe709b72431131f8173435de6d09b717ea7
Author: Thomas Gaugler <thomas@dadie.net>
Date: Tue May 3 21:23:34 2022 +0200
d/changelog: update from git history
commit 5f1a43faf39204c6475d026e97e6e3e235aaf8a7
Author: Thomas Gaugler <thomas@dadie.net>
Date: Tue May 3 21:16:32 2022 +0200
d/control: Update to Standards-Version 4.6.0
commit eac3d2fb1c8e7c2b83db51276ff75d70d30ca32b
Author: Thomas Gaugler <thomas@dadie.net>
Date: Tue May 3 21:15:22 2022 +0200
Mark test dependencies with <!nocheck>
commit 054d417451a83c1a54cbe768131b8a058232096d
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 19:24:46 2022 +0200
d/changelog: update from git history
commit d88ce92ee4635c903a366b214dffd8d07f431beb
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 18:17:07 2022 +0200
Delegate skipping of tests to the test runner script
commit 2adedf7c3a60c0db0e87c458efcc787337e338b4
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 17:58:00 2022 +0200
Avoid immediate exit for expected command fails
Explicitly test the exit status of functions and commands via an if
statement to avoid immediate exits (as configured by set -e).
These checks determine whether or not the tests are going to be skipped.
If wine is not available or the requested architecutre (win64) is not
supported then tests are going to be skipped.
commit 4726515ac11964d18df173f1bc30252f370b6e5a
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 17:46:44 2022 +0200
Disable prompt for mono installer within wine
commit 2f8b1786f780a5e9c4d648a58b445c7a726bb1e9
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 17:44:07 2022 +0200
Check wine availability via command -v
commit c92f2bca96657f0d04f33804686cc84579551b36
Author: Thomas Gaugler <thomas@dadie.net>
Date: Sat Apr 9 17:40:27 2022 +0200
Retain WINEARCH and WINEPREFIX enviroment variables