I'd missed that this project is using git.mk, so .gitignore is meant
to be a generated file here.
Update git.mk from its upstream
build: Add more files to be ignored by the generated .gitignore
build: Regenerate .gitignore when any Makefile changes
tests: Include test-basic.sh in dist tarballs with newer Automake
The previous setup using $(addprefix) seems to be included in dist
tarballs by the Automake used in Gitlab-CI, but not by the Automake
in Debian unstable. Simplify the test setup so both work.
This also results in the .test files being generated in tests/ rather
than at top level, reducing clutter a bit.
tests: Add tests/git-evtag-compute-py to dist tarball unconditionally
Adding this to EXTRA_DIST inside a conditional seems to work differently
for different versions of Automake. Take it out of the conditional to
make it more reliable.
build: Use subdir-objects Automake option to avoid some warnings
build: Remove GObject-Introspection machinery
This silences some warnings about duplicated variables, and also removes
some unnecessary code; there's no library here, so there's certainly
nothing to introspect.
Revert addition of .gitignore
I'd missed that this project is using git.mk, so .gitignore is meant to be a generated file here.
Update git.mk from its upstream
build: Add more files to be ignored by the generated .gitignore
build: Regenerate .gitignore when any Makefile changes
tests: Include test-basic.sh in dist tarballs with newer Automake
The previous setup using $(addprefix) seems to be included in dist tarballs by the Automake used in Gitlab-CI, but not by the Automake in Debian unstable. Simplify the test setup so both work.
This also results in the .test files being generated in tests/ rather than at top level, reducing clutter a bit.
tests: Add tests/git-evtag-compute-py to dist tarball unconditionally
Adding this to EXTRA_DIST inside a conditional seems to work differently for different versions of Automake. Take it out of the conditional to make it more reliable.
build: Use subdir-objects Automake option to avoid some warnings
build: Remove GObject-Introspection machinery
This silences some warnings about duplicated variables, and also removes some unnecessary code; there's no library here, so there's certainly nothing to introspect.