File: README.Debian

package info (click to toggle)
module-assistant 0.11.14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: perl: 1,350; sh: 372; makefile: 168
file content (21 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
someproject for Debian
------------------

o How do I build this module the Debian way?

- Building with module-assistant

$ m-a a-i someproject

(for kernel source or headers in non-standard directory, add the option 
-k /path/to/kernel/source with the correct path)


- Building manually

$ cd /usr/src/
$ tar jxvf someproject.tar.bz2
$ cd modules/someproject
$ fakeroot debian/rules kdist_image

(no fakeroot needed if you run this as root)