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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: python-librtmp
Maintainer: Stefan Breunig <stefan-debian@yrden.de>
Section: python
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-python,
librtmp-dev,
python-all-dev,
python3-all-dev,
python-all-dbg,
python3-all-dbg,
python-cffi,
python3-cffi,
python-cffi-backend-dbg,
python3-cffi-backend-dbg,
python-setuptools,
python3-setuptools,
python-singledispatch,
python3 (>= 3.4) | python3-singledispatch
Homepage: http://pythonhosted.org/python-librtmp/
Vcs-Git: https://github.com/breunigs/python-librtmp-debian
Vcs-Browser: https://github.com/breunigs/python-librtmp-debian
Package: python-librtmp
Architecture: any
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-cffi,
python-singledispatch,
librtmp1
Provides: ${python:Provides}
Description: librtmp binding for Python 2
librtmp allows one to dump the media content streamed over
the RTMP protocol.
.
This package provides the binding for Python 2.
Package: python3-librtmp
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-cffi,
python3 (>= 3.4) | python3-singledispatch,
librtmp1
Provides: ${python3:Provides}
Description: librtmp binding for Python 3
librtmp allows one to dump the media content streamed over
the RTMP protocol.
.
This package provides the binding for Python 3.
Package: python-librtmp-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-dbg,
python-librtmp (= ${binary:Version})
Description: librtmp binding for Python 2 - Debugging symbols
librtmp allows one to dump the media content streamed over
the RTMP protocol.
.
This package contains debugging symbols for Python 2.
Package: python3-librtmp-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python3-dbg,
python3-librtmp (= ${binary:Version})
Description: librtmp binding for Python 3 - Debugging symbols
librtmp allows one to dump the media content streamed over
the RTMP protocol.
.
This package contains debugging symbols for Python 3.
|