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 8fd96ce10b changelog 14 years ago
..
README.Debian Fix version number for dkms package in usage instructions. 15 years ago
changelog changelog 14 years ago
compat create tags and branches 15 years ago
control Use Architecture all for ngcp-mediaproxy-ng package 14 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 integrate package version into dkms module as well 14 years ago
ngcp-mediaproxy-ng-daemon.default add ipv6 options to init/default script 14 years ago
ngcp-mediaproxy-ng-daemon.init for upgrade purposes, also rmmod the old ipv4-only module 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-daemon.postinst daemon maintainer scripts: install init script + handle package removal/upgrade 14 years ago
ngcp-mediaproxy-ng-daemon.postrm daemon maintainer scripts: install init script + handle package removal/upgrade 14 years ago
ngcp-mediaproxy-ng-daemon.prerm daemon maintainer scripts: install init script + handle package removal/upgrade 14 years ago
ngcp-mediaproxy-ng-iptables.install update for changed module/file names 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst maintainer scripts: use invoke-rc.d instead of directly invoking init script 14 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm maintainer scripts: use invoke-rc.d instead of directly invoking init script 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/ 15 years ago
rules debian/rules: invoke dh_installinit 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