Reduced minimum password retry level from 6 to 3
[barry/pauldeden.git] / debian / control
blob743d0ad7b38e0680500e2445a13fc25e5f895a0a
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 Priority: extra
20 Architecture: any
21 Depends: libbarry
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: libbarry
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: 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, etc.
48 Package: barry-util-dbg
49 Section: utils
50 Priority: extra
51 Architecture: any
52 Depends: barry-util
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: ${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
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: libopensync-plugin-barry
78 Section: libs
79 Architecture: any
80 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), ${shlibs:Depends}
81 Description: Opensync Blackberry plugin, based on the Barry project
82  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
83  .
84  This package contains an opensync plugin for use with libopensync 0.22.
86 Package: libopensync-plugin-barry-dbg
87 Section: libs
88 Priority: extra
89 Architecture: any
90 Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), libopensync-plugin-barry
91 Description: Opensync Blackberry plugin, based on the Barry project
92  Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
93  .
94  This package contains the debug version of the Barry opensync plugin.
96 #Package: barry-doc
97 #Architecture: all
98 #Description: Documentation for barry
99 # Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.
100 # It comes with a command line tool for exploring the device and for making quick
101 # backups. The goal of this project is to create a fully functional syncing
102 # mechanism on Linux.