Differences between revisions 12 and 13
Revision 12 as of 2010-12-19 03:37:20
Size: 2082
Editor: 72
Comment:
Revision 13 as of 2011-05-12 23:35:03
Size: 2500
Editor: Wilmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{{deb http://code.bitlbee.org/debian/devel/karmic/i386/ ./}}} {{{deb http://code.bitlbee.org/debian/devel/squeeze/i386/ ./}}}
Line 15: Line 15:
  * Debian Squeeze (6.0) (testing)
  * Ubuntu Hardy Heron (8.04 LTS)
  * Debian Squeeze (6.0)
  * Debian Wheezy
(testing)
Line 20: Line 20:
  * Ubuntu Natty Narwhal (11.04)
Line 45: Line 46:

== error in Version string '1:bzr-devel-773-0': version number does not start with digit ==

If you get an error message like that, dpkg is complaining about what version numbers for nightly builds used to look like. This problem is solved in the repository but you may have to manually install the right version once to get back on track using something like `apt-get install bitlbee=VERSION`

Daily built packages

Bitlbee offers daily builds for debian like linux distros. They are located at http://code.bitlbee.org/debian/. The most common way of adding the BitlBee repository, is by adding it to your sources.list file, located at /etc/apt/sources.list.

The line you need to add might look something like this:

deb http://code.bitlbee.org/debian/devel/squeeze/i386/ ./

The devel subdirectory means that it is the main development branch of bitlbee. The karmic subdirectory means that it is intended for the Karmic Koala release of Ubuntu and the i386 subdirectory means that it is intended for an i386 (32 bit) version of the operating system.

Builds are currently available for:

  • Debian Lenny (5.0)
  • Debian Squeeze (6.0)
  • Debian Wheezy (testing)
  • Ubuntu Karmic Koala (9.10)
  • Ubuntu Lucid Lynx (10.04 LTS)
  • Ubuntu Mavrick Meercat (10.10)
  • Ubuntu Natty Narwhal (11.04)

For the GPG key, copy-paste the following into your terminal

sudo apt-key add - << EOF
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.9 (GNU/Linux)   

mQGiBEv++B4RBACR8PCXpBRByIPMY2DxbqUP8LfVNRfgg7X2P4Z0e+zeYHujB0hJ
P6vOW/QmeYSuDzFVH3oOJsC+kaTExf2Rl0/Bm3X4GRkw6XJME/3HR7P0rNCCvqgD
QYOlhmP4qYEi0z6q9WslhqeYzilB/opsQTR/11zUjw5TGp1P/4rcCa0/6wCg87c/
BOP6XR64zQBD5rBcCzNeL0cD/iFE97JFAYIRHOiYjpgq0/pZ/PoMrULpiyq6+BPo
8YdcuRYdFYDC5Ghmmk0VDIf5knDdsSIA5+tJTHTiKpuHZ7JKx3aJ/HzuAHlG3RaV
eLTl0HvkxWis/ORsjyvztlVtbHy0vVVRaWriVq76MicpdIqY1tcRvmm38j7X+Ois
mcO1A/wNYgJyr0pHvj52T2iosKUHu2TFqVf9sWV0n+kFI1g/aG4oHWbevcrsnbtW
+3t80BNbWAA5zlN6Bdv1MRrFJzogyJK5ao1/Y2uF4wvD64EEKgA91riHKnOSuKo2
wCccja/CqLovaAN6dvNQ5OapuH+xuc+4IsPxPNCOUQ4TL0V6vbQ9Qml0bEJlZSBu
aWdodGx5IGJ1aWxkcyAuZGVicyBzaWduaW5nIGtleSA8YnVpbGRkQGJpdGxiZWUu
b3JnPohmBBMRAgAmBQJL/vgeAhsDBQkDwmcABgsJCAcDAgQVAggDBBYCAwECHgEC
F4AACgkQlO6h8sflBDZeaACfdSPK318+gnHjvFjNf0jEdomEnooAn0O5FizmFHny
PBaPjwdPZ6YyRfK5iEYEEBECAAYFAkv++0YACgkQeYWXmuMwQFExdQCdHbhFwQJ4
4HUdjxPZlPOt3iH9MZ8AoKm88QvS4dCuYmMt9KZ6oDKyCD5l
=Ktl0
-----END PGP PUBLIC KEY BLOCK-----
EOF

error in Version string '1:bzr-devel-773-0': version number does not start with digit

If you get an error message like that, dpkg is complaining about what version numbers for nightly builds used to look like. This problem is solved in the repository but you may have to manually install the right version once to get back on track using something like apt-get install bitlbee=VERSION

BitlBee Wiki: Packages (last edited 2016-05-07 23:23:54 by dx)