-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support ddeb files #13
Labels
feature
A new functionality
Comments
LeonidVas
added a commit
that referenced
this issue
Dec 7, 2022
As long as we don't process the .ddeb files, we can just skip them and process the rest of the files correctly. Part of #13
Merged
LeonidVas
added a commit
that referenced
this issue
Dec 7, 2022
As long as we don't process the .ddeb files, we can just skip them and process the rest of the files correctly. Part of #13
LeonidVas
added a commit
that referenced
this issue
Dec 7, 2022
As long as we don't process the .ddeb files, we can just skip them and process the rest of the files correctly. Part of #13
LeonidVas
added a commit
that referenced
this issue
Dec 7, 2022
As long as we don't process the .ddeb files, we can just skip them and process the rest of the files correctly. Part of #13
LeonidVas
added a commit
that referenced
this issue
Dec 7, 2022
As long as we don't process the .ddeb files, we can just skip them and process the rest of the files correctly. Part of #13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Originally requested from the update_repo.sh tool here.)
https://wiki.debian.org/AutomaticDebugPackages
In brief, it is the new file extension for a deb package that contains only debug symbols.
The document above has a section regarding dak (debian repository management tool) rules:
I think we should at least consider the recommendation to place such packages to a separate 'archive' (a repository) to don't bloat the main repository.
The text was updated successfully, but these errors were encountered: