- updated debian/rules to use new udev rules file
[barry.git] / debian / control
blobf9a6c590ff4cbfa8d0a778b4650844b416e301b6
1 Source: barry
2 Section: misc
3 Priority: optional
4 Maintainer: Chris Frey <cdfrey@foursquare.net>
5 Build-Depends: debhelper (>= 4.0.0), libusb-dev, libssl-dev, libboost-serialization-dev
6 Standards-Version: 3.6.1
8 Package: libbarry
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: Library for using the BlackBerry handheld on Linux
13  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
14  .
15  This package contains shared libraries.
17 Package: libbarry-dev
18 Section: libdevel
19 Architecture: any
20 Depends: libbarry
21 Description: Development files for libbarry.
22  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
23  .
24  This package contains the header files required for building applications
25  based on libbarry.
27 Package: barry-util
28 Section: utils
29 Architecture: any
30 Depends: udev (>= 0.056), ${shlibs:Depends}
31 Description: Command line utilities for working with the RIM BlackBerry Handheld.
32  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
33  .
34  This package contains command line utilities, such as bcharge, btool,
35  breset, etc.
37 Package: barrybackup-gui
38 Section: utils
39 Architecture: any
40 Depends: ${shlibs:Depends}
41 Description: GTK based GUI for backing up the RIM BlackBerry Handheld.
42  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
43  .
44  This package contains a GUI application for making backups and restores.
46 #Package: barry-doc
47 #Architecture: all
48 #Description: Documentation for barry
49 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
50 # It comes with a command line tool for exploring the device and for making quick
51 # backups. The goal of this project is to create a fully functional syncing
52 # mechanism on Linux.