File: README.modulespackage

package info (click to toggle)
linuxtv-dvb 1.1.1-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,208 kB
  • ctags: 5,339
  • sloc: ansic: 35,435; sh: 602; makefile: 438
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