Skip to content
Snippets Groups Projects
Commit 0d59a57b authored by Sudip Mukherjee's avatar Sudip Mukherjee
Browse files

Add initial packaging

parent fc33dd57
No related branches found
No related tags found
No related merge requests found
Pipeline #277486 passed
python-openqa-client (4.1.2-1) unstable; urgency=medium
* Initial release (Closes: #992027)
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Thu, 19 Aug 2021 23:13:43 +0100
Source: python-openqa-client
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
Standards-Version: 4.5.1
Homepage: https://github.com/os-autoinst/openQA-python-client
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-openqa-client
Vcs-Git: https://salsa.debian.org/python-team/packages/python-openqa-client.git
Rules-Requires-Root: no
Package: python3-openqa-client
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python API to access openQA server
This is a client for the openQA API, based on requests.
The API always returns JSON responses; this client's
request functions parse the response before returning it.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: openQA-python-client
Source: https://github.com/os-autoinst/openQA-python-client
Files: *
Copyright: 2015, 2016, 2020, Red Hat Inc.
License: GPL-2+
Files: debian/*
Copyright: 2021, Sudip Mukherjee <sudipm.mukherjee@gmail.com>
License: GPL-2+
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
#!/usr/bin/make -f
export PYBUILD_NAME=python-openqa-client
%:
dh $@ --with python3 --buildsystem=pybuild
# For more information on what jobs are run see:
# https://salsa.debian.org/salsa-ci-team/pipeline
#
# To enable the jobs, go to your repository (at salsa.debian.org)
# and click over Settings > CI/CD > Expand (in General pipelines).
# In "Custom CI config path" write debian/salsa-ci.yml and click
# in "Save Changes". The CI tests will run after the next commit.
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
3.0 (quilt)
extend-diff-ignore = "^[^/]*[.]egg-info/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment