[Python-modules-commits] [dockerpty] 03/03: Initial release (Closes: #781054)

Jason Pleau jpleau-guest at moszumanska.debian.org
Tue May 19 23:01:10 UTC 2015


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

jpleau-guest pushed a commit to branch master
in repository dockerpty.

commit f5d536af85f62cc10c5ded9e47675a4f51899400
Author: Jason Pleau <jason at jpleau.ca>
Date:   Tue May 19 18:57:38 2015 -0400

    Initial release (Closes: #781054)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 27 +++++++++++++++++++++++++++
 debian/rules     |  7 +++++++
 debian/watch     |  3 +++
 6 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..703a57f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dockerpty (0.3.3-1) unstable; urgency=medium
+
+  * Initial release (Closes: #781054)
+
+ -- Jason Pleau <jason at jpleau.ca>  Mon, 18 May 2015 19:57:05 -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..f63fd54
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: dockerpty
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jason Pleau <jason at jpleau.ca>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9~),
+               dh-python,
+               python-all (>= 2.7),
+               python-setuptools,
+               python3-all (>= 3.3),
+               python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/d11wtq/dockerpty
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/dockerpty.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/dockerpty.git
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
+
+Package: python-dockerpty
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-six
+Recommends: python-docker (>= 0.7.1)
+Description: Pseudo-tty handler for docker Python client (Python 2.x)
+ Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
+ a docker container, using the Python client.
+ .
+ This package provides Python 2.x version of dockerpty.
+
+Package: python3-dockerpty
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         python3-six
+Recommends: python3-docker (>= 0.7.1)
+Description: Pseudo-tty handler for docker Python client (Python 3.x)
+ Provides the functionality needed to operate the pseudo-tty (PTY) allocated to
+ a docker container, using the Python client.
+ .
+ This package provides Python 3.x version of dockerpty.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d857040
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dockerpty
+Source: https://github.com/d11wtq/dockerpty
+
+Files: *
+Copyright: Copyright © 2014 Chris Corbyn
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 Jason Pleau <jason at jpleau.ca>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0bd0626
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=dockerpty
+export PYBUILD_DISABLE=test
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8008775
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/dockerpty/dockerpty-(.+)\.(?: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/dockerpty.git



More information about the Python-modules-commits mailing list