[Python-modules-commits] [python-pex] 02/02: wrap-and-sort

Barry Warsaw barry at moszumanska.debian.org
Thu Feb 19 15:57:20 UTC 2015


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

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

commit 71175419a1312157d04c46685d13dab3758e2c9f
Author: Barry Warsaw <barry at python.org>
Date:   Thu Feb 19 10:46:00 2015 -0500

    wrap-and-sort
---
 debian/control | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 18866b4..af5b2ca 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 9),
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg-1~),
                python3-all,
-               python3-wheel,
-               python3-setuptools
+               python3-setuptools,
+               python3-wheel
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pex.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-pex.git
@@ -56,7 +56,11 @@ Description: library for generating Python executable zip files
 
 Package: python-pex-cli
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pex, python3-wheel, python3-setuptools
+Depends: python3-pex,
+         python3-setuptools,
+         python3-wheel,
+         ${misc:Depends},
+         ${python3:Depends}
 Suggests: python-pex-doc
 Description: library for generating Python executable zip files
  pex is a library for generating .pex (Python EXecutable) files which

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