Questions tagged [stdeb]

stdeb allows you to create Debian packages (.deb files) from Python packages.

https://pypi.org/project/stdeb/

2 questions
3
votes
1 answer

How can I Debian-package a python application with a systemd unit using stdeb3/py2dsc and dpkg-buildpackage?

What I'd like to do is create a Debian package for a Python3 application and have the package install an associated systemd service, and remove/update it when the package is removed or updated. I have a Python3 program that I'd like to bundle into a…
davidA
  • 12,528
  • 9
  • 64
  • 96
1
vote
0 answers

Providing custom package name for debian package created using "stdeb"

I am trying to create a debian package using the below tool. astraw/stdeb I am able to create the package with default name as specified in the site. I need to provide custom name. "--package" is the option that we need to use. Issue is , though I…
ambikanair
  • 4,004
  • 11
  • 43
  • 83