[Gambas-user] Gambas packager warning for Debian 12 derivations.
Martin
mbelmonte at belmotek.net
Thu Sep 29 19:46:54 CEST 2022
Hi,
There are, maybe, an error in the Package.module [1] because in 12
version is not supported the compatibility for version 9
The constant:
Private Const DEBIAN_DEBHELPER_VERSION As String = "9"
maybe should be:
Private Const DEBIAN_DEBHELPER_VERSION As String = "10"
Why is a constant ?
Shouldn't it be a variable that depends on the system on which gambas is
installed?
[1]
https://gitlab.com/gambas/gambas/-/blob/master/app/src/gambas3/.src/Packager/Package.module
Thanks.
Martín.
More information about the User
mailing list