- From: Apodaca, Bob <bob_at_phxlab.honeywell.com>
- Date: Thu, 16 Nov 2006 10:17:39 -0700
In case anyone needs to build a deb for Etch:
1. Start with comedi-source 0.70 from "Sarge"
2. Copy the latest version of comedi (currently 0.73) on top of the
sarge source.
3. Patch the PCMCIA drivers for the missing dev_link_t (I used the patch
from David Schleef for ni_mio_cs and disabled the other PCMCIA drivers
by removing them from comedi/drivers/Kbuild).
4. Change the following line in debian/rules from this:
$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PKGNAME)
to this:
$(MAKE) install DEPMOD=/bin/true INSTALL_MOD_DIR=comedi
INSTALL_MOD_PATH=$(CURDIR)/debian/$(PKGNAME)
5. Run "debchange --nmu" to update the changelog and change the version
from 0.70 to 0.73.
6. Run "./debian/rules binary-modules" to build the package
Received on 2006-11-16Z17:17:39