upstream -- autotoolization: refresh Attempt to refresh and rationalize further the autotools machinery; meant to be submitted to the upstream maintainer team.
upstream: fix: tests: type_js: technical typo Correct a technical typo that, on some 32bits architectures, introduces a type mismatch. This issue was detected with gcc 14 (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086340).
upstream -- libtoolization -- version script support Provides version scripts [1] for the shipped libraries. The map (or version script) is basically generated from the package headers with the help of cproto(1). The version scripts are generated on the fly thought the [auto]make machinery (in maintainer-mode). Meant to be submitted to the upstream maintainer team. [1] https://www.gnu.org/software/gnulib/manual/html_node/LD-Version-Scripts.html