Skip to content

openstack-charmers/pydeb-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick and easy Debian packaging for Python Modules

First

sudo apt -y install cookiecutter
cookiecutter https://github.com/openstack-charmers/pydeb-cookiecutter

Answer the questions; this will generate a basic Python package.

Then:

  • Review the Build-Depends-Indep in d/control - your package will probably need more that 'mock' - remember to add python and python3 versions of each one.

  • Review the d/copyright file - copyright will need documenting for upload to Ubuntu in the longer term so needs to be completed based on the information in the source files for the module.

asciicast

About

Cookiecutter template for a basic Python Debian package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published