Add files for controllerconfig deb packaging
Add control and rules files to generate controllerconfig deb following StarlingX/MultiOS/Debian Wiki. Change-Id: Iee2b8060e0384168e863da358255b1ef5e5c813d Story: 2004792 Task: 33623 Signed-off-by: Marcela Rosales <marcela.a.rosales.jimenez@intel.com>
This commit is contained in:
parent
37b51a252f
commit
a8dcf48af3
31
controllerconfig/debian/control
Normal file
31
controllerconfig/debian/control
Normal file
@ -0,0 +1,31 @@
|
||||
Source: controllerconfig
|
||||
Priority: optional
|
||||
Maintainer: StarlingX team <starlingx-discuss@lists.starlingx.io>
|
||||
Build-Depends: python-setuptools,
|
||||
python-all,
|
||||
debhelper,
|
||||
dh-python,
|
||||
python-pip,
|
||||
python-wheel
|
||||
Standards-Version: 3.9.6
|
||||
|
||||
Package: controllerconfig
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
${python:Depends},
|
||||
python-pyudev,
|
||||
psmisc,
|
||||
systemd,
|
||||
python-cryptography,
|
||||
python-keyring,
|
||||
python-netifaces,
|
||||
python-iso8601,
|
||||
python-pysnmp4,
|
||||
python-netaddr,
|
||||
python-six,
|
||||
python-yaml,
|
||||
python-oslo-utils,
|
||||
tsconfig,
|
||||
sysinv,
|
||||
fm-api
|
||||
Description: This package contains the controllerconfig project.
|
9
controllerconfig/debian/rules
Normal file
9
controllerconfig/debian/rules
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_INSTALL_ARGS=--install-data=/usr/share --prefix=/usr --single-version-externally-managed
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_test:
|
||||
echo "skipping test"
|
Loading…
x
Reference in New Issue
Block a user