diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2d3f996 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: libgato +Priority: extra +Maintainer: unknown <maemo@javispedro.com> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Section: libs +Homepage: https://gitorious.org/gato + +Package: libgato-dev +Section: devel +Architecture: any +Depends: libgato1 (= ${binary:Version}) +Description: Development header for libgato + libgato is a library that can used to communicate with Bluetooth Smart devices + using the Generitc Attribute Profile (GATT). + . + This package contains development headers. + +Package: libgato1 +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A Generic Attribute Profile library for Bluetooth devices + libgato is a library that can used to communicate with Bluetooth Smart devices + using the Generitc Attribute Profile (GATT). |