]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Make --extract-filelist match gnulib-tool.sh.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 21 Mar 2024 00:51:55 +0000 (17:51 -0700)
committerBruno Haible <bruno@clisp.org>
Thu, 21 Mar 2024 15:49:06 +0000 (16:49 +0100)
commite8af5902305911b4b7fda933347422b3b12e84ec
treecfae7b65dd81f71b6408514373e1fa5694d4ad18
parent74f000c7d9d3cea55b6ad3131cf9e36076b08289
gnulib-tool.py: Make --extract-filelist match gnulib-tool.sh.

* pygnulib/GLModuleSystem.py (GLModule.getFiles_Raw): New function which
returns the 'Files:' section from a module unchanged.
(GLModule.getFiles): Use it.
* pygnulib/main.py (main): Use it and match the output of gnulib-tool.sh
for --extract-filelist.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/main.py