summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-05-10 12:28:58 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-05-10 12:28:58 -0500
commite55b0dc3b96cdac318dcf07309d18e763ccb7229 (patch)
tree35e65ffc784b5579e22fa0c4e6a5e5d8576fdff8 /schemas
parent4f745cc2731f7035f02566ba8bc1a0e9ae1b1a71 (diff)
downloadbcfg2-e55b0dc3b96cdac318dcf07309d18e763ccb7229.tar.gz
bcfg2-e55b0dc3b96cdac318dcf07309d18e763ccb7229.tar.bz2
bcfg2-e55b0dc3b96cdac318dcf07309d18e763ccb7229.zip
APT: Allow specification of deb-src lines (Resolves #1148)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'schemas')
-rw-r--r--schemas/packages.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/packages.xsd b/schemas/packages.xsd
index dbee2f31b..e538bb0e7 100644
--- a/schemas/packages.xsd
+++ b/schemas/packages.xsd
@@ -167,6 +167,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute type="xsd:boolean" name="debsrc">
+ <xsd:annotation>
+ <xsd:documentation>
+ Include ``deb-src`` lines in the generated APT
+ configuration. This only applies to sources with
+ :xml:attribute:`SourceType:type` = ``apt``.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attribute type="xsd:string" name="url">
<xsd:annotation>
<xsd:documentation>