[Python-modules-commits] [python-subprocess32] 02/03: Imported Debian patch 3.2.6-1

Daniel Stender danstender-guest at moszumanska.debian.org
Tue Sep 1 18:36:20 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository python-subprocess32.

commit f8a77683fdd2d73701250ae07a191ea5bbccbaea
Author: Daniel Stender <debian at danielstender.com>
Date:   Tue Sep 1 19:16:37 2015 +0200

    Imported Debian patch 3.2.6-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 ++++++++++++++++++++++++
 debian/copyright     | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         |  9 ++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 111 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..96c3224
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-subprocess32 (3.2.6-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #797583).
+
+ -- Daniel Stender <debian at danielstender.com>  Tue, 01 Sep 2015 19:16:37 +0200
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..a8705c0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-subprocess32
+Section: python
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all-dev
+Standards-Version: 3.9.6
+Homepage: https://code.google.com/p/python-subprocess32
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-subprocess32.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-subprocess32.git
+X-Python-Version: >= 2.6
+
+Package: python-subprocess32
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Description: backport of the Py3 stdlib subprocess module for Py2
+ This is a backport of the Python 3.2 subprocess module to replace the stdlib
+ subprocess module of Python versions 2.4 through 2.7, strongly recommended for
+ POSIX systems. It includes a C extension used internally to handle the code
+ path between fork() and exec(), which is more reliable when an application uses
+ threads. Timeout support backported from Python 3.3 is also included. On the
+ background, see PEP-324.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8296096
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,62 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: subprocess32
+Upstream-Contact: Gregory P. Smith <greg at krypto.org>
+Source: https://pypi.python.org/pypi/subprocess32
+
+Files: *
+Copyright: 2010-2014 Gregory P. Smith
+License: Python-2.0
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"),
+ and the Individual or Organization ("Licensee") accessing and otherwise using
+ this software ("Python") in source or binary form and its associated
+ documentation.
+ .
+ 2. Subject to the terms and conditions of this License Agreement, PSF hereby
+ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+ analyze, test, perform and/or display publicly, prepare derivative works,
+ distribute, and otherwise use Python alone or in any derivative version,
+ provided, however, that PSF's License Agreement and PSF's notice of copyright,
+ i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software
+ Foundation; All Rights Reserved" are retained in Python alone or in any
+ derivative version prepared by Licensee.
+ .
+ 3. In the event Licensee prepares a derivative work that is based on or
+ incorporates Python or any part thereof, and wants to make the derivative work
+ available to others as provided herein, then Licensee hereby agrees to include
+ in any such work a brief summary of the changes made to Python.
+ .
+ 4. PSF is making Python available to Licensee on an "AS IS" basis. PSF MAKES
+ NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT
+ NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF
+ MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
+ PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+ .
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON FOR ANY
+ INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
+ MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE THEREOF,
+ EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ .
+ 6. This License Agreement will automatically terminate upon a material breach
+ of its terms and conditions.
+ .
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee.  This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote products
+ or services of Licensee, or any third party.
+ .
+ 8. By copying, installing or otherwise using Python, Licensee agrees to be
+ bound by the terms and conditions of this License Agreement.
+
+Files: debian/*
+Copyright: 2015 Daniel Stender <debian at danielstender.com>
+License: LGPL-3.0
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the latest version of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..c3ca074
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.txt
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5bd32cf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+export PYBUILD_NAME=subprocess32
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="LC_ALL=C {interpreter} test_subprocess32.py" dh_auto_test
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..6f5b302
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/subprocess32/subprocess32-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list