[Python-modules-commits] [pexpect] 03/06: Install without *.install files.

Tobias Hansen thansen at moszumanska.debian.org
Fri Aug 12 13:48:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository pexpect.

commit 4f720e59e4a331b0a121a9bf2d1d7769b1812494
Author: Tobias Hansen <thansen at debian.org>
Date:   Fri Aug 12 13:34:16 2016 +0000

    Install without *.install files.
---
 debian/changelog               | 1 +
 debian/python-pexpect.install  | 1 -
 debian/python3-pexpect.install | 1 -
 debian/rules                   | 1 +
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ff898f..a07972c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pexpect (4.2.0-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.9.8.
   * Bump dh compat to 9.
+  * Install without *.install files.
 
  -- Tobias Hansen <thansen at debian.org>  Wed, 10 Aug 2016 14:20:41 +0100
 
diff --git a/debian/python-pexpect.install b/debian/python-pexpect.install
deleted file mode 100644
index b2cc136..0000000
--- a/debian/python-pexpect.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python2*
diff --git a/debian/python3-pexpect.install b/debian/python3-pexpect.install
deleted file mode 100644
index 4606faa..0000000
--- a/debian/python3-pexpect.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/python3*
diff --git a/debian/rules b/debian/rules
index 8fb4770..4e2585a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 PYTHON2_VERSIONS=$(shell pyversions -vr)
 PYTHON3_VERSIONS=$(shell py3versions -vr)
+export PYBUILD_NAME = pexpect
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

-- 
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