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 5c5d078687
start changelog for 2.1.3
12 years ago
..
README.Debian remove uuid helper code 13 years ago
changelog start changelog for 2.1.3 12 years ago
compat remove uuid helper code 13 years ago
control wrap and sort items in Debian packaging files 13 years ago
control.modules.in Bump Standards-Version to 3.9.3 13 years ago
copyright remove uuid helper code 13 years ago
dirs remove uuid helper code 13 years ago
dkms.conf.in remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-daemon.default Revert commit 9539 and re-add init stuff 13 years ago
ngcp-mediaproxy-ng-daemon.init Revert commit 9539 and re-add init stuff 13 years ago
ngcp-mediaproxy-ng-daemon.install remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-daemon.postinst remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-daemon.postrm remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-daemon.prerm remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-dev.install remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-iptables.install remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-kernel-dkms.postinst remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-kernel-dkms.prerm remove uuid helper code 13 years ago
ngcp-mediaproxy-ng-kernel-source.links remove uuid helper code 13 years ago
rules parallel builds 12 years ago
rules.modules remove uuid helper code 13 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