[Python-modules-commits] r30179 - in packages/pyopenssl/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Aug 16 22:14:02 UTC 2014
Date: Saturday, August 16, 2014 @ 22:14:02
Author: morph
Revision: 30179
* debian/{control, *-dbg.install}
- removed dbg package, no longer created
Modified:
packages/pyopenssl/trunk/debian/changelog
packages/pyopenssl/trunk/debian/control
Deleted:
packages/pyopenssl/trunk/debian/python-pyopenssl-dbg.install
packages/pyopenssl/trunk/debian/python3-pyopenssl-dbg.install
Modified: packages/pyopenssl/trunk/debian/changelog
===================================================================
--- packages/pyopenssl/trunk/debian/changelog 2014-08-16 22:10:11 UTC (rev 30178)
+++ packages/pyopenssl/trunk/debian/changelog 2014-08-16 22:14:02 UTC (rev 30179)
@@ -11,8 +11,10 @@
* debian/README.source
- removed, long outdated
* Build and install doc with Sphinx
+ * debian/{control, *-dbg.install}
+ - removed dbg package, no longer created
- -- Sandro Tosi <morph at debian.org> Sat, 16 Aug 2014 23:09:55 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 16 Aug 2014 23:12:52 +0100
pyopenssl (0.13.1-2) unstable; urgency=medium
Modified: packages/pyopenssl/trunk/debian/control
===================================================================
--- packages/pyopenssl/trunk/debian/control 2014-08-16 22:10:11 UTC (rev 30178)
+++ packages/pyopenssl/trunk/debian/control 2014-08-16 22:14:02 UTC (rev 30179)
@@ -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-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python3-all-dev, python3-all-dbg, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg)
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.5.4-1~), python3-all-dev, dh-python, libssl-dev (>= 0.9.8), openssl, python-sphinx (>= 1.0.7+dfsg)
Standards-Version: 3.9.5
Homepage: https://github.com/pyca/pyopenssl
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyopenssl/trunk/
@@ -46,25 +46,6 @@
.
This package contains documentation for python-openssl.
-Package: python-openssl-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends: ${misc:Depends}, python-openssl (= ${binary:Version}), python-dbg, ${shlibs:Depends}
-Description: Python 2 wrapper around the OpenSSL library (debug extension)
- High-level wrapper around a subset of the OpenSSL library, includes
- .
- * SSL.Connection objects, wrapping the methods of Python's portable
- sockets
- * Callbacks written in Python
- * Extensive error-handling mechanism, mirroring OpenSSL's error
- codes
- .
- A lot of the object methods do nothing more than calling a
- corresponding function in the OpenSSL library.
- .
- This package contains the debug extension for python-openssl.
-
Package: python3-openssl
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
@@ -83,22 +64,3 @@
.
This package contains the Python 3 version of pyopenssl.
-Package: python3-openssl-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends: ${misc:Depends}, python3-openssl (= ${binary:Version}), python3-dbg, ${shlibs:Depends}
-Description: Python 3 wrapper around the OpenSSL library (debug extension)
- High-level wrapper around a subset of the OpenSSL library, includes
- .
- * SSL.Connection objects, wrapping the methods of Python's portable
- sockets
- * Callbacks written in Python
- * Extensive error-handling mechanism, mirroring OpenSSL's error
- codes
- .
- A lot of the object methods do nothing more than calling a
- corresponding function in the OpenSSL library.
- .
- This package contains the debug extension for python3-openssl.
-
Deleted: packages/pyopenssl/trunk/debian/python-pyopenssl-dbg.install
===================================================================
--- packages/pyopenssl/trunk/debian/python-pyopenssl-dbg.install 2014-08-16 22:10:11 UTC (rev 30178)
+++ packages/pyopenssl/trunk/debian/python-pyopenssl-dbg.install 2014-08-16 22:14:02 UTC (rev 30179)
@@ -1 +0,0 @@
-usr/lib/python2*
Deleted: packages/pyopenssl/trunk/debian/python3-pyopenssl-dbg.install
===================================================================
--- packages/pyopenssl/trunk/debian/python3-pyopenssl-dbg.install 2014-08-16 22:10:11 UTC (rev 30178)
+++ packages/pyopenssl/trunk/debian/python3-pyopenssl-dbg.install 2014-08-16 22:14:02 UTC (rev 30179)
@@ -1 +0,0 @@
-usr/lib/python3
More information about the Python-modules-commits
mailing list