[Python-modules-commits] [python-junit-xml] 02/03: Imported Debian patch 1.4-1

Sandro Tosi morph at moszumanska.debian.org
Wed Jul 8 17:42:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch bpo8
in repository python-junit-xml.

commit c6c26ee23f9ce929245fa2766c84b7bfcc6122db
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Jul 8 13:21:56 2015 -0400

    Imported Debian patch 1.4-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 30 ++++++++++++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..df778a8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-junit-xml (1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #791821)
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 08 Jul 2015 13:21:56 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4244047
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: python-junit-xml
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at 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 .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e9a4fee
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+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 at debian.org>
+License: MIT
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..89ec16c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e1a6597
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-junit-xml.git



More information about the Python-modules-commits mailing list