From ca8ba3e5b9e32d831b557d17c51207705f95e240 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Wed, 27 Oct 2021 11:38:03 -0400 Subject: [PATCH] Add Debian packaging for python-openstackclient Add Debian packaging infrastructure for python-openstackclient. Story: 2009101 Task: 43794 Signed-off-by: Charles Short Change-Id: Iec1e9d640e6d1b5d7d9bb3bd6b92fc3704080360 --- .../deb_patches/0001-Add-wheel-package.patch | 58 +++++++++++++++++++ .../debian/deb_patches/series | 1 + .../debian/meta_data.yaml | 10 ++++ 3 files changed, 69 insertions(+) create mode 100644 openstack/python-openstackclient/debian/deb_patches/0001-Add-wheel-package.patch create mode 100644 openstack/python-openstackclient/debian/deb_patches/series create mode 100644 openstack/python-openstackclient/debian/meta_data.yaml diff --git a/openstack/python-openstackclient/debian/deb_patches/0001-Add-wheel-package.patch b/openstack/python-openstackclient/debian/deb_patches/0001-Add-wheel-package.patch new file mode 100644 index 00000000..682afc76 --- /dev/null +++ b/openstack/python-openstackclient/debian/deb_patches/0001-Add-wheel-package.patch @@ -0,0 +1,58 @@ +From 15fc36263fb7274f3a55e9375b398ec497d00062 Mon Sep 17 00:00:00 2001 +From: Charles Short +Date: Wed, 27 Oct 2021 13:57:42 +0000 +Subject: [PATCH] Add wheel package + +Add python3-openstackclient-wheel + +Signed-off-by: Charles Short +--- + debian/control | 21 +++++++++++++++++++++ + debian/rules | 2 +- + 2 files changed, 22 insertions(+), 1 deletion(-) + +diff --git a/debian/control b/debian/control +index fc25eefa..0c8b0fab 100644 +--- a/debian/control ++++ b/debian/control +@@ -127,3 +127,24 @@ Description: OpenStack Command-line Client - Python 3.x + operations in OpenStack. + . + This package contains the Python 3.x module. ++ ++Package: python3-openstackclient-wheel ++Architecture: all ++Depends: ++ python3-wheel, ++ ${misc:Depends}, ++ ${python3:Depends}, ++Recommends: ++ python-openstackclient-doc, ++ ${python3:Recommends}, ++Description: OpenStack Command-line Client - Python 3.x ++ python-openstackclient is a unified command-line client for the OpenStack APIs. ++ It is a thin wrapper to the stock python-*client modules that implement the ++ actual REST API client actions. ++ . ++ This is an implementation of the design goals shown in ++ http://wiki.openstack.org/UnifiedCLI. The primary goal is to provide ++ a unified shell command structure and a common language to describe ++ operations in OpenStack. ++ . ++ This package contains the Python wheel. +diff --git a/debian/rules b/debian/rules +index c097f4de..490e4394 100755 +--- a/debian/rules ++++ b/debian/rules +@@ -12,7 +12,7 @@ override_dh_auto_build: + echo "Do nothing..." + + override_dh_auto_install: +- pkgos-dh_auto_install --no-py2 ++ pkgos-dh_auto_install --no-py2 --wheel + + # Generate bash completion + pkgos-gen-completion --py3 openstack +-- +2.30.2 + diff --git a/openstack/python-openstackclient/debian/deb_patches/series b/openstack/python-openstackclient/debian/deb_patches/series new file mode 100644 index 00000000..c200b057 --- /dev/null +++ b/openstack/python-openstackclient/debian/deb_patches/series @@ -0,0 +1 @@ +0001-Add-wheel-package.patch diff --git a/openstack/python-openstackclient/debian/meta_data.yaml b/openstack/python-openstackclient/debian/meta_data.yaml new file mode 100644 index 00000000..31cf3077 --- /dev/null +++ b/openstack/python-openstackclient/debian/meta_data.yaml @@ -0,0 +1,10 @@ +--- +debname: python-openstackclient +debver: 5.4.0-4 +dl_path: + name: python-openstackclient-debian-5.4.0-4.tar.gz + url: https://salsa.debian.org/openstack-team/clients/python-openstackclient/-/archive/debian/5.4.0-4/python-openstackclient-debian-5.4.0-4.tar.gz + md5sum: 499b5a71ab02769a5706832aa53276a7 +revision: + dist: $STX_DIST + PKG_GITREVCOUNT: true