[Python-modules-commits] r20646 - in packages/pexpect/trunk/debian (2 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Fri Mar 2 15:18:32 UTC 2012
Date: Friday, March 2, 2012 @ 15:18:30
Author: adejong
Revision: 20646
* Register documentation with doc-base.
Added:
packages/pexpect/trunk/debian/python-pexpect.doc-base
Modified:
packages/pexpect/trunk/debian/changelog
Modified: packages/pexpect/trunk/debian/changelog
===================================================================
--- packages/pexpect/trunk/debian/changelog 2012-03-02 14:55:14 UTC (rev 20645)
+++ packages/pexpect/trunk/debian/changelog 2012-03-02 15:18:30 UTC (rev 20646)
@@ -19,8 +19,9 @@
* Moved packaging from python-central to dh_python2 (Closes: #616935).
* Drop Conflicts/Replaces on ancient versions which shipped in sarge.
* Bump standards-version to 3.9.3.
+ * Register documentation with doc-base.
- -- Arthur de Jong <adejong at debian.org> Fri, 02 Mar 2012 15:50:00 +0100
+ -- Arthur de Jong <adejong at debian.org> Fri, 02 Mar 2012 16:15:00 +0100
pexpect (2.3-1) unstable; urgency=low
Added: packages/pexpect/trunk/debian/python-pexpect.doc-base
===================================================================
--- packages/pexpect/trunk/debian/python-pexpect.doc-base (rev 0)
+++ packages/pexpect/trunk/debian/python-pexpect.doc-base 2012-03-02 15:18:30 UTC (rev 20646)
@@ -0,0 +1,12 @@
+Document: pexpect
+Title: A Pure Python Expect-like module.
+Author: Noah Spurrier
+Abstract: Pexpect is a pure Python module for spawning child applications;
+ controlling them; and responding to expected patterns in their output.
+ Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
+ a child application and control it as if a human were typing commands.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-pexpect/doc/index.html
+Files: /usr/share/doc/python-pexpect/doc/*.html
More information about the Python-modules-commits
mailing list