This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository python3-typed-ast.
commit 664cd6cd9adc271fe7693df8bc42069d86a81d8c Author: Michael R. Crusoe <[email protected]> Date: Mon Aug 15 09:13:37 2016 -0700 initial debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 11 +++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 4 ++++ 7 files changed, 54 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fb1dfef --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python3-typed-ast (0.5.5-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #XXXXXX) + + -- Michael R. Crusoe <[email protected]> Mon, 15 Aug 2016 09:13:00 -0700 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..e84f08b --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: python3-typed-ast +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]> +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python, + python3-all, + python3-setuptools, + python3-all-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python3-typed-ast.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/python3-typed-ast.git +Homepage: http://www.mypy-lang.org/ +X-Python3-Version: >= 3.3 + +Package: python3-typed-ast +Architecture: any +Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} +Description: AST with PEP 484 type comments support + A fork of the CPython 2.7 and 3.5 ast modules with the ability to parse + PEP 484 type comments. The primary goals of this package are correctness and + speed. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3c16f79 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,11 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: typed-ast +Source: https://pypi.python.org/pypi/typed-ast + +Files: * +Copyright: © 2016 David Fisher <[email protected]> +License: Apache-2.0 + +Files: debian/* +Copyright: © 2016 Michael R. Crusoe <[email protected]> +License: Apache-2.0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..77fe76f --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# DH_VERBOSE := 1 +DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') +VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') +export PYBUILD_NAME = typed-ast +#PPATH=$(CURDIR):$(CURDIR)/lib-typing/3.2 +%: + dh $@ --with python3 --buildsystem=pybuild 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..003f038 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/typed-ast/typed-ast-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python3-typed-ast.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
