Skip to content
Snippets Groups Projects
Commit c6c26ee2 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Imported Debian patch 1.4-1

parent f934b636
No related branches found
No related tags found
No related merge requests found
python-junit-xml (1.4-1) unstable; urgency=low
* Initial release (Closes: #791821)
-- Sandro Tosi <morph@debian.org> Wed, 08 Jul 2015 13:21:56 -0400
9
Source: python-junit-xml
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/kyrus/python-junit-xml
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-junit-xml.git
Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-junit-xml.git/
Package: python-junit.xml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: creates JUnit XML test result docs readable by tools such as Jenkins
A Python module for creating JUnit XML test result documents that can be read
by tools such as Jenkins. If you are ever working with test tool or test suite
written in Python and want to take advantage of Jenkins’ pretty graphs and test
reporting capabilities, this module will let you generate the XML test reports.
Package: python3-junit.xml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: creates JUnit XML test result docs readable by tools such as Jenkins (py3k)
A Python module for creating JUnit XML test result documents that can be read
by tools such as Jenkins. If you are ever working with test tool or test suite
written in Python and want to take advantage of Jenkins’ pretty graphs and test
reporting capabilities, this module will let you generate the XML test reports.
.
This package contains the Python 3 version of junit_xml module .
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python-junit-xml
Source: https://pypi.python.org/pypi/junit-xml
Files: *
Copyright: Copyright (c) 2013 Kyrus Tech, Inc., Brian Beyer
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Files: debian/*
Copyright: 2015 Sandro Tosi <morph@debian.org>
License: MIT
#!/usr/bin/make -f
%:
dh $@ --with python2,python3
override_dh_auto_install:
python setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-junit.xml
python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-junit.xml
override_dh_installdocs:
dh_installdocs -A README.rst
3.0 (quilt)
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/junit-xml/junit-xml-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
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