diff options
author | Marius Halden <marius.h@lden.org> | 2018-05-31 12:26:07 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2018-05-31 12:26:07 +0200 |
commit | caecc6deb160813d084e0a94099b42f434f7d9c9 (patch) | |
tree | 29df7bc72c79d01653b5fe87085477bf3c7c3637 /debian/control | |
parent | db02ac8971379f9fee2f3a618bb08b8076d1a83d (diff) | |
parent | 49ab3cbbe3d8a92cced850dac46dec671433c5da (diff) |
Merge branch 'master' into patched-masterHEADpatched-master
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 9f7db6db..5a4b39ca 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/bitlbee/bitlbee Package: bitlbee Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${binary:Version}) Conflicts: bitlbee-libpurple Replaces: bitlbee-libpurple Description: IRC to other chat networks gateway (default version) @@ -21,7 +21,7 @@ Description: IRC to other chat networks gateway (default version) Package: bitlbee-libpurple Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${binary:Version}) Conflicts: bitlbee Replaces: bitlbee Description: IRC to other chat networks gateway (using libpurple) @@ -37,7 +37,7 @@ Description: IRC to other chat networks gateway (using libpurple) If you don't need the extra features, it's better to use the built-in code. Package: bitlbee-common -Architecture: all +Architecture: any Depends: ${misc:Depends}, adduser Replaces: bitlbee Description: IRC to other chat networks gateway (common files/docs) @@ -49,8 +49,8 @@ Description: IRC to other chat networks gateway (common files/docs) bitlbee-libpurple. Package: bitlbee-dev -Architecture: all -Depends: ${misc:Depends}, bitlbee (>= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version}) +Architecture: any +Depends: ${misc:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${binary:Version}) Description: IRC to other chat networks gateway (dev files) This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google @@ -60,7 +60,7 @@ Description: IRC to other chat networks gateway (dev files) Package: bitlbee-plugin-otr Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${binary:Version}) Description: IRC to other chat networks gateway (OTR plugin) This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google |