File: control

package info (click to toggle)
m2ext 0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 19
  • sloc: python: 68; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: m2ext
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>
Build-Depends:
 debhelper (>= 9),
 python-all-dev (>= 2.6.6-3~),
 swig,
 libssl1.0-dev | libssl-dev (<< 1.1)
Standards-Version: 3.9.4
X-Python-Version: >= 2.5
Homepage: https://github.com/abbot/m2ext/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/m2ext/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/m2ext/trunk/

Package: python-m2ext
Architecture: any
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 python-m2crypto
Description: Extensions to the M2Crypto Python package
 This package contains extended functionalities that are not yet available
 in the M2Crypto package.
 .
 M2Crypto is an SSL toolkit for Python.