How do I do Debian packaging of a Python package?

后端 未结 5 1172
無奈伤痛
無奈伤痛 2020-11-29 17:59

I need to write, or find, a script to create a Debian package, using package python-support, from a Python package. The Python package will be pure Python without C extensio

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 18:35

    First off, there are plenty of Python packages already in Debian; you can download the source (including all the packaging) for any of them either using apt-get source or by visiting http://packages.debian.org.

    You may find the following resources of use:

    • Debian New Maintainer's Guide
    • Debian Policy Manual
    • Debian Python Policy
    • Debian Python Modules Team

提交回复
热议问题