updated change log to reflect reality
[barry.git] / debian / control
blob330d33612d9d27d8813e798508d910eb91ef2299
1 Source: barry
2 Section: misc
3 Priority: optional
4 Maintainer: Chris Frey <cdfrey@foursquare.net>
5 Build-Depends: debhelper (>= 4.0.0), cdbs, pkg-config, libusb-dev, libssl-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0 (>= 0.22), libopensync0 (<< 0.30)
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-dbg
18 Section: libs
19 Architecture: any
20 Depends:
21 Description: Library for using the BlackBerry handheld on Linux
22  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
23  .
24  This package contains the debug version of the libbary shared library.
26 Package: libbarry-dev
27 Section: libdevel
28 Architecture: any
29 Depends: libbarry
30 Description: Development files for libbarry.
31  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
32  .
33  This package contains the header files required for building applications
34  based on libbarry.
36 Package: barry-util
37 Section: utils
38 Architecture: any
39 Depends: udev (>= 0.056), ${shlibs:Depends}
40 Description: Command line utilities for working with the RIM BlackBerry Handheld.
41  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
42  .
43  This package contains command line utilities, such as bcharge, btool,
44  breset, etc.
46 Package: barry-util-dbg
47 Section: utils
48 Architecture: any
49 Depends: 
50 Description: Command line utilities for working with the RIM BlackBerry Handheld.
51  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
52  .
53  This package contains the debug versions of the command line utilities.
55 Package: barrybackup-gui
56 Section: utils
57 Architecture: any
58 Depends: ${shlibs:Depends}
59 Description: GTK based GUI for backing up the RIM BlackBerry Handheld.
60  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
61  .
62  This package contains a GUI application for making backups and restores.
64 Package: barrybackup-gui-dbg
65 Section: utils
66 Architecture: any
67 Depends: 
68 Description: GTK based GUI for backing up the RIM BlackBerry Handheld.
69  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
70  .
71  This package contains the debug version of the backup GUI.
73 Package: libopensync-plugin-barry
74 Section: libs
75 Architecture: any
76 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), ${shlibs:Depends}
77 Description: Opensync Blackberry plugin, based on the Barry project.
78  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
79  .
80  This package contains an opensync plugin for use with libopensync 0.22.
82 Package: libopensync-plugin-barry-dbg
83 Section: libs
84 Architecture: any
85 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30)
86 Description: Opensync Blackberry plugin, based on the Barry project.
87  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
88  .
89  This package contains the debug version of the Barry opensync plugin.
91 #Package: barry-doc
92 #Architecture: all
93 #Description: Documentation for barry
94 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
95 # It comes with a command line tool for exploring the device and for making quick
96 # backups. The goal of this project is to create a fully functional syncing
97 # mechanism on Linux.