The core 'LanguageGetMagic' hook we used originally was was removed
completely in version 1.33.0 (after being deprecated in 1.16.0).
So transform into the new style, again adapted from:
https://www.mediawiki.org/wiki/Manual:Parser_functions
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.
all three binary packages are bootstrappable on a straight Debian host,
so there is no need to call dpkg-buildpackage separately for each of
them.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>