diff mbox series

[v3,1/2,linux-signed-hwe-edge,SRU,Bionic] UBUNTU: Rename"VERSION" template string to more precise "UNSIGNED_SRC_VERSION"

Message ID 20190514133722.13308-2-dann.frazier@canonical.com
State New
Headers show
Series [v3,1/2,linux-signed-hwe-edge,SRU,Bionic] UBUNTU: Rename"VERSION" template string to more precise "UNSIGNED_SRC_VERSION" | expand

Commit Message

dann frazier May 14, 2019, 1:37 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1824016

I'll be adding UNSIGNED_SRC_PACKAGE in the next commit, so this will keep
the names consistent.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 debian/control.stub | 8 ++++----
 debian/rules        | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/debian/control.stub b/debian/control.stub
index 0f7579c..d59187f 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -8,7 +8,7 @@  Build-Depends:
  python3,
  python3-apt,
  sbsigntool [amd64 arm64],
- HEADERS (>= VERSION),
+ HEADERS (>= UNSIGNED_SRC_VERSION),
 Standards-Version: 3.9.4
 
 Package: linux-image-ABI-generic
@@ -18,7 +18,7 @@  Recommends: ${unsigned:Recommends}
 Suggests: ${unsigned:Suggests}
 Conflicts: ${unsigned:Conflicts}
 Provides: ${unsigned:Provides}
-Built-Using: linux (= VERSION)
+Built-Using: linux (= UNSIGNED_SRC_VERSION)
 Description: Signed kernel image generic
  A kernel image for generic.  This version of it is signed with
  Canonical's UEFI/Opal signing key.
@@ -30,7 +30,7 @@  Recommends: ${unsigned:Recommends}
 Suggests: ${unsigned:Suggests}
 Conflicts: ${unsigned:Conflicts}
 Provides: ${unsigned:Provides}
-Built-Using: linux (= VERSION)
+Built-Using: linux (= UNSIGNED_SRC_VERSION)
 Description: Signed kernel image lowlatency
  A kernel image for lowlatency.  This version of it is signed with
  Canonical's UEFI signing key.
@@ -41,7 +41,7 @@  Section: debian-installer
 Priority: extra
 Provides: kernel-signed-image
 Architecture: amd64 arm64 ppc64el
-Built-Using: linux (= VERSION)
+Built-Using: linux (= UNSIGNED_SRC_VERSION)
 Description: Signed kernel image generic for the Debian installer
  A kernel image for generic.  This version of it is signed with
  Canonical's UEFI signing key.  It is intended for the Debian installer,
diff --git a/debian/rules b/debian/rules
index 926c4ae..733f106 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@  pre-clean:
 	sed <debian/control.stub >debian/control			\
 		-e "s/HEADERS/$(src_headers)/g"				\
 		-e "s/ABI/$(src_abi)/g"					\
-		-e "s/VERSION/$(src_version)/g"
+		-e "s/UNSIGNED_SRC_VERSION/$(src_version)/g"
 	rm -rf ./$(src_version) UNSIGNED SIGNED
 	rm -f 	debian/linux-image-*.install				\
 		debian/linux-image-*.preinst 				\