- Go to the Debian packages page for the Lenny package.
- Download the original source and debian diffs.
- Unpack the original sourcestar -zxvf dfu-programmer_0.4.3.orig.tar.gz
- Apply debian patches... zcat dfu-programmer_0.4.3-1.diff.gz | patch -p0
- Hop in cd dfu-programmer-0.4.3
- Build packages fakeroot ./debian/rules binary-arch
- Fail... fix x flags on rules chmod +x debian/rules
- Fail... install libusb-dev
- Success! I now have a dfu-programmer_0.4.3-1_i386.deb in the parent directory.
- I can't test it, my only Etch machines are remote servers, but it installs ok and I expect it works.
I probably should have modified the version number to mark it as an Etch build, but this works for private use.
can you tell me how to install dfu-programmer on debian etch?
i can not find the package with apt.
greetings remo
contact me if interested (sherpya@netfarm.it)
http://oss.netfarm.it/download/vhd2img-64bit-aware.tar.bz2
(use wget or direct link, a link from a page will cause 503)
Well, err, uh, duh! I poked around in the .c file and removed the whole license preamble then it compiled just fine. Sorry about that. It worked great but the resulting .raw and converted .qcow2 file give me a BSOD when run with kvm.
Thanks,
Patrick.
This looks like just what the doctor ordered but it failed to compile for me:
Did I do something wrong or do you have any suggestions to help fix it?
Thanks much,
Patrick -> patrickkirchner AT yahoo . com
Current Directory = /tmp/vhd2img
-->make
cc -g -MMD -Wstrict-prototypes -Wall -Werror vhd2img.c -o vhd2img
vhd2img.c:38:38: error: missing terminating ' character
vhd2img.c:59:37: error: missing terminating ' character
vhd2img.c:67:67: error: missing terminating ' character
make: *** [vhd2img] Error 1
Decisions.