Merge "Add files for controllerconfig deb packaging"

This commit is contained in:
Zuul 2019-06-12 21:55:46 +00:00 committed by Gerrit Code Review
commit f567ff1b52
2 changed files with 40 additions and 0 deletions

View 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.

View 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"