[Python-modules-commits] [pexpect] 07/16: wrap-and-sort -t -a
Ondřej Nový
onovy at moszumanska.debian.org
Sun Dec 11 16:34:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository pexpect.
commit 4a21060a9f1a403afef74cb1c620b9c6191d9255
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Dec 11 17:21:43 2016 +0100
wrap-and-sort -t -a
---
debian/changelog | 1 +
debian/control | 31 ++++++++++++++++++++++---------
2 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f2422d2..6618df2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pexpect (4.2.0-2) UNRELEASED; urgency=medium
* Bumped debhelper compat version to 10
* Removed privacy breach in docs
* d/copyright: Added copyright holders for Debian part
+ * wrap-and-sort -t -a
-- Ondřej Nový <onovy at debian.org> Sun, 11 Dec 2016 17:06:00 +0100
diff --git a/debian/control b/debian/control
index 317cbed..12eda39 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,17 @@
Source: pexpect
Section: python
Priority: optional
-Build-Depends: dh-python, python-all (>= 2.6.6-3~), python3-all, python-sphinx, debhelper (>= 10), python-ptyprocess, python3-ptyprocess, python-pytest, python3-pytest
+Build-Depends: debhelper (>= 10),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-ptyprocess,
+ python-pytest,
+ python-sphinx,
+ python3-all,
+ python3-ptyprocess,
+ python3-pytest,
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tobias Hansen <thansen at debian.org>
+Uploaders: Tobias Hansen <thansen at debian.org>,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pexpect.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pexpect.git
@@ -13,8 +21,10 @@ X-Python3-Version: >= 3.2
Package: python-pexpect
Architecture: all
-Depends: python-ptyprocess, ${misc:Depends}, ${python:Depends}
-Suggests: python-pexpect-doc
+Depends: python-ptyprocess,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests: python-pexpect-doc,
Description: Python module for automating interactive applications
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their
@@ -24,8 +34,10 @@ Description: Python module for automating interactive applications
Package: python3-pexpect
Architecture: all
-Depends: python3-ptyprocess, ${misc:Depends}, ${python3:Depends}
-Suggests: python-pexpect-doc
+Depends: python3-ptyprocess,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests: python-pexpect-doc,
Description: Python 3 module for automating interactive applications
Pexpect is a pure Python 3 module for spawning child applications;
controlling them; and responding to expected patterns in their
@@ -36,9 +48,10 @@ Description: Python 3 module for automating interactive applications
Package: python-pexpect-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Breaks: python-pexpect (<< 3)
-Replaces: python-pexpect (<< 3)
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends},
+Breaks: python-pexpect (<< 3),
+Replaces: python-pexpect (<< 3),
Description: Python module for automating interactive applications (documentation)
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pexpect.git
More information about the Python-modules-commits
mailing list