Hallo Stefan,
As current bzr is a bit inconsistent with respect to packaging I have prepared some source packages from unicap libs bzr 68 and ucview bzr 12. You find them at
http://wwwuser.gwdg.de/~mrickma/unicap/ ... 024.tar.gz but you will have to compile them before installation. Note that everthing is under the GNU General Public License.
First install a few essential packages for building:
sudo apt-get install checkinstall build-essential dh-make devscripts fakeroot patch diff patchutils
Make a new directory, download my archive to it and extract it. In the source directory you will find three types of files xxx.orig.tar.gz ones containing the original source code, xxx.debian.tar.gz ones containing the debian subdirectory needed to build, and xxx.dsc ones which just contain the description of the package. I have versioned packages which will compile the original bzr code -bzr1.0 , packages which will aply my changes are versioned -mri1.0 (libunicap, ucview).
You will have to compile and install libunicap, libucil, libunicapgtk, ucview and ucview-plugins in that order. Let us start with the first one.
Setup the source:
dpkg-source -x source/libunicap_0.9.12-mri1.0.dsc
Change to the newly generated directory and compile the source:
cd libunicap-0.9.12
debuild -us -uc # debuild will complain about missing packages, sudo apt-get install them
cd ..
As your superuser install the packages:
sudo dpkg -i libunicap2_0.9.12-mri1.0_i386.deb libunicap2-dev_0.9.12-mri1.0_i386.deb
For each package you will need to install a binary and a -dev package, for the plugins only a binary package. If present, for the binaries prefer the xx2 to the xx-2 ones. Repeat the cycle for libucil, libunicapgtk, ucview and ucview-plugins.
Good luck
Michael