File: README.modulespackage

package info (click to toggle)
dvb 0.9.4.20020321-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,068 kB
  • ctags: 5,791
  • sloc: ansic: 32,844; cpp: 13,679; xml: 9,017; makefile: 567; sh: 330; asm: 92
file content (14 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Some people maybe want to create modules packages for a specific
kernel-image package, using their header files only, without
make-kpkg. That is quite similar since I combined both rules files
together.

$ fakeroot debian/rules KSRC=/path/to/linux/source/or/headers kdist_image KVERS=KERNELVERSION KDREV=DEBIANVERSION

Now, you can take the generated Debian package in the $KSRC/..
directory. If you are a kernel maintainer and want to install the
packages into the archive, you can generate the .changes files using
this way:

$ dpkg-genchanges -b -B -e"YOUR NAME <nick@debian.org>" > ../dvb_VERSION-DEBIANVERSION_i386.changes
$ debsign -kYOURKEYID ../dvb_VERSION-DEBIANVERSION_i386.changes