Init
This commit is contained in:
commit
3b5146a7b8
11 changed files with 120 additions and 0 deletions
23
debian/control
vendored
Normal file
23
debian/control
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Source: python-pyamf
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Adrian Heine <debian@adrianheine.de>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-python,
|
||||
python3-all,
|
||||
python3-defusedxml,
|
||||
python3-zope.interface
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.com/StdCarrot/Py3AMF
|
||||
Vcs-Browser: https://git.adrianheine.de/adrian/python-pamf
|
||||
Vcs-Git: https://git.adrianheine.de/adrian/python-pamf.git
|
||||
|
||||
Package: python3-pyamf
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
python3-defusedxml
|
||||
Description: Fork of PyAMF to support Python3
|
||||
Loading…
Add table
Add a link
Reference in a new issue