From 0daaff3b597af4e656c8cd274c28a46d70e88963 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 9 Jun 2017 18:00:41 +0200 Subject: Update packaging creation * update rpm creation * add deb packaging Change-Id: Idc1623b7b0ca72d4842e59f9495fc26c487ef008 Signed-off-by: Ronan Le Martret --- deb/debian.control.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deb/debian.control.in (limited to 'deb/debian.control.in') 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@ -- cgit 1.2.3-korg