Merge "Add files for fm-mgr deb packaging"

This commit is contained in:
Zuul 2019-06-13 14:46:41 +00:00 committed by Gerrit Code Review
commit eb8601d6ee
2 changed files with 20 additions and 0 deletions

14
fm-mgr/debian/control Normal file
View File

@ -0,0 +1,14 @@
Source: fm-mgr
Priority: optional
Maintainer: StarlingX team <starlingx-discuss@lists.starlingx.io>
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.

6
fm-mgr/debian/rules Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_usrlocal: