Initial ngcp-mediaproxy-ng-dev packaging

This package provides the base for compiling mediaproxy's redis
stuff as shared library.

TODO: get rid of kernel-module/xt_MEDIAPROXY.h in
debian/ngcp-mediaproxy-ng-dev.install once call.h doesn't depend
on xt_MEDIAPROXY.h anymore (Richard is aware of it)

From: Michael Prokop <mprokop@sipwise.com>
remotes/origin/2.0
Michael Prokop 13 years ago
parent 4090cb4a93
commit c4c541cee1

11
debian/control vendored

@ -47,3 +47,14 @@ Description: IPtables kernel module for the NGCP media proxy - DKMS.
Provides the kernel-space part of the NGCP media proxy for high-
performance packet forwarding.
This package contains the source to be built with dkms.
Package: ngcp-mediaproxy-ng-dev
Architecture: all
Section: libdevel
Depends: debhelper (>= 5), ${misc:Depends}
Description: Development files for mediaproxy-ng
This package provides the header files of the mediaproxy-ng
software.
.
Install this package if you wish to develop your own programs using
mediaproxy-ng.

@ -0,0 +1,3 @@
daemon/*.h /usr/include/mediaproxy-ng/
# FIXME - remove dependency
kernel-module/xt_MEDIAPROXY.h /usr/include/mediaproxy-ng/

2
debian/rules vendored

@ -102,7 +102,7 @@ binary-arch: install \
# Build architecture independant packages
binary-indep: build install \
ngcp-mediaproxy-ng-daemon ngcp-mediaproxy-ng-kernel-dkms ngcp-mediaproxy-ng-kernel-source
ngcp-mediaproxy-ng-daemon ngcp-mediaproxy-ng-kernel-dkms ngcp-mediaproxy-ng-kernel-source ngcp-mediaproxy-ng-dev
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install kdist kdist_configure kdist_image kdist_clean

Loading…
Cancel
Save