apt-ostree/debian/control
Charles Short 3a14c54411 Update debian packaging
Update debian packaging so it will install the correct packages
when installing it via a regular debian package. This was taken from
the StarlingX debian package.

Story: 2010867
Task: 48556

Test Plan
PASSED Run fakeroot debian/rules binary.
PASSED Installed the resulting debian package.

Change-Id: Ief2131a75929a29f0a722fdc234e84888c5d3f20
Signed-off-by: Charles Short <charles.short@windriver.com>
2024-01-31 14:16:45 +00:00

48 lines
1.0 KiB
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-apt,
python3-click,
python3-rich,
bubblewrap,
reprepro,
systemd-container,
python3-systemd,
python3-yaml,
software-properties-common
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.