[Python-modules-commits] r32355 - in packages/pyopenssl/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Apr 14 19:31:25 UTC 2015


    Date: Tuesday, April 14, 2015 @ 19:31:24
  Author: morph
Revision: 32355

add versioned depends and b-d on python-cryptography

Modified:
  packages/pyopenssl/trunk/debian/changelog
  packages/pyopenssl/trunk/debian/control

Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog	2015-04-14 18:29:47 UTC (rev 32354)
+++ packages/pyopenssl/trunk/debian/changelog	2015-04-14 19:31:24 UTC (rev 32355)
@@ -14,8 +14,9 @@
     - updated to include new files and remove those no longer present
   * debian/control
     - bump Standards-Version to 3.9.6 (no changes needed)
+    - add versioned depends and b-d on python-cryptography
 
- -- Sandro Tosi <morph at debian.org>  Tue, 14 Apr 2015 19:29:32 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 14 Apr 2015 20:30:56 +0100
 
 pyopenssl (0.14-1) unstable; urgency=medium
 

Modified: packages/pyopenssl/trunk/debian/control
===================================================================
--- packages/pyopenssl/trunk/debian/control	2015-04-14 18:29:47 UTC (rev 32354)
+++ packages/pyopenssl/trunk/debian/control	2015-04-14 19:31:24 UTC (rev 32355)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography, python3-cryptography, python-six, python3-six
+Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography (>= 0.7), python3-cryptography (>= 0.7), python-six, python3-six
 Standards-Version: 3.9.6
 Homepage: https://github.com/pyca/pyopenssl
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyopenssl/trunk/
@@ -13,7 +13,7 @@
 
 Package: python-openssl
 Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-cryptography (>= 0.7)
 Suggests: python-openssl-doc, python-openssl-dbg
 Description: Python 2 wrapper around the OpenSSL library
  High-level wrapper around a subset of the OpenSSL library, includes
@@ -48,7 +48,7 @@
 
 Package: python3-openssl
 Architecture: all
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-cryptography (>= 0.7)
 Suggests: python-openssl-doc, python3-openssl-dbg
 Description: Python 3 wrapper around the OpenSSL library
  High-level wrapper around a subset of the OpenSSL library, includes




More information about the Python-modules-commits mailing list