[Python-modules-commits] [python-pex] 02/04: * Merge with Debian. Remaining changes: - d/tests/control: Add dependency on ubuntu-drivers-common. This generally should not be necessary except for LP: #1485093 in python3-distupgrade which causes the autopkgtest.ubuntu.com DEP-8 tests to fail.

Barry Warsaw barry at moszumanska.debian.org
Thu Oct 8 13:46:14 UTC 2015


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

barry pushed a commit to branch ubuntu
in repository python-pex.

commit 025d616ed6261357f6d320d4a19052c5a013d1ac
Author: Barry Warsaw <barry at debian.org>
Date:   Thu Oct 8 09:44:33 2015 -0400

    * Merge with Debian.  Remaining changes:
      - d/tests/control: Add dependency on ubuntu-drivers-common.  This
        generally should not be necessary except for LP: #1485093 in
        python3-distupgrade which causes the autopkgtest.ubuntu.com DEP-8
        tests to fail.
---
 debian/changelog     | 10 ++++++++++
 debian/tests/control |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8aafe9d..16aa4ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-pex (1.0.3-2ubuntu1) wily; urgency=medium
+
+  * Merge with Debian.  Remaining changes:
+    - d/tests/control: Add dependency on ubuntu-drivers-common.  This
+      generally should not be necessary except for LP: #1485093 in
+      python3-distupgrade which causes the autopkgtest.ubuntu.com DEP-8
+      tests to fail.
+
+ -- Barry Warsaw <barry at ubuntu.com>  Thu, 08 Oct 2015 09:44:19 -0400
+
 python-pex (1.0.3-2) unstable; urgency=medium
 
   * d/control:
diff --git a/debian/tests/control b/debian/tests/control
index 728fa05..23427c5 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Test-Command: pex -m textwrap -vv -o script && ./script
 Restrictions: allow-stderr
-Depends: @
+Depends: @, ubuntu-drivers-common
 
 Test-Command: python -c "import pex; print pex"
 Depends: @

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git



More information about the Python-modules-commits mailing list