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.
mediaproxy-ng/debian
Michael Prokop 42efb0fc68
Fix version number for dkms package in usage instructions.
14 years ago
..
README.Debian Fix version number for dkms package in usage instructions. 14 years ago
changelog Fix my email. 14 years ago
compat create tags and branches 14 years ago
control Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
control.modules.in s/mediaproxy-ng/ngcp-mediaproxy-ng-kernel-modules/ in debian/control.modules.in as well 14 years ago
copyright Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
dirs create tags and branches 14 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/ 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/ 14 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/ 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 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/ 14 years ago
ngcp-mediaproxy-ng.default Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
ngcp-mediaproxy-ng.init Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
rules Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 years ago
rules.modules Rework Debian packaging to fix build issue, fully rename to ngcp-* naming schema and get rid of kernel-module/debian/ 14 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