238 Linux for IBM ^ zSeries and S/390: Distributions
After that, you change into the newly created source directory and issue a
dpkg-buildpackage -b. This will build the binaries and create a new deb package
in superior directory. The -b parameter prevents dpkg-buildpackage from
creating the source archives again. After that, you have a new binary deb
package which you can install on your local (or any other) Caiman Linux system.
Following is an example for the whowatch package:
# ls who*
whowatch_1.3-1.diff.gz whowatch_1.3-1.dsc whowatch_1.3.orig.tar.gz
# dpkg-source -x whowatch_1.3-1.dsc
dpkg-source: extracting whowatch in whowatch-1.3
# cd whowatch-1.3/
/whowatch-1.3# dpkg-buildpackage -b
...
dpkg-deb: building package `whowatch' in `../whowatc ...