]> git.decadent.org.uk Git - dak.git/blob - tests/fixtures/dak.conf
Add dak.conf for tests as utilities parse it.
[dak.git] / tests / fixtures / dak.conf
1 # For extract_component_from_section tests
2
3 Component
4 {
5   main
6   {
7         Description "Main";
8   };
9
10   contrib
11   {
12         Description "Contrib";
13   };
14
15   non-free
16   {
17         Description "Software that fails to meet the DFSG";
18   };
19 };