The README patches are the same that I submitted earlier with a couple of changes: the news section now mentions that autotools has been replaced with meson, and one commit message needed tweaking now that we've had a couple of PulseAudio releases after 12.0. Tanu Kaskinen (8): remove the autotools build system README: remove the copyright notice README: add "Bug Reports" and "Contributing Code" sections README: remove the "Acknowledgements" section README: add a news item for the upcoming release README: remove reference to an ancient Debian version README: clarify the PulseAudio version requirement README: remove the page footer .gitignore | 28 -------------- Makefile.am | 61 ------------------------------ autogen.sh | 24 ------------ bootstrap.sh | 67 --------------------------------- configure.ac | 93 ---------------------------------------------- doc/.gitignore | 2 - doc/README.html.in | 35 +++++++++-------- po/.gitignore | 13 ------- src/.gitignore | 2 - src/Makefile.am | 42 --------------------- 10 files changed, 17 insertions(+), 350 deletions(-) delete mode 100644 Makefile.am delete mode 100755 autogen.sh delete mode 100755 bootstrap.sh delete mode 100644 configure.ac delete mode 100644 doc/.gitignore delete mode 100644 po/.gitignore delete mode 100644 src/.gitignore delete mode 100644 src/Makefile.am -- 2.18.0