]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb
r1: Initial revision
[debhelper.git] / dh_builddeb
1 #!/bin/sh -e
2 #
3 # Build the .deb package, assuming all the files are set up in debian/tmp.
4
5 PATH=debian:$PATH:/usr/lib/debhelper
6 source dh_lib
7 doit "dpkg --build debian/tmp .."