Changeset a8aa823
- Timestamp:
- 2013-12-07T12:49:28Z (11 years ago)
- Branches:
- master
- Children:
- 48b75f1
- Parents:
- 434a2d0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r434a2d0 ra8aa823 512 512 echo 'OTR_PI=otr.so' >> Makefile.settings 513 513 fi 514 if [ "$otr" != 0 ] && ! pkg-config libotr --atleast-version=4.0; then 515 echo 516 echo 'WARNING: Your libotr seems to be old. BitlBee now needs at least libotr 4.0.' 517 # Not hard-failing because the code above doesn't use pkg-config, so who knows 518 # what's true at this point... 519 fi 514 520 515 521 if [ "$skype" = "1" -o "$skype" = "plugin" ]; then -
debian/control
r434a2d0 ra8aa823 5 5 Uploaders: Jelmer Vernooij <jelmer@samba.org> 6 6 Standards-Version: 3.9.1 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr5-dev , debhelper (>= 6.0.7~), asciidoc7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr5-dev | libotr2-dev, debhelper (>= 6.0.7~), asciidoc 8 8 Homepage: http://www.bitlbee.org/ 9 9 Vcs-Bzr: http://code.bitlbee.org/bitlbee/
Note: See TracChangeset
for help on using the changeset viewer.