]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Clean up boolean logic
[dak.git] / config / debian / dak.conf
index bdbdf2c08f1472fe4acddad4de422519febea8c0..858c1f7149ca7ace260f2eb04930f59ee6f04074 100644 (file)
@@ -27,7 +27,6 @@ Dinstall
    LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags";
    Reject
    {
-     NoSourceOnly "true";
      ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml";
    };
    // if you setup an own dak repository and want to upload Debian packages you most possibly want
@@ -383,27 +382,6 @@ Archive
   };
 };
 
-Component
-{
-  main
-  {
-       Description "Main";
-       MeetsDFSG "true";
-  };
-
-  contrib
-  {
-       Description "Contrib";
-       MeetsDFSG "true";
-  };
-
-  non-free
-  {
-       Description "Software that fails to meet the DFSG";
-       MeetsDFSG "false";
-  };
-};
-
 Urgency
 {
   Default "low";