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
Richard Fuchs d9c97b06f0
add ipv6 options to init/default script
14 years ago
..
README.Debian Fix version number for dkms package in usage instructions. 14 years ago
changelog changelog/version 14 years ago
compat create tags and branches 14 years ago
control make the package depend on iptables 1.4+ 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 update for changed module/file names 14 years ago
ngcp-mediaproxy-ng-daemon.default add ipv6 options to init/default script 14 years ago
ngcp-mediaproxy-ng-daemon.init add ipv6 options to init/default script 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-daemon.postinst postinst: restart initscript instead of just start it 14 years ago
ngcp-mediaproxy-ng-iptables.install update for changed module/file names 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst dkms postinst: do not execute init script if it is not present yet. 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm Stop daemon when installing/removing the package. 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
rules fix another filename 14 years ago
rules.modules update for changed module/file names 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