Packages: relaxed dependencies between modules and base package.

This allows us to update base or single modules packages without
updating the whole set.
This commit is contained in:
Konstantin Pavlov
2022-11-04 16:52:19 +04:00
parent 9ea5ed2813
commit 2ac4a7527d
5 changed files with 6 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ debuild/$(SRCDIR)/debian:
echo '3.0 (quilt)' > debuild/$(SRCDIR)/debian/source/format ; \
cat debian/control.in | sed \
-e "s#%%PACKAGE_VENDOR%%#$(PACKAGE_VENDOR)#g" \
-e "s#%%UNIT_VERSION%%#$(VERSION)#g" \
> debuild/$(SRCDIR)/debian/control ; \
cat debian/rules.in | sed \
-e "s#%%CONFIGURE_ARGS%%#$(CONFIGURE_ARGS)#g" \