[Python-modules-commits] r924 - in /packages/pexpect/trunk/debian:
control python2.2-pexpect.docs rules
rganesan at users.alioth.debian.org
rganesan at users.alioth.debian.org
Mon Jun 19 10:37:58 UTC 2006
Author: rganesan
Date: Mon Jun 19 10:37:58 2006
New Revision: 924
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=924
Log:
Remove python2.2 stuff.
Removed:
packages/pexpect/trunk/debian/python2.2-pexpect.docs
Modified:
packages/pexpect/trunk/debian/control
packages/pexpect/trunk/debian/rules
Modified: packages/pexpect/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pexpect/trunk/debian/control?rev=924&op=diff
==============================================================================
--- packages/pexpect/trunk/debian/control (original)
+++ packages/pexpect/trunk/debian/control Mon Jun 19 10:37:58 2006
@@ -1,8 +1,9 @@
Source: pexpect
Section: python
Priority: optional
-Build-Depends-Indep: python, python2.2-dev, python2.3-dev, python2.4-dev, debhelper (>> 4.1.52)
+Build-Depends-Indep: python, python2.3-dev, python2.4-dev, debhelper (>> 4.1.52)
Maintainer: Ganesan Rajagopal <rganesan at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.6.2
Package: python-pexpect
@@ -17,18 +18,6 @@
.
This package is an empty dummy package that always depends on a package
built for Debian's default Python version.
-
-Package: python2.2-pexpect
-Architecture: all
-Depends: python2.2
-Description: Python 2.2.x module for automating interactive applications
- 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.
- .
- This package is built for Python 2.2.x.
Package: python2.3-pexpect
Architecture: all
Modified: packages/pexpect/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pexpect/trunk/debian/rules?rev=924&op=diff
==============================================================================
--- packages/pexpect/trunk/debian/rules (original)
+++ packages/pexpect/trunk/debian/rules Mon Jun 19 10:37:58 2006
@@ -6,7 +6,6 @@
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
-PYTHON2.2 = /usr/bin/python2.2
PYTHON2.3 = /usr/bin/python2.3
PYTHON2.4 = /usr/bin/python2.4
@@ -18,7 +17,6 @@
build: configure-stamp build-stamp
build-stamp:
dh_testdir
- $(PYTHON2.2) setup.py build
$(PYTHON2.3) setup.py build
$(PYTHON2.4) setup.py build
touch build-stamp
@@ -36,8 +34,6 @@
dh_clean -k
dh_installdirs
- $(PYTHON2.2) setup.py install --root=debian/python2.2-pexpect \
- --no-compile
$(PYTHON2.3) setup.py install --root=debian/python2.3-pexpect \
--no-compile
$(PYTHON2.4) setup.py install --root=debian/python2.4-pexpect \
More information about the Python-modules-commits
mailing list