Packages: added unitc and setup-unit.

This commit is contained in:
Konstantin Pavlov
2023-03-30 16:03:41 -07:00
parent c54331fa3d
commit 73c6c8a7f7
5 changed files with 15 additions and 2 deletions

View File

@@ -199,7 +199,8 @@ endif
debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian
cd ../.. && tar -czf pkg/deb/debuild/$(SRCDIR).tar.gz \
--transform "s#^#$(SRCDIR)/#" \
LICENSE NOTICE CHANGES README.md CONTRIBUTING.md configure auto src test version go pkg/contrib docs/man/unitd.8.in
LICENSE NOTICE CHANGES README.md CONTRIBUTING.md configure auto src \
test tools version go pkg/contrib docs/man/unitd.8.in
mv debuild/$(SRCDIR).tar.gz debuild/unit_$(VERSION).orig.tar.gz
cd debuild && tar zxf unit_$(VERSION).orig.tar.gz