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: