From: Michael Tremer Date: Sun, 14 Aug 2022 12:23:30 +0000 (+0000) Subject: Makefile: Pack all debian files into the tarball X-Git-Tag: 0.9.14~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8971ba026103ab7b81b6d5542f54e363c6177ac;p=location%2Flibloc.git Makefile: Pack all debian files into the tarball Signed-off-by: Michael Tremer --- 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