aboutsummaryrefslogtreecommitdiff
path: root/build_debian.sh
blob: 7e815175c4c783c45e71ff83fb87f303ef3b3e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo "chmod +x debian/rules"
chmod +x debian/rules

# in some environments the '-rfakeroot' can cause a failure (e.g. when
# building as root). If so, remove that argument from the following:
echo "dpkg-buildpackage -b -rfakeroot"
dpkg-buildpackage -b -rfakeroot

# If the above succeeds then the ".deb" binary package is placed in the
# parent directory.