]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Merge commit 'ftpmaster/master'
[dak.git] / tests / fixtures / dak.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..94992fe5c700bb7c8a96338df647a6fda7705f4a 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";
+  };
+};