Fix build errors on Ubuntu 24.04 50/314550/3 accepted/tools_devbase_tools devel master accepted/tools/devbase/tools/20250527.103808 accepted/tools/devbase/tools/20250528.062244
authorxuhy <huayong.xu@samsung.com>
Mon, 24 Jun 2024 02:39:49 +0000 (10:39 +0800)
committerxuhy <huayong.xu@samsung.com>
Thu, 18 Jul 2024 06:51:54 +0000 (14:51 +0800)
commit2ca52f0149ca7ed075abcfd80597b0a1d37625b2
tree51c1d1fa7e6b0fab750beee6b1f339edb0761db8
parent4ac7b84528014cede1f0802d3c49c3a591cb0530
Fix build errors on Ubuntu 24.04

python3 setup.py install --prefix=/usr does not work.
packages are always installed into /usr/local in default.

Change-Id: Ic08f3203ff85bf56818000358762906cd5bb171c
Signed-off-by: xuhy <huayong.xu@samsung.com>
MANIFEST.in [new file with mode: 0644]
debian/control
debian/gbp-repocache.install
debian/obs-service-git-buildpackage-utils.install
debian/obs-service-git-buildpackage.install
debian/rules
obs_service_gbp/command.py
pyproject.toml [new file with mode: 0644]
setup.py