Added package target to generate .deb packages
authorWesley Hirsch <wesley.hirsch@riftio.com>
Tue, 7 Feb 2017 22:02:30 +0000 (17:02 -0500)
committerWesley Hirsch <wesley.hirsch@riftio.com>
Tue, 7 Feb 2017 22:02:30 +0000 (17:02 -0500)
commit2aaf6ad41aeb0a631f6cd0e57a1525af11e1223d
treebe269e1aa1529c447bfb132412f7e061224b1f7c
parentaf56fd26335608dac8bdb1095f8a588277bdc8a1
Added package target to generate .deb packages

I'm just calling the underlying `make rw.package` here.
RIFT_PACKAGE_GENERATOR is the variable that controls which types of
packages are generated.

Version numbering uses git describe, which isn't always accurate, but
seems to be reliable enough inside of a CI build system.

Change-Id: I1f460e66145bb7d62267092a718c738e96863b8a
Signed-off-by: Wesley Hirsch <wesley.hirsch@riftio.com>
Makefile