diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-09 18:00:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | e48460055b2673733ac12bdb15dde2c6e2e4eb26 (patch) | |
tree | 526461121bd1d35edac6a1b4da3bc2035b8d65f5 /deb/debian.control.in | |
parent | 6291698ec643d2243f21fc7dbf626632405fc197 (diff) |
Update packaging creation
* update rpm creation
* add deb packaging
Change-Id: Idc1623b7b0ca72d4842e59f9495fc26c487ef008
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'deb/debian.control.in')
-rw-r--r-- | deb/debian.control.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deb/debian.control.in b/deb/debian.control.in new file mode 100644 index 0000000..6956a24 --- /dev/null +++ b/deb/debian.control.in @@ -0,0 +1,15 @@ +Priority: optional +Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> +Source: @NPKG_PROJECT_NAME@ +Build-Depends: debhelper (>= 5), + cmake, + gcc, + g++, +@DEB_PKG_DEPS@ +Standards-Version: 3.8.2 +Homepage: @PROJECT_URL@ + +Package: @NPKG_PROJECT_NAME@ +Section: libs +Architecture: any +Description: @PROJECT_DESCRIPTION@ |