]> git.donarmstrong.com Git - debhelper.git/blob - dh_builddeb
r280: * Oops. Fixed dh_shlibdeps so it actually generates dependancies, broke in
[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 .."