diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-06-07 15:19:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 15:19:51 +0200 |
commit | 714eb879caedcc32674b26fdc7583a6fcfeb4f85 (patch) | |
tree | e58fa59771825187d1030be6b2adeb30ac3890f9 /packaging/debian.control | |
parent | 456b7d066103dba85bc1bcf3cba36d1974aae277 (diff) | |
parent | fbc5ea2207be7c8f3200de6c14ee8729c723c2fb (diff) |
Merge pull request #2 from ronan22/master
add packaging
Diffstat (limited to 'packaging/debian.control')
-rw-r--r-- | packaging/debian.control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packaging/debian.control b/packaging/debian.control new file mode 100644 index 0000000..5e52b16 --- /dev/null +++ b/packaging/debian.control @@ -0,0 +1,27 @@ +Priority: optional +Maintainer: Ronan Le Martret <ronan.lemartret@iot.bzh> +Source: unicens2-binding +Build-Depends: debhelper (>= 5), + libmicrohttpd-dev , + cmake, + libsystemd-dev, + libssl-dev, + gcc, + g++, + libjson-c-dev, + electric-fence, + uuid-dev, + libasound2-dev, + libgcrypt20-dev, + libmagic-dev, + libmxml-dev, + app-framework-binder-bin, + app-framework-binder-dev +Standards-Version: 3.8.2 +Homepage: https://github.com/iotbzh/unicens-agent + +Package: unicens2-binding +Section: libs +Architecture: any +Depends: electric-fence +Description: unicens2-binding |