summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
committerJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
commit7a21cda13e56f21b9f0cb60f69c42ec1e7830edd (patch)
treeb61a58cb1c5bbe3a930c7256d69b601549084794 /debian/control
parente3ef07dd34b1d8d39d32fa1e43351b7d54c61336 (diff)
downloadlibgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.tar.gz
libgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.zip
adding better debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
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).