[Python-modules-team] Bug#890967: Update to debian/rules needed

Neil Williams codehelp at debian.org
Wed Feb 21 08:31:15 UTC 2018


Just a tweak required to debian/rules to update the package:

$ diff -u ../pexpect-4.2.1/debian/rules debian/rules 
--- ../pexpect-4.2.1/debian/rules	2016-12-11 16:25:26.000000000 +0000
+++ debian/rules	2018-02-21 08:16:42.184556084 +0000
@@ -34,4 +34,4 @@
 	dh_install
 	# async.py is python3 only and can't be compiled for python2
 	# https://github.com/pexpect/pexpect/issues/290
-	rm $(CURDIR)/debian/python-pexpect/usr/lib/python2.7/dist-packages/pexpect/async.py
+	rm $(CURDIR)/debian/python-pexpect/usr/lib/python2.7/dist-packages/pexpect/_async.py

I've tested a local build of pexpect 4.4 and a simple rebuild does work
with this change.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20180221/19acb2d7/attachment.sig>


More information about the Python-modules-team mailing list