3 if [ -z "$1" -o -z "$2" ] ; then
5 echo "Usage: ./make-deb-local.sh tarball target_name"
7 echo "Extracts tarball in temporary directory and builds Debian"
8 echo "packages based on the internal debian scripts. Assumes"
9 echo "that it is running on a development Debian system."
11 echo "target_name is the directory under build/ that the .deb"
12 echo "files will be placed into."
18 TARNAME
=`basename "$TARPATH"`
24 cp "$TARPATH" "build/$TARGET"
30 fakeroot
-- debian
/rules binary