.. _artifact-upload: Category ``debian:upload`` ========================== This artifact represents an upload of source and/or binary packages. Currently uploads are always represented with ``.changes`` file but the structure of the artifact makes it possible to represent other kind of uploads in the future (like uploads with signed git tags, or some debusine native internal upload). * Data: * type: the type of the source upload * ``dpkg``: for an upload generated out of a ``.changes`` file created by ``dpkg-buildpackage`` * changes_fields: a parsed version of the fields available in the ``.changes`` file * Files: * a ``.changes`` file * All files mentioned in the ``.changes`` file * Relationships: * extends: (optional) one ``debian:source-package`` * extends: (optional) one or more ``debian:binary-package`` and/or ``debian:binary-packages``