[Python-modules-commits] [python-nacl] 01/02: Run wrap-and-sort -t -s.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Nov 2 07:39:59 UTC 2015


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

mithrandi pushed a commit to branch master
in repository python-nacl.

commit 59412da30d9df9374a036d7d3cba43d9d832ea72
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Nov 2 09:12:17 2015 +0200

    Run wrap-and-sort -t -s.
---
 debian/control | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index c71cb0a..017f6a9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,18 +6,18 @@ Priority: optional
 Build-Depends:
  debhelper (>= 9),
  dh-python,
+ libsodium-dev,
  python-all-dev,
- python3-all-dev,
- python-setuptools,
- python3-setuptools,
  python-cffi,
- python3-cffi,
  python-pytest,
- python3-pytest,
+ python-setuptools,
  python-six,
- python3-six,
  python-sphinx,
- libsodium-dev
+ python3-all-dev,
+ python3-cffi,
+ python3-pytest,
+ python3-setuptools,
+ python3-six,
 Standards-Version: 3.9.6
 Homepage: https://github.com/pyca/pynacl/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-nacl.git
@@ -27,7 +27,7 @@ X-Python3-Version: >= 3.2
 
 Package: python-nacl
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Suggests: python-nacl-doc
 Description: Python bindings to libsodium (Python 2)
  PyNaCl is a Python binding to the Networking and Cryptography library (in the
@@ -38,7 +38,7 @@ Description: Python bindings to libsodium (Python 2)
 
 Package: python3-nacl
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Suggests: python-nacl-doc
 Description: Python bindings to libsodium (Python 3)
  PyNaCl is a Python binding to the Networking and Cryptography library (in the

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



More information about the Python-modules-commits mailing list