Browse Source

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>
git.mgm/mediaproxy-ng/2.0
Michael Prokop 14 years ago
parent
commit
c4c541cee1
3 changed files with 15 additions and 1 deletions
  1. +11
    -0
      debian/control
  2. +3
    -0
      debian/ngcp-mediaproxy-ng-dev.install
  3. +1
    -1
      debian/rules

+ 11
- 0
debian/control View File

@ -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.

+ 3
- 0
debian/ngcp-mediaproxy-ng-dev.install View File

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

+ 1
- 1
debian/rules View File

@ -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