Removed openssl dependency due to license issues
[barry/pauldeden.git] / debian / control
bloba55992dca9267122c039a773d9144906b8610085
1 Source: barry
2 Section: misc
3 Priority: optional
4 Maintainer: Chris Frey <cdfrey@foursquare.net>
5 Build-Depends: debhelper (>= 4.0.0), cdbs, autoconf, automake, libtool, pkg-config, libusb-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0-dev (>= 0.22), libopensync0-dev (<< 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 Suggests: ppp
41 Description: Command line utilities for working with the RIM BlackBerry Handheld
42  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
43  .
44  This package contains command line utilities, such as bcharge, btool,
45  breset, etc.
47 Package: barry-util-dbg
48 Section: utils
49 Architecture: any
50 Depends: 
51 Description: Command line utilities for working with the RIM BlackBerry Handheld
52  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
53  .
54  This package contains the debug versions of the command line utilities.
56 Package: barrybackup-gui
57 Section: utils
58 Architecture: any
59 Depends: ${shlibs:Depends}
60 Description: GTK based GUI for backing up the RIM BlackBerry Handheld
61  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
62  .
63  This package contains a GUI application for making backups and restores.
65 Package: barrybackup-gui-dbg
66 Section: utils
67 Architecture: any
68 Depends: 
69 Description: GTK based GUI for backing up the RIM BlackBerry Handheld
70  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
71  .
72  This package contains the debug version of the backup GUI.
74 Package: libopensync-plugin-barry
75 Section: libs
76 Architecture: any
77 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), ${shlibs:Depends}
78 Description: Opensync Blackberry plugin, based on the Barry project
79  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
80  .
81  This package contains an opensync plugin for use with libopensync 0.22.
83 Package: libopensync-plugin-barry-dbg
84 Section: libs
85 Architecture: any
86 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30)
87 Description: Opensync Blackberry plugin, based on the Barry project
88  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
89  .
90  This package contains the debug version of the Barry opensync plugin.
92 #Package: barry-doc
93 #Architecture: all
94 #Description: Documentation for barry
95 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
96 # It comes with a command line tool for exploring the device and for making quick
97 # backups. The goal of this project is to create a fully functional syncing
98 # mechanism on Linux.