From: Joerg Jaspert Date: Thu, 16 Jun 2011 21:11:38 +0000 (+0200) Subject: And away with version-checks in dak.conf X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=132e6518fffcba81dcd7cfb605bf2199ed7c284b And away with version-checks in dak.conf Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 1717b9e2..42659d96 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