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

Add harvester for Debian #46 #174

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AlexandreBeaurain
Copy link

Hello,

I implemented an harvester for Debian packages. This was quite complicated because there is no java implementation of APT, and no Rest Json API directly on top of the Debian repositories. The workaround I've found is to use Ubuntu's Launchpad API. This can clearly be improved because in this way, I do not consider the version at all, nor even the distribution, but it is then possible to obtain information on the project concerned, as well as its license.

Note that I also had to update the PyYAML dependency which was outdated, and blocked the build of the Docker image

Tell me what you think.

Best regards

@AlexandreBeaurain AlexandreBeaurain requested a review from a team as a code owner May 23, 2024 14:50
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.

1 participant