Verify lines in packages.sources

This commit is contained in:
Anders Ingemann 2014-01-09 17:24:47 +01:00
parent 065e6fdb5c
commit f632e5efce

View file

@ -43,7 +43,10 @@
"patternProperties": {
"^\\w+$": {
"type": "array",
"items": {"type": "string"},
"items": {
"type": "string",
"pattern": "^(deb|deb-src)\\s+(\\[\\s*(.+\\S)?\\s*\\]\\s+)?\\S+\\s+\\S+(\\s+(.+\\S))?\\s*$"
},
"minItems": 1
}
},