diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-09 18:00:41 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-20 11:36:08 +0200 |
commit | 0daaff3b597af4e656c8cd274c28a46d70e88963 (patch) | |
tree | 1646a4aebaac0aa2d2ff41208aaf179d15d11f2a /deb/deb-config.dsc.in | |
parent | 8d9b7f22c821e149a09824df50a6775fac43a977 (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/deb-config.dsc.in')
-rw-r--r-- | deb/deb-config.dsc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deb/deb-config.dsc.in b/deb/deb-config.dsc.in new file mode 100644 index 0000000..be9c0f2 --- /dev/null +++ b/deb/deb-config.dsc.in @@ -0,0 +1,14 @@ +Format: @PROJECT_VERSION@ +Source: @NPKG_PROJECT_NAME@ +Binary: @NPKG_PROJECT_NAME@-bin +Architecture: any +Version: 2.0-0 +Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> +Standards-Version: 3.8.2 +Homepage: @PROJECT_URL@ +Build-Depends: debhelper (>= 5), + cmake, + gcc, + g++, +@DEB_PKG_DEPS@ +Debtransform-Tar: @NPKG_PROJECT_NAME@_@PROJECT_VERSION@.orig.tar.gz |