Added manpages to the deb package, added autottols call to build-deb.sh

This commit is contained in:
Tmtom 2012-07-18 21:06:03 +02:00
parent 67577dd2d9
commit 63959632e3
3 changed files with 15 additions and 0 deletions

View File

@ -8,5 +8,18 @@
#
# ------------------------------------------------------------------------------
if [ ! -f Makefile ]; then
#
# regenerate automake files
#
echo "Running autotools..."
autoheader \
&& aclocal \
&& libtoolize --ltdl --copy --force \
&& automake --add-missing --copy \
&& autoconf
fi
debuild -i -us -uc -b
#sudo pbuilder build $(NAME)_$(VERSION)-1.dsc

View File

@ -10,6 +10,7 @@ else
#
# regenerate automake files
#
echo "Running autotools..."
autoheader \
&& aclocal \

View File

@ -1,2 +1,3 @@
usr/lib/lib*.so.*
usr/bin/*
usr/share/*