stdeb
stdeb copied to clipboard
produce Debian packages from Python packages
Good day, A couple of days ago I tried for the first time to build and upload a package to my PPA on Launchpad... I have a couple of (beginner)...
No matter what I try I get Build-Depends: python3-all in DEBIAN/control. Is there a fix for this issue? My application requires python3 >= 3.6 The docs suggest: To pass these...
`dpkg` says it can support a custom database being used, but setting `DPKG_ADMINDIR` or with a command line argument. However I wasnt able to get this working with stdeb. Either...
Currently, `pypi-download` only grabs the most recent release of the PyPI package, which may not be desired. See: https://github.com/astraw/stdeb/blob/master/stdeb/downloader.py#L52 It would be good to have a flag to specify which...
The `README.whatever` files in the package directory should be shipped to `/usr/share/doc/packagename/`.
Hi, The "debianize" command could parse the classifiers in setup.py like 'Programming Language :: Python :: 2' to detect if Python 2 and/or 3 are supported and enable the languages...
This pull request adds support for generating debian/watch file (which uses http://pypi.debian.net redirector to track new upstream releases)
This change allows `debianize` to run on MacOS (and probably other BSD-based platforms). The BSD `date` command does not have the `-R` flag previously used by this function.
I tried to run this under Fedora, but it doesn't seem to work. There are packages for the dpkg tools, but the script seems to use `dpkg-query` to see if...
…es=stdeb.command. However, this requires setuptools (which was removed in 2009). I do not know why it has been removed, and if these reasons are valid six years later, so I...