[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/2] And away with version-checks in dak.conf



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/dak.conf |   91 ------------------------------------------------
 1 files changed, 0 insertions(+), 91 deletions(-)

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 1717b9e..42659d9 100644
--- a/config/debian/dak.conf
+++ b/config/debian/dak.conf
@@ -196,17 +196,6 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    OldStable;
-	  };
-	  Enhances
-          {
-	    OldStable;
-	  };
-	};
   };
 
   Proposed-Updates
@@ -217,24 +206,6 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    OldStable;
-	    Stable;
-	  };
-//	  MustBeOlderThan
-//	  {
-//	    Testing;
-//	    Unstable;
-//	    Experimental;
-//	  };
-	  Enhances
-          {
-	    Stable;
-	  };
-	};
   };
 
   Testing
@@ -255,25 +226,6 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    OldStable;
-	    Stable;
-//	    Proposed-Updates;
-	    Testing;
-	  };
-	  MustBeOlderThan
-	  {
-	    Unstable;
-	    Experimental;
-	  };
-	  Enhances
-          {
-	    Testing;
-          };
-	};
   };
 
   Squeeze-Updates
@@ -284,25 +236,6 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    Stable;
-	  };
-      MustBeOlderThan
-      {
-        Testing;
-        Testing-Proposed-Updates;
-        Unstable;
-        Experimental;
-      };
-	  Enhances
-      {
-	    Stable;
-	  };
-	};
-
   };
 
   Unstable
@@ -313,17 +246,6 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    OldStable;
-	    Stable;
-//	    Proposed-Updates;
-	    Testing;
-	    Testing-Proposed-Updates;
-	  };
-	};
   };
 
   Experimental
@@ -334,20 +256,7 @@ Suite
 	  contrib;
 	  non-free;
 	};
-	VersionChecks
-	{
-	  MustBeNewerThan
-	  {
-	    OldStable;
-	    Stable;
-//	    Proposed-Updates;
-	    Testing;
-	    Testing-Proposed-Updates;
-	    Unstable;
-	  };
-	};
   };
-
 };
 
 SuiteMappings
-- 
1.7.2.5


Reply to: