From e8971ba026103ab7b81b6d5542f54e363c6177ac Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 14 Aug 2022 12:23:30 +0000 Subject: [PATCH] Makefile: Pack all debian files into the tarball Signed-off-by: Michael Tremer --- Makefile.am | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index fc24614..eef75c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -514,16 +514,21 @@ upload-man: $(MANPAGES_HTML) EXTRA_DIST += \ debian/build.sh \ debian/changelog \ - debian/compat \ debian/control \ debian/copyright \ - debian/location.install \ - debian/location.manpages \ - debian/location-python.install \ + debian/genchangelog.sh \ + debian/gensymbols.sh \ debian/libloc1.install \ + debian/libloc1.symbols \ debian/libloc-dev.install \ + debian/location.install \ + debian/location.postinst \ + debian/location.postrm \ + debian/python3-location.examples \ + debian/python3-location.install \ debian/rules \ - debian/source/format + debian/source/format \ + debian/watch .PHONY: debian debian: dist -- 2.39.5