summaryrefslogtreecommitdiff
path: root/dh_builddeb
blob: a62e81cede06102d38c24909d987cfb0bdcc07a8 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e
#
# Build the .deb package, assuming all the files are set up in debian/tmp.

PATH=debian:$PATH:/usr/lib/debhelper
source dh_lib
doit "dpkg --build debian/tmp .."