]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
create new class InstallerCopier
[dak.git] / tests / fixtures / dak.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1c50af073a9a2424b7718466931978b9488e94cc 100644 (file)
@@ -0,0 +1,24 @@
+// For extract_component_from_section tests
+
+Component
+{
+  main
+  {
+       Description "Main";
+  };
+
+  contrib
+  {
+       Description "Contrib";
+  };
+
+  non-free
+  {
+       Description "Software that fails to meet the DFSG";
+  };
+};
+
+Dir
+{
+  Root "fixtures/ftp/";
+};