Merge "Add files for fm-mgr deb packaging"
This commit is contained in:
commit
eb8601d6ee
14
fm-mgr/debian/control
Normal file
14
fm-mgr/debian/control
Normal 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
6
fm-mgr/debian/rules
Normal file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_usrlocal:
|
Loading…
Reference in New Issue
Block a user