1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.. artifact:: debian:source-package
Category ``debian:source-package``
==================================
This artifact represents a set of files that can be extracted in some
way to provide a file hierarchy containing source code that can be built
into :artifact:`debian:binary-package` artifact(s).
* Data:
* name: the name of the source package
* version: the version of the source package
* type: the type of the source package
* ``dpkg`` for a source package that can be extracted with ``dpkg-source -x`` on the ``.dsc`` file
* dsc_fields: a parsed version of the fields available in the .dsc file
* Files: for the ``dpkg`` type, a ``.dsc`` file and all the files
referenced in that file
* Relationships:
* built-using: in the case of a source package that was :task:`assembled
automatically <AssembleSignedSource>` after signing files, the
:artifact:`debian:binary-package` artifacts that contain the
corresponding unsigned files
|