Tarball tree for barry-0.17.0.tar.bz2
[barry.git] / debian / control
blobf7c551dbc0362c9ad19e0691a1d2538e71cf2250
1 Source: barry
2 Section: misc
3 Priority: optional
4 Maintainer: Chris Frey <cdfrey@foursquare.net>
5 Build-Depends: debhelper (>= 4.0.0), g++ (>= 4.1), cdbs, autoconf, automake, libtool, pkg-config, libusb-dev, libboost-serialization-dev, libxml++2.6-dev, libfuse-dev (>= 2.5), zlib1g-dev, libtar-dev, libglib2.0-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, gettext (<< 0.18) | autopoint
6 Standards-Version: 3.8.0
8 Package: libbarry0
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: libbarry0-dbg
18 Section: libs
19 Priority: extra
20 Architecture: any
21 Depends: libbarry0 (= ${binary:Version})
22 Description: Library for using the BlackBerry handheld on Linux
23  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
24  .
25  This package contains the debug version of the libbary shared library.
27 Package: libbarry-dev
28 Section: libdevel
29 Architecture: any
30 Depends: libbarry0 (= ${binary:Version}), libusb-dev
31 Description: Development files for libbarry
32  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
33  .
34  This package contains the header files required for building applications
35  based on libbarry.
37 Package: barry-util
38 Section: utils
39 Architecture: any
40 Depends: libbarry0 (= ${binary:Version}), udev (>= 0.056), ${shlibs:Depends}
41 Suggests: ppp
42 Description: Command line utilities for working with the RIM BlackBerry Handheld
43  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
44  .
45  This package contains command line utilities, such as bcharge, btool,
46  breset, bio, etc.
48 Package: barry-util-dbg
49 Section: utils
50 Priority: extra
51 Architecture: any
52 Depends: barry-util (= ${binary:Version})
53 Description: Command line utilities for working with the RIM BlackBerry Handheld
54  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
55  .
56  This package contains the debug versions of the command line utilities.
58 Package: barrybackup-gui
59 Section: utils
60 Architecture: any
61 Depends: libbarry0 (= ${binary:Version}), ${shlibs:Depends}
62 Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld
63  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
64  .
65  This package contains a GUI application for making backups and restores.
67 Package: barrybackup-gui-dbg
68 Section: utils
69 Priority: extra
70 Architecture: any
71 Depends: barrybackup-gui (= ${binary:Version})
72 Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld
73  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
74  .
75  This package contains the debug version of the backup GUI.
77 #Package: barry-doc
78 #Architecture: all
79 #Description: Documentation for barry
80 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
81 # It comes with a command line tool for exploring the device and for making quick
82 # backups. The goal of this project is to create a fully functional syncing
83 # mechanism on Linux.