Initial packaging.
Thomas Goirand
6 years ago
|
0 |
cinder-tempest-plugin (1.0.0-1) experimental; urgency=medium
|
|
1 |
|
|
2 |
* Initial packaging (Closes: #958707).
|
|
3 |
|
|
4 |
-- Thomas Goirand <zigo@debian.org> Wed, 22 Apr 2020 17:21:46 +0200
|
|
0 |
Source: cinder-tempest-plugin
|
|
1 |
Section: net
|
|
2 |
Priority: optional
|
|
3 |
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
|
|
4 |
Uploaders:
|
|
5 |
Thomas Goirand <zigo@debian.org>,
|
|
6 |
Build-Depends:
|
|
7 |
debhelper-compat (= 11),
|
|
8 |
dh-python,
|
|
9 |
openstack-pkg-tools (>= 109~),
|
|
10 |
python3-all,
|
|
11 |
python3-pbr,
|
|
12 |
python3-setuptools,
|
|
13 |
Build-Depends-Indep:
|
|
14 |
python3-oslo.config,
|
|
15 |
python3-six,
|
|
16 |
python3-oslo.serialization,
|
|
17 |
tempest,
|
|
18 |
Standards-Version: 4.5.0
|
|
19 |
Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/cinder-tempest-plugin
|
|
20 |
Vcs-Git: https://salsa.debian.org/openstack-team/tempest/cinder-tempest-plugin.git
|
|
21 |
Homepage: https://opendev.org/openstack/cinder-tempest-plugin
|
|
22 |
|
|
23 |
Package: cinder-tempest-plugin
|
|
24 |
Architecture: all
|
|
25 |
Depends:
|
|
26 |
python3-pbr,
|
|
27 |
python3-oslo.config,
|
|
28 |
python3-six,
|
|
29 |
python3-oslo.serialization,
|
|
30 |
tempest,
|
|
31 |
${misc:Depends},
|
|
32 |
${python3:Depends},
|
|
33 |
Provides:
|
|
34 |
${python3:Provides},
|
|
35 |
Description: OpenStack Integration Test Suite - Cinder plugin
|
|
36 |
Tempest is a set of integration tests to be run against a live Openstack
|
|
37 |
cluster in order to make sure that all components are working as expected.
|
|
38 |
Tempest will start and stop virtual machine in order to check that your
|
|
39 |
cloud is working as expected.
|
|
40 |
.
|
|
41 |
This package contains the Cinder plugin.
|
|
0 |
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
1 |
Upstream-Name: cinder-tempest-plugin
|
|
2 |
Source: https://opendev.org/openstack/cinder-tempest-plugin
|
|
3 |
|
|
4 |
Files: *
|
|
5 |
Copyright: (c) 2010-2020, OpenStack Foundation
|
|
6 |
(c) 2016, Mirantis Inc.
|
|
7 |
(c) 2016, Red Hat, Inc.
|
|
8 |
(C) 2015, EMC Corporation.
|
|
9 |
(C) 2016, Pure Storage, Inc.
|
|
10 |
(c) 2017, Huawei.
|
|
11 |
(c) 2017, NEC Corporation.
|
|
12 |
License: Apache-2
|
|
13 |
|
|
14 |
Files: debian/*
|
|
15 |
Copyright: (c) 2020, Thomas Goirand <zigo@debian.org>
|
|
16 |
License: Apache-2
|
|
17 |
|
|
18 |
License: Apache-2
|
|
19 |
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20 |
you may not use this file except in compliance with the License.
|
|
21 |
You may obtain a copy of the License at
|
|
22 |
.
|
|
23 |
http://www.apache.org/licenses/LICENSE-2.0
|
|
24 |
.
|
|
25 |
Unless required by applicable law or agreed to in writing, software
|
|
26 |
distributed under the License is distributed on an "AS IS" BASIS,
|
|
27 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
28 |
See the License for the specific language governing permissions and
|
|
29 |
limitations under the License.
|
|
30 |
.
|
|
31 |
On Debian-based systems the full text of the Apache version 2.0 license
|
|
32 |
can be found in `/usr/share/common-licenses/Apache-2.0'.
|
|
0 |
#!/usr/bin/make -f
|
|
1 |
|
|
2 |
UPSTREAM_GIT := https://opendev.org/openstack/cinder-tempest-plugin
|
|
3 |
include /usr/share/openstack-pkg-tools/pkgos.make
|
|
4 |
|
|
5 |
%:
|
|
6 |
dh $@ --buildsystem=python_distutils --with python3
|
|
7 |
|
|
8 |
override_dh_auto_clean:
|
|
9 |
python3 setup.py clean
|
|
10 |
|
|
11 |
override_dh_auto_test:
|
|
12 |
echo "Do nothing..."
|
|
13 |
|
|
14 |
override_dh_auto_install:
|
|
15 |
echo "Do nothing..."
|
|
16 |
|
|
17 |
override_dh_auto_build:
|
|
18 |
echo "Do nothing..."
|
|
19 |
|
|
20 |
override_dh_install:
|
|
21 |
pkgos-dh_auto_install --no-py2 --in-tmp
|
|
22 |
|
|
23 |
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
|
|
24 |
echo "No test for now..."
|
|
25 |
#pkgos-dh_auto_test --no-py2
|
|
26 |
endif
|
|
27 |
|
|
28 |
dh_install
|
|
29 |
dh_missing --fail-missing
|
|
30 |
|
|
31 |
override_dh_python3:
|
|
32 |
dh_python3 --shebang=/usr/bin/python3
|
|
0 |
extend-diff-ignore = "^[^/]*[.]egg-info/"
|
|
1 |
extend-diff-ignore = "^[.]gitreview$"
|
|
0 |
version=3
|
|
1 |
opts="uversionmangle=s/\.(b|rc)/~$1/" \
|
|
2 |
https://github.com/openstack/cinder-tempest-plugin/tags .*/(\d[\d\.]+)\.tar\.gz
|