
Add debian pacakging for those who want to build apt-ostree from source. This will be the base packaging for StarlingX as well. Story: 2010844 Task: 48457 Change-Id: Id975657d1fe8c742d7571cce5d011a2bd31a5668 Signed-off-by: Charles Short <charles.short@windriver.com>
40 lines
917 B
Plaintext
40 lines
917 B
Plaintext
Source: apt-ostree
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-dev@lists.starlingx.io>
|
|
Rules-Requires-Root: no
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-sequence-python3,
|
|
python3-setuptools,
|
|
python3-all,
|
|
python3-pbr,
|
|
python3-click,
|
|
python3-oslotest
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://opendev.org/starlingx/apt-ostree
|
|
|
|
Package: python3-apt-ostree
|
|
Architecture: all
|
|
Depends:
|
|
${python3:Depends},
|
|
${misc:Depends},
|
|
python3-click,
|
|
Suggests:
|
|
python-apt-ostree-doc,
|
|
Description: Hybrid Image/Package management system
|
|
Hybrid image/package management system.
|
|
.
|
|
This package installs the library for Python 3.
|
|
|
|
Package: python-apt-ostree-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends:
|
|
${sphinxdoc:Depends},
|
|
${misc:Depends},
|
|
Description: Hybrid Image/package management system documentation
|
|
Hybrid package management system.
|
|
.
|
|
This is the common documentation package.
|