TODO update
[barry.git] / debian / control
blobcb5e06bf119f8141d97ce6784c9b87db4eb425d6
1 Source: barry
2 Section: main
3 Priority: optional
4 Maintainer: Chris Frey <cdfrey@foursquare.net>
5 Build-Depends: debhelper (>= 4.0.0), libusb-dev
6 Standards-Version: 3.6.1
8 Package: barry
9 Architecture: any
10 Depends: udev (>= 0.056), ${shlibs:Depends}
11 Description: Applications for using the BlackBerry handheld on Linux
12  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
13  It comes with a command line tool for exploring the device and for making quick
14  backups. The goal of this project is to create a fully functional syncing
15  mechanism on Linux.
16  .
17  This version only contains the bcharge utility, which provides USB charging
18  capability on Linux.
20 #Package: barry-doc
21 #Architecture: all
22 #Description: Documentation for barry
23 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
24 # It comes with a command line tool for exploring the device and for making quick
25 # backups. The goal of this project is to create a fully functional syncing
26 # mechanism on Linux.