Python Forum
Building .deb packages - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Building .deb packages (/thread-2290.html)



Building .deb packages - NEALEC88 - Mar-04-2017

Hey so I am new to python and have been searching loads and trying many different things to try and create a python script that will package a .deb file for me

Is it possible?

I have my folder setup with the control file all ready to go but I cannot get python to package it for me.

Thanks for any help


RE: Building .deb packages - Larz60+ - Mar-04-2017

hello see: https://pypi.python.org/pypi/pm.recipe.debianize/0.8

while at it, you may want to search for other .deb packagers here: https://pypi.python.org/pypi


RE: Building .deb packages - wavic - Mar-05-2017

https://en.wikipedia.org/wiki/Deb_(file_format)