Skip to content
Snippets Groups Projects
Commit a7ff3848 authored by Michal Arbet's avatar Michal Arbet
Browse files

Initial packaging

parent 6d1692f5
No related branches found
No related tags found
No related merge requests found
python-fluent-logger (0.9.6-1) unstable; urgency=medium
* Initial release. (Closes: #954082)
-- Michal Arbet <michal.arbet@ultimum.io> Mon, 16 Mar 2020 11:07:22 +0100
Source: python-fluent-logger
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-nose,
python3-setuptools,
Build-Depends-Indep:
python3-msgpack,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-fluent-logger
Vcs-Git: https://salsa.debian.org/python-team/modules/python-fluent-logger.git
Homepage: https://github.com/fluent/fluent-logger-python
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-fluent-logger
Architecture: all
Depends:
python3-msgpack,
${misc:Depends},
${python3:Depends},
Description: A structured logger for Fluentd - python
Many web/mobile applications generate huge amount of event logs
(c,f. login, logout, purchase, follow, etc). To analyze these
event logs could be really valuable for improving the service.
However, the challenge is collecting these logs easily and reliably.
Fluentd solves that problem by having: easy installation, small
footprint, plugins, reliable buffering, log forwarding, etc.
.
Fluent-logger is a Python library, to record the
events from Python application.
.
This package contains Python library.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fluent-logger-python
Source: https://github.com/fluent/fluent-logger-python
Files: *
Copyright: (C) 2011, FURUHASHI Sadayuki
License: Apache-2
Files: debian/*
Copyright: (c) 2020, Michal Arbet <michal.arbet@ultimum.io>
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in /usr/share/common-licenses/Apache-2.0.
#!/usr/bin/make -f
export PYBUILD_NAME = fluent
%:
dh $@ --with python3 --buildsystem=pybuild
3.0 (quilt)
extend-diff-ignore = "^[^/]*[.]egg-info/"
Depends:
python3-all,
python3-nose,
python3-setuptools,
python3-fluent-logger,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m nose -v tests 2>&1; done
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/fluent-logger-python-$1\.tar\.gz/ \
https://github.com/fluent/fluent-logger-python/tags .*/v?(\d\S+)\.tar\.gz
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