Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding debian support #126

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Adding debian support #126

wants to merge 4 commits into from

Conversation

tbazant
Copy link

@tbazant tbazant commented Mar 6, 2024

Adding a debian/ subdirectory that is used to build a debian package

fixes #124

@tbazant tbazant requested a review from tomschr March 6, 2024 09:12
@tbazant tbazant self-assigned this Mar 6, 2024
Copy link
Contributor

@tomschr tomschr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tbazant Thanks for your contribution! 👍 Very much appreciated.

I have some minor questions, maybe you can address them before I merge it.

debian/patches/update-buildsh.patch Show resolved Hide resolved
debian/patches/update-buildsh.patch Show resolved Hide resolved
debian/control Outdated Show resolved Hide resolved
debian/geekodoc.install Outdated Show resolved Hide resolved
Comment on lines +14 to +19
.venv/bin/pip install debian/pypi/docopt_ng-0.8.1-py2.py3-none-any.whl
.venv/bin/pip install debian/pypi/zipp-3.17.0-py3-none-any.whl
.venv/bin/pip install debian/pypi/importlib_metadata-6.11.0-py3-none-any.whl
.venv/bin/pip install debian/pypi/lxml-4.9.3-cp311-cp311-manylinux_2_28_x86_64.whl
.venv/bin/pip install debian/pypi/typing_extensions-4.9.0-py3-none-any.whl
.venv/bin/pip install debian/pypi/rnginline-1.0.0-py3-none-any.whl
Copy link
Contributor

@tomschr tomschr Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to install these from PyPI (remote)? If not, could they be stored in the OBS repo instead of here?

tbazant and others added 2 commits March 7, 2024 11:53
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "debian" subdirectory for debian-based builds
2 participants