Remove temp file from sed plugin, adjust official debian manifset file.

This commit is contained in:
James Bromberger 2013-11-09 09:19:40 +00:00
parent 0da39a4298
commit 8e62ffba24

View file

@ -1,31 +0,0 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Backports setup and package install",
"type": "object",
"properties": {
"plugins": {
"type": "object",
"properties": {
"sed": {
"type": "array",
"items": {
"type": "object",
"properties": {
"file": {
"type": "string"
},
"find": {
"type": "string"
},
"replace": {
"type": "string"
}
}
}
}
},
"required": ["sed"]
}
},
"required": ["plugins"]
}