-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdemo_0.1-2_i386.json
39 lines (39 loc) · 1.01 KB
/
demo_0.1-2_i386.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"package": "demo-from-json",
"version": "0.1-2",
"section": "devel",
"priority": "optional",
"architecture": "i386",
"maintainer": "Mr. Apt <[email protected]>",
"description": "Dummy package\n Long description starts here...",
"preinst": "test/preinst",
"postinst": [
"cat -n /opt/demo/.gitignore"
],
"conffiles": "test/configs",
"changelog": [
{
"version": "0.1-2",
"distribution": "unstable",
"urgency": "low",
"date": "2016-12-24T12:40:10",
"changes": [
"Added another feature.",
"Fixed feature X."
]
},
{
"version": "0.1-1",
"distribution": "unstable",
"urgency": "low",
"date": "2016-12-23T11:24:00",
"changes": [
"First release."
]
}
],
"_target": "opt/demo",
"_out": "dist",
"_copyright": "test/copyright",
"_verbose": true
}