[elbe-devel] [PATCH 2/4] Add src-pkg definition to pbuilder
torben.hohn at linutronix.de
torben.hohn at linutronix.de
Fri Jan 24 19:36:33 CET 2020
On Wed, Jan 15, 2020 at 10:14:02PM +0100, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
>
> This new element is supposed to specify a name of a source package to be built
> with pbuilder.
>
> Signed-off-by: Bastian Germann <bage at linutronix.de>
Reviewed-by: Torben Hohn <torbenh.hohn at linutronix.de>
> ---
> schema/dbsfed.xsd | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index a9ec81bd2..435298f62 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -2315,6 +2315,14 @@
> </documentation>
> </annotation>
> <sequence>
> + <element name="src-pkg" type="rfs:string" minOccurs="0" maxOccurs="unbounded">
> + <annotation>
> + <documentation>
> + reference to a debian source package from a deb-src archive. The
> + source will be built with a pbuilder before the image generation.
> + </documentation>
> + </annotation>
> + </element>
> <element name="git" type="rfs:git_src" minOccurs="0" maxOccurs="unbounded">
> <annotation>
> <documentation>
> --
> 2.20.1
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
More information about the elbe-devel
mailing list