From: Miroslav Ondra Date: Wed, 7 Oct 2020 15:46:20 +0000 (+0200) Subject: Fix Provides: unipi-kernel-modules(=VER) X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=17fd0f8e12ca031007af4874d66c7b21267ed0d8;p=graphit%2Funipi-kernel.git Fix Provides: unipi-kernel-modules(=VER) --- diff --git a/debian/control.g1 b/debian/control.g1 index c397cd8..c164566 100644 --- a/debian/control.g1 +++ b/debian/control.g1 @@ -2,7 +2,7 @@ Package: g1-unipi-kernel-modules Architecture: arm64 Pre-Depends: unipi-common Depends: ${misc:Depends}, g1-kernel-image(=${PKG-KERNEL-VER}), unipi-firmware (>=5.50) -Provides: unipi-kernel-modules(=${PROJECT_VERSION}) +Provides: unipi-kernel-modules(=${PROJECT-VERSION}) Replaces: unipi-kernel-modules Breaks: unipi-kernel-modules Description: UniPi G1 kernel modules diff --git a/debian/rules.arm64 b/debian/rules.arm64 index 8076611..333c2de 100755 --- a/debian/rules.arm64 +++ b/debian/rules.arm64 @@ -47,8 +47,8 @@ override_dh_prep: @dh_prep --exclude=unipi-kernel-modules.substvars @echo PKG-KERNEL-VER=${PKG_KERNEL_VER} > debian/unipi-kernel-modules.substvars @echo PKG-KERNEL-VER=${PKG_KERNEL_VER} > debian/$(PLATFORM)-unipi-kernel-modules.substvars - @echo PROJECT_VERSION=${PROJECT_VERSION} >> debian/unipi-kernel-modules.substvars - @echo PROJECT_VERSION=${PROJECT_VERSION} >> debian/$(PLATFORM)-unipi-kernel-modules.substvars + @echo PROJECT-VERSION=${PROJECT_VERSION} >> debian/unipi-kernel-modules.substvars + @echo PROJECT-VERSION=${PROJECT_VERSION} >> debian/$(PLATFORM)-unipi-kernel-modules.substvars ( sed 's/)/.${PKG_KERNEL_VER})/;q' debian/changelog; \ printf "\n * Compiled for $(PLATFORM)-kernel-image\n";\ printf "\n -- auto-generator %s\n\n" "`date -R`"; \