Packages: added libunit-wasm and headers to deb packaging.
This commit is contained in:
@@ -241,7 +241,7 @@ debuild/unit_$(VERSION).orig.tar.gz: | debuild/$(SRCDIR)/debian
|
||||
|
||||
unit: check-build-depends-unit debuild/unit_$(VERSION).orig.tar.gz debuild/$(SRCDIR)/debian/changelog
|
||||
@echo "===> Building $@ package"
|
||||
cd debuild/$(SRCDIR) && debuild -us -uc
|
||||
cd debuild/$(SRCDIR) && debuild --preserve-envvar PATH --preserve-envvar RUSTUP_HOME -us -uc
|
||||
mkdir -p debs
|
||||
find debuild/ -maxdepth 1 -type f -exec cp {} debs/ \;
|
||||
ln -s debuild/$(SRCDIR)/build $@
|
||||
@@ -314,7 +314,7 @@ endif
|
||||
|
||||
unit-%: check-build-depends-% | debuild-%
|
||||
@echo "===> Building $@ package"
|
||||
cd debuild-$*/$(SRCDIR) && debuild -us -uc
|
||||
cd debuild-$*/$(SRCDIR) && debuild --preserve-envvar PATH --preserve-envvar RUSTUP_HOME -us -uc
|
||||
mkdir -p debs
|
||||
find debuild-$*/ -maxdepth 1 -type f -exec cp {} debs/ \;
|
||||
ln -s debuild-$*/$(SRCDIR)/build $@
|
||||
|
||||
@@ -6,7 +6,9 @@ Build-Depends: debhelper (>= 11),
|
||||
linux-libc-dev,
|
||||
libssl-dev,
|
||||
libpcre2-dev,
|
||||
pkg-config
|
||||
pkg-config,
|
||||
clang,
|
||||
llvm
|
||||
Standards-Version: 4.1.4
|
||||
Homepage: https://unit.nginx.org
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
usr/bin
|
||||
usr/sbin
|
||||
usr/lib/unit
|
||||
usr/include/unit
|
||||
var/lib/unit
|
||||
|
||||
@@ -25,6 +25,11 @@ njs:
|
||||
cd pkg/contrib && make .njs
|
||||
touch $@
|
||||
|
||||
libunit-wasm:
|
||||
dh_testdir
|
||||
cd pkg/contrib && make .libunit-wasm
|
||||
touch $@
|
||||
|
||||
config.env.%: njs
|
||||
dh_testdir
|
||||
mkdir -p $(BUILDDIR_$*)
|
||||
@@ -92,7 +97,7 @@ build-arch: build-arch.unit build-arch.unit_debug
|
||||
dh_testdir
|
||||
touch $@
|
||||
|
||||
build: build-arch build-indep
|
||||
build: build-arch build-indep libunit-wasm
|
||||
dh_testdir
|
||||
touch $@
|
||||
|
||||
@@ -123,6 +128,9 @@ install: build do.tests
|
||||
install -m 644 README.md $(INSTALLDIR)/usr/share/doc/unit/
|
||||
install -m 644 CONTRIBUTING.md $(INSTALLDIR)/usr/share/doc/unit/
|
||||
install -m 644 NOTICE $(INSTALLDIR)/usr/share/doc/unit/
|
||||
mkdir -p $(INSTALLDIR_dev)/usr/include/unit
|
||||
install -m644 $(CURDIR)/pkg/contrib/libunit-wasm/src/c/libunit-wasm.a $(INSTALLDIR_dev)/usr/lib/$(DEB_HOST_MULTIARCH)/libunit-wasm.a
|
||||
install -m644 $(CURDIR)/pkg/contrib/libunit-wasm/src/c/include/unit/unit-wasm.h $(INSTALLDIR_dev)/usr/include/unit/
|
||||
|
||||
binary-indep: build install
|
||||
dh_testdir
|
||||
|
||||
Reference in New Issue
Block a user