You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know, debhelper is a very fragile glitchy tool too tied to makefiles and shell. This makes it completely unusabld, that's why we use python. But there are multiple solutions each solves own problems:
I guess all of them should be combined into a unified solution which should kill and replace debhelper and be integrated into python-based build systems (meson, scons, setuptools...)
The text was updated successfully, but these errors were encountered:
As we all know,
debhelper
is a very fragile glitchy tool too tied to makefiles and shell. This makes it completely unusabld, that's why we use python. But there are multiple solutions each solves own problems:https://github.com/xolox/python-deb-pkg-tools
https://gitlab.com/KOLANICH/CMake_deb_packages_CI/blob/master/pydebhelper.py
https://github.com/d9pouces/DebTools
https://github.com/astraw/stdeb
I guess all of them should be combined into a unified solution which should kill and replace debhelper and be integrated into python-based build systems (meson, scons, setuptools...)
The text was updated successfully, but these errors were encountered: