diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-08-21 15:45:55 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-08-21 15:45:55 +0200 |
commit | b3c6c5bfa089fe96087aca333d148bfec1b2e193 (patch) | |
tree | 49dd6bfb7dd974f7a5b5524457c9d7f8a44f4737 | |
parent | 2fc57be024f875278c8f2e4f532718927b6e14eb (diff) | |
download | dovecot-antispam-b3c6c5bfa089fe96087aca333d148bfec1b2e193.tar.gz dovecot-antispam-b3c6c5bfa089fe96087aca333d148bfec1b2e193.tar.xz dovecot-antispam-b3c6c5bfa089fe96087aca333d148bfec1b2e193.zip |
build-depends on proper dovecot version (1.1 versions < 1.1.2 don't work)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f8ab8d7..bdd3c4b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dovecot-antispam Section: mail Priority: optional Maintainer: Johannes Berg <johannes@sipsolutions.net> -Build-Depends: debhelper (>= 6), dovecot-dev +Build-Depends: debhelper (>= 6), dovecot-dev (<< 1:1.1) | dovecot-dev (>= 1:1.1.2) Standards-Version: 3.7.3 Homepage: http://johannes.sipsolutions.net/Projects/dovecot-antispam |