blob: 0c705333256a18c64959bff273c4f11e7d49b144 (
plain)
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
|
Source: mysource
# This is a comment
numeric-field: 0
my-field-one: myvalue1
my-field-two: myvalue2
long-field: line1
line 2 line 2 line 2
.
line 3 line 3 line 3
.
..
line 4
empty-field:
# First package
Package: mypackage1
Architecture: any
Depends: libc6
# Second package
Package: mypackage2
Architecture: all
Depends: hello
Package: mypackage3
Architecture: all
Depends:hello
Description: short one
long one
very long one
|