[Python-modules-commits] [ptyprocess] 05/07: No-change wrap-and-sort
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Jun 20 17:57:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository ptyprocess.
commit dd4a07e170673dc10a089708a0043dfc53033a8d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Jun 20 20:51:00 2015 +0300
No-change wrap-and-sort
---
debian/control | 4 ++--
debian/copyright | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index a219b5f..1f5f80e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/ptyprocess.g
Package: python-ptyprocess
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Run a subprocess in a pseudo terminal from Python 2
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.
@@ -28,7 +28,7 @@ Description: Run a subprocess in a pseudo terminal from Python 2
Package: python3-ptyprocess
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Run a subprocess in a pseudo terminal from Python 3
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.
diff --git a/debian/copyright b/debian/copyright
index d8cad6b..75187a3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,13 +5,13 @@ Files: *
Copyright: 2012, Noah Spurrier <noah at noah.org>
2013-2014, Pexpect development team
2014 Thomas Kluyver <thomas at kluyver.me.uk>
-License: ISC
+License: ISC
Files: debian/*
Copyright: 2015 Julien Puydt <julien.puydt at laposte.net>
-License: ISC
+License: ISC
-License: ISC
+License: ISC
PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY PURPOSE
WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE COPYRIGHT NOTICE
AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES. THE SOFTWARE IS PROVIDED
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ptyprocess.git
More information about the Python-modules-commits
mailing list