From 428d3c6f0fe6012448cd66883e83576661bcc73f Mon Sep 17 00:00:00 2001 From: Marcela Rosales Date: Mon, 3 Jun 2019 11:04:02 -0500 Subject: [PATCH] Add files for fm-mgr deb packaging Add control and rules files to generate fm-mgr deb following StarlingX/MultiOS/Debian Wiki. Change-Id: I00d5684373c863e8b891816f1228c96b51641f61 Story: 2004792 Task: 33570 Signed-off-by: Marcela Rosales --- fm-mgr/debian/control | 14 ++++++++++++++ fm-mgr/debian/rules | 6 ++++++ 2 files changed, 20 insertions(+) create mode 100644 fm-mgr/debian/control create mode 100644 fm-mgr/debian/rules diff --git a/fm-mgr/debian/control b/fm-mgr/debian/control new file mode 100644 index 00000000..76889975 --- /dev/null +++ b/fm-mgr/debian/control @@ -0,0 +1,14 @@ +Source: fm-mgr +Priority: optional +Maintainer: StarlingX team +Build-Depends: debhelper (>=9), + uuid-dev, + libsystemd-dev, + fm-common-dev +Standards-Version: 3.9.6 + +Package: fm-mgr +Architecture: any +Pre-Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: This package contains StarlingX fm-mgr project. diff --git a/fm-mgr/debian/rules b/fm-mgr/debian/rules new file mode 100644 index 00000000..5cb837a1 --- /dev/null +++ b/fm-mgr/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_usrlocal: