diff options
author | joey <joey> | 1999-08-17 04:12:54 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:12:54 +0000 |
commit | 938b66ee19e113785e6655b1c3e73e9003e6464c (patch) | |
tree | d06bd22faa3da8940bec71ba2e34e2028b6e7764 /dh_builddeb | |
download | debhelper-938b66ee19e113785e6655b1c3e73e9003e6464c.tar.gz |
r1: Initial revision
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-x | dh_builddeb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dh_builddeb b/dh_builddeb new file mode 100755 index 00000000..a62e81ce --- /dev/null +++ b/dh_builddeb @@ -0,0 +1,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 .." |