~ubuntu-branches/ubuntu/trusty/pexpect/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/python-pexpect.doc-base

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio, Thomas Kluyver, Jakub Wilk, Jackson Doak, Andrew Starr-Bochicchio
  • Date: 2013-12-06 20:20:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131206202026-9k9oixbv7e8ke30q
Tags: 3.0-1
* Team upload.

[ Thomas Kluyver ]
* New upstream release. Closes: #729518
* Add packaging for Python 3.
* Use pybuild for packaging.

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Jackson Doak ]
* Create debian/python3-pexpect.docs

[ Andrew Starr-Bochicchio ]
* Remove empty debian/patches dir.
* Move documentation and examples into a new python-pexpect-doc
  package. They are shared between the Python 2 and Python 3 packages,
  so there is no need to install them with both.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Document: pexpect
2
 
Title: A Pure Python Expect-like module.
3
 
Author: Noah Spurrier
4
 
Abstract: Pexpect is a pure Python module for spawning child applications;
5
 
 controlling them; and responding to expected patterns in their output.
6
 
 Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
7
 
 a child application and control it as if a human were typing commands.
8
 
Section: Programming/Python
9
 
 
10
 
Format: HTML
11
 
Index: /usr/share/doc/python-pexpect/doc/index.html
12
 
Files: /usr/share/doc/python-pexpect/doc/*.html