From 7a21cda13e56f21b9f0cb60f69c42ec1e7830edd Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 6 Dec 2013 00:26:27 +0100 Subject: adding better debian packaging --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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). -- cgit v1.2.3