[med-svn] [python-typing] 02/03: Imported Debian patch 3.5.0.1-1

Michael Crusoe misterc-guest at moszumanska.debian.org
Mon Mar 7 17:32:48 UTC 2016


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 70b22f4392f0e7f8a7ff5cdca1c29adc534c0cc9
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Mon Mar 7 08:11:39 2016 -0800

    Imported Debian patch 3.5.0.1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 6 files changed, 43 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4e2ffe5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+typing (3.5.0.1-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Michael R. Crusoe <crusoe at ucdavis.edu>  Mon, 07 Mar 2016 08:11:39 -0800
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..0c15daa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: typing
+Maintainer: Michael R. Crusoe <crusoe at ucdavis.edu>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: https://docs.python.org/3.5/library/typing.html
+
+Package: python-typing
+Architecture: all
+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.
+ .
+ Typing defines a standard notation for Python function and variable
+ type annotations. The notation can be used for documenting code in a
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..73185a5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Mon, 07 Mar 2016 08:11:39 -0800
+export PYBUILD_NAME=typing
+%:
+	dh $@ --with python2 --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..ff5a493
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/typing/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/typing/typing-(.+)\.(?: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/debian-med/python-typing.git



More information about the debian-med-commit mailing list