This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository python-typing.
commit 0294467512955c09c0e7b7131e0fe2755cbf07ac Author: Michael R. Crusoe <[email protected]> Date: Mon Mar 7 08:25:21 2016 -0800 clean up --- debian/changelog | 6 +++--- debian/control | 18 +++++++++-------- debian/copyright | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e2ffe5..3424f62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -typing (3.5.0.1-1) unstable; urgency=low +python-typing (3.5.0.1-1) UNRELEASED; urgency=medium - * source package automatically created by stdeb 0.8.5 + * Initial release. (Closes: #817056) - -- Michael R. Crusoe <[email protected]> Mon, 07 Mar 2016 08:11:39 -0800 + -- Michael R. Crusoe <[email protected]> Mon, 07 Mar 2016 08:27:14 -0800 diff --git a/debian/control b/debian/control index 0c15daa..c374202 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,21 @@ -Source: typing +Source: python-typing Maintainer: Michael R. Crusoe <[email protected]> Section: python Priority: optional -Build-Depends: dh-python, python-all (>= 2.6.6-3), debhelper (>= 9) -Standards-Version: 3.9.6 +Build-Depends: dh-python, + python, + debhelper (>= 9) +Standards-Version: 3.9.7 Homepage: https://docs.python.org/3.5/library/typing.html +Vcs-Git: https://anonscm.debian.org/git/debian-med/python-typing.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-typing.git +X-Python-Version: >= 2.7, << 3 Package: python-typing Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, + ${python:Depends} Description: Type Hints for Python - Typing -- Type Hints for Python - . This is a backport of the standard library typing module to Python versions older than 3.5. . @@ -20,5 +24,3 @@ Description: Type Hints for Python concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools. - . - diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..83ca8ee --- /dev/null +++ b/debian/copyright @@ -0,0 +1,60 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Typing +Source: https://pypi.python.org/packages/source/t/typing/typing-3.5.0.1.tar.gz + +Files: * +Copyright: © 2015 Guido van Rossum, Jukka Lehtosalo, Łukasz Langa <[email protected]> +License: Python + +Files: debian/* +Copyright: © 2016 Michael R. Crusoe <[email protected]> +License: Python + +License: Python + 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, 2007, 2008, 2009, 2010, + 2011, 2012, 2013, 2014 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-typing.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
