]> git.decadent.org.uk Git - dak.git/commitdiff
Add dak.conf for tests as utilities parse it.
authorChris Lamb <lamby@debian.org>
Sat, 31 Oct 2009 21:35:45 +0000 (21:35 +0000)
committerChris Lamb <lamby@debian.org>
Sat, 31 Oct 2009 23:01:56 +0000 (23:01 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
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";
+  };
+};