diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-06-07 20:13:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-06-07 20:13:55 +0100 |
commit | b6dd429999c8737589f2f689879f8240d9bc048f (patch) | |
tree | c3ccd1c7d2f46472a31dc88bcfe19e1d613b6285 /debian/control | |
parent | c40580daeea1f08d276dd2677ed8276124f8d048 (diff) |
Fixed bitlbee.deb dep in bitlbee-dev to deal with binary NMUs.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e6302c13..86488c8a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Description: An IRC to other chat networks gateway Package: bitlbee-dev Architecture: all -Depends: bitlbee (= ${binary:Version}) +Depends: bitlbee (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) Description: An IRC to other chat networks gateway This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber, ICQ, AIM, MSN and Yahoo. |