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

feat: support apt colon arch syntax #38

Merged

Commits on Apr 24, 2024

  1. feat: support apt colon arch syntax

    debian package files seem to make use of this shorthand in packages that depend on python:
    
    Architecture: all
    Depends: python3:any
    
    This PR adds support for parsing this correctly, fixing the error whereby python3:any would be assumed to be the name of the whole package
    NotBobTheBuilder committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3468eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce0e02e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    1ebcbd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    411b372 View commit details
    Browse the repository at this point in the history
  2. gcc cases

    NotBobTheBuilder committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8eebc08 View commit details
    Browse the repository at this point in the history
  3. trailing commas

    NotBobTheBuilder committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0d4bc02 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    30cc20f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec03f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7065d2b View commit details
    Browse the repository at this point in the history