You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Fuchs f5998e1ffc restrict mediaproxy iptables rule to udp only 14 years ago
..
README.Debian Fix version number for dkms package in usage instructions. 15 years ago
changelog bump version/changelog 14 years ago
compat create tags and branches 15 years ago
control add uuid-dev to dependencies. 15 years ago
control.modules.in s/mediaproxy-ng/ngcp-mediaproxy-ng-kernel-modules/ in debian/control.modules.in as well 15 years ago
copyright Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
dirs create tags and branches 15 years ago
dkms.conf.in Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
ngcp-mediaproxy-ng-daemon.default add redis config to mediaproxy init scripts 15 years ago
ngcp-mediaproxy-ng-daemon.init restrict mediaproxy iptables rule to udp only 14 years ago
ngcp-mediaproxy-ng-daemon.install Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
ngcp-mediaproxy-ng-iptables.install Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst dkms postinst: do not execute init script if it is not present yet. 15 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm Stop daemon when installing/removing the package. 15 years ago
ngcp-mediaproxy-ng-kernel-source.links Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago
rules Fix init file name so it's included in the deb. 15 years ago
rules.modules Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 15 years ago

README.Debian

ngcp-mediaproxy-ng-kernel for Debian
------------------------------------

This package only works with kernels >= 2.6.32.

Instructions for usage
~~~~~~~~~~~~~~~~~~~~~~

1) module-assistant:

% sudo apt-get install linux-headers-$(uname -r)
% sudo apt-get install ngcp-mediaproxy-ng-kernel-source
% sudo m-a prepare
% sudo m-a -v -f -l $(uname -r) -k /usr/src/linux-headers-$(uname -r) a-b ngcp-mediaproxy-ng-kernel

How to debug build process:

% sudo m-a -d -v --text-mode -l $(uname -r) -k /usr/src/linux-headers-$(uname -r) a-i ngcp-mediaproxy-ng-kernel

2) DKMS:

% sudo apt-get install ngcp-mediaproxy-ng-kernel-dkms
% sudo dkms add -m ngcp-mediaproxy-ng -v 0.1
% sudo dkms build --kernelsourcedir /usr/src/linux-headers-$(uname -r) -m ngcp-mediaproxy-ng -v 0.1
% sudo dkms install -m ngcp-mediaproxy-ng -v 0.1