Fix cgcs-patch build failures
- Add blacklist for lintian-overrides. - Fix debian/changelog, it assseumed it was still native source format. - Update debian version in meta_data.yaml - Fix typo in debian/control Story: 2009101 Task: 43076 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: Idda262ade8c801c3bbafa020e37b596a8378f541
This commit is contained in:
parent
e60858b9a7
commit
d8292d8232
@ -1 +1,2 @@
|
|||||||
init.d-script-missing-dependency-on-local_fs
|
init.d-script-missing-dependency-on-local_fs
|
||||||
|
non-standard-file-permissions-for-etc-init.d-script
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
init.d-script-does-not-implement-required-option
|
init.d-script-does-not-implement-required-option
|
||||||
init.d-script-missing-dependency-on-local_fs
|
init.d-script-missing-dependency-on-local_fs
|
||||||
|
non-standard-file-permissions-for-etc-init.d-script
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
dir-or-file-in-run
|
dir-or-file-in-run
|
||||||
init.d-script-does-not-implement-required-option
|
init.d-script-does-not-implement-required-option
|
||||||
init.d-script-missing-dependency-on-local_fs
|
init.d-script-missing-dependency-on-local_fs
|
||||||
|
non-standard-file-permissions-for-etc-init.d-script
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cgcs-patch (1.0) unstable; urgency=medium
|
cgcs-patch (1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
@ -37,14 +37,14 @@ Description: Starlingx platform patching
|
|||||||
Package: python3-cgcs-patch
|
Package: python3-cgcs-patch
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python3:Depends},
|
Depends: ${python3:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
python3-keystonemiddleware,
|
python3-keystonemiddleware,
|
||||||
python3-oslo.config,
|
python3-oslo.config,
|
||||||
python3-pecan,
|
python3-pecan,
|
||||||
python3-pycryptodome,
|
python3-pycryptodome,
|
||||||
python3-lxml,
|
python3-lxml,
|
||||||
python3-requests-toolbelt,
|
python3-requests-toolbelt,
|
||||||
python3-six
|
python3-six,
|
||||||
tsconfig
|
tsconfig
|
||||||
Description: Starlingx platfom patching (python3)
|
Description: Starlingx platfom patching (python3)
|
||||||
Starlingx platform patching system python libraries
|
Starlingx platform patching system python libraries
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
debname: cgcs-patch
|
debname: cgcs-patch
|
||||||
debver: 1.0
|
debver: 1.0-1
|
||||||
dl_hook: dl_hook
|
dl_hook: dl_hook
|
||||||
revision:
|
revision:
|
||||||
dist: $STX_DIST
|
dist: $STX_DIST
|
||||||
|
Loading…
Reference in New Issue
Block a user