]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Merge commit 'lamby/master' into merge
[dak.git] / tests / fixtures / dak.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a73884088bb405b45dc17da462afc6a241622254 100644 (file)
@@ -0,0 +1,19 @@
+// For extract_component_from_section tests
+
+Component
+{
+  main
+  {
+       Description "Main";
+  };
+
+  contrib
+  {
+       Description "Contrib";
+  };
+
+  non-free
+  {
+       Description "Software that fails to meet the DFSG";
+  };
+};