[elbe-devel] [PATCH v2 2/4] Add src-pkg definition to pbuilder
bage at linutronix.de
bage at linutronix.de
Sat Jan 25 15:58:20 CET 2020
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
More information about the elbe-devel
mailing list