diff options
author | zer0def <zer0def@zer0def.0> | 2015-05-28 09:34:21 +0200 |
---|---|---|
committer | zer0def <zer0def@zer0def.0> | 2015-05-28 09:45:09 +0200 |
commit | 6191263b71f7060e7d0d754db519599bbb71a802 (patch) | |
tree | 8560a62c5f4b3ab729ec09d2edf8aeb9495756cb | |
parent | b38f6555bd32356ac6befe329fea1764912ede96 (diff) |
Fixes 'Provides' in debian control file
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4feedb5f..49251a5f 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +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 +Provides: bitlbee (= ${source:Version}) Conflicts: bitlbee Replaces: bitlbee Description: An IRC to other chat networks gateway (using libpurple) |