Adding the software-wheel debian build target

The entry added to debian_stable_wheels.inc by [1]
means that the wheel generation will fail because the
control file does not have an entry for that wheel.

The version needs to be 1.0-1 rather than 1.0.1

Adding the appropriate directives.

[1] https://review.opendev.org/c/starlingx/update/+/877874/7/debian_stable_wheels.inc

Closes-Bug: 2015404
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I5752d72531aeb521e24d9e8661f55748ef4d0624
This commit is contained in:
Al Bailey 2023-04-10 14:41:06 +00:00
parent 3de2a431f6
commit ba472d6ede
3 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
software (1.0.1) unstable; urgency=medium
software (1.0-1) unstable; urgency=medium
* Initial release.

View File

@ -16,5 +16,16 @@ Rules-Requires-Root: no
Package: software
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: StarlingX unified software deployment and management
StarlingX unified software deployment and management.
Package: software-wheel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-wheel
Description: StarlingX unified software deployment and management
StarlingX unified software deployment and management.
.
This is the support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.

View File

@ -1,6 +1,6 @@
---
debname: software
debver: 1.0.1
debver: 1.0-1
src_path: .
revision:
dist: $STX_DIST