Merge commit 'b29e008b46d477b85d7a626ab5d1cb0ade49ac77'

This commit is contained in:
Repository mirror & CI
2026-06-16 22:48:49 +00:00

View File

@@ -24,6 +24,10 @@
<xs:selector xpath='stabilize-allarches'/>
<xs:field xpath='@restrict'/>
</xs:unique>
<xs:unique name='straightToStableUniquityConstraint'>
<xs:selector xpath='straight-to-stable'/>
<xs:field xpath='@restrict'/>
</xs:unique>
<xs:unique name='upstreamSingleConstraint'>
<xs:selector xpath='upstream'/>
<xs:field xpath='@fake-only-once'/>
@@ -65,6 +69,7 @@
</xs:unique>
</xs:element>
<xs:element name='stabilize-allarches' type='stabilizeAllArchesType'/>
<xs:element name='straight-to-stable' type='straightToStableType'/>
<xs:element name='upstream' type='upstreamType'>
<xs:unique name='upstreamMaintainerUniquityConstraint'>
<xs:selector xpath='maintainer'/>
@@ -224,6 +229,11 @@
default=''/>
</xs:complexType>
<!-- straight-to-stable -->
<xs:complexType name='straightToStableType'>
<xs:attribute name='restrict' type='restrictAttrType' default=''/>
</xs:complexType>
<!-- use flags -->
<xs:complexType name='useType'>
<xs:choice minOccurs='0' maxOccurs='unbounded'>