Codebase list python-py-zipkin / f1b79ab
set debian packaging files Olivier Sallou 6 years ago
7 changed file(s) with 55 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-py-zipkin (0.9.0-1) UNRELEASED; urgency=low
1
2 * First packaging of py-zipkin (Closes: #872344).
3
4 -- Olivier Sallou <osallou@debian.org> Wed, 16 Aug 2017 12:51:25 +0000
5
0 Source: python-py-zipkin
1 Section: python
2 Priority: optional
3 Maintainer: Olivier Sallou <osallou@debian.org>
4 Build-Depends: debhelper (>= 9), dh-python,
5 python3-all,
6 python3-setuptools,
7 python3-six,
8 python3-thriftpy
9 Standards-Version: 4.0.0
10 Homepage: https://github.com/Yelp/py_zipkin
11 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/python-py-zipkin.git
12 Vcs-Git: https://anonscm.debian.org/git/python-modules/python-py-zipkin.git
13
14 Package: python3-py-zipkin
15 Architecture: all
16 Depends: ${misc:Depends}, ${python3:Depends},
17 Recommends: ${python3:Recommends}
18 Suggests: ${python3:Suggests}
19 XB-Python-Egg-Name: py_zipkin
20 Description: Library for using Zipkin in Python
21 Provides a context manager/decorator along with some utilities to facilitate
22 the usage of Zipkin in Python applications.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: py_zipkin
2 Upstream-Contact: Yelp, Inc. <opensource+py-zipkin@yelp.com>
3 Source: https://github.com/Yelp/py_zipkin
4
5 Files: *
6 Copyright: Yelp, Inc. <opensource+py-zipkin@yelp.com>
7 License: Apache-2.0
8
9 Files: debian/*
10 Copyright: 2015 © Olivier Sallou <osallou@tifenn.irisa.fr>
11 License: Apache-2.0
12
13 License: Apache-2.0
14 Apache-2.0 license file can be found at /usr/share/common-licenses/Apache-2.0.
0 #! /usr/bin/make -f
1
2 export PYBUILD_NAME=py-zipkin
3 %:
4 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 # try also https://pypi.debian.net/py_zipkin/watch
1 version=3
2 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
3 https://pypi.debian.net/py_zipkin/py_zipkin-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))