Skip to content

Commit

Permalink
add a test for devscripts being installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 21, 2017
1 parent 9ad29f4 commit 9e12830
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/do_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ exit;

fi

DEBUILD=`which debuild`;

if [ "$DEBUILD" == "" ]; then
echo "You must install the devscripts package. Try sudo apt-get install devscripts";
exit;
fi

for i in "$@"
do
case $i in
Expand Down

0 comments on commit 9e12830

Please sign in to comment.