diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2015-05-09 09:42:16 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2015-05-09 09:42:16 +0200 |
commit | 70e68cfcf2e60a22f4a624446fe346dc254935a1 (patch) | |
tree | ac2de2b74694bb7372ff881bc27b3f24e078366a | |
parent | 041777e0f38dc991967fe7d2684836ac717ce871 (diff) |
Make the bitlbee-libpurple package provide the bitlbee package, so plugin
packages will be installable.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c5947745..7392b454 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Description: An 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}) +Provides: bitlbee Conflicts: bitlbee Replaces: bitlbee Description: An IRC to other chat networks gateway (using libpurple) |