Added manpages to the deb package, added autottols call to build-deb.sh
This commit is contained in:
parent
67577dd2d9
commit
63959632e3
13
build-deb.sh
13
build-deb.sh
@ -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
|
debuild -i -us -uc -b
|
||||||
#sudo pbuilder build $(NAME)_$(VERSION)-1.dsc
|
#sudo pbuilder build $(NAME)_$(VERSION)-1.dsc
|
||||||
|
1
build.sh
1
build.sh
@ -10,6 +10,7 @@ else
|
|||||||
#
|
#
|
||||||
# regenerate automake files
|
# regenerate automake files
|
||||||
#
|
#
|
||||||
|
echo "Running autotools..."
|
||||||
|
|
||||||
autoheader \
|
autoheader \
|
||||||
&& aclocal \
|
&& aclocal \
|
||||||
|
1
debian/libmbus1.install
vendored
1
debian/libmbus1.install
vendored
@ -1,2 +1,3 @@
|
|||||||
usr/lib/lib*.so.*
|
usr/lib/lib*.so.*
|
||||||
usr/bin/*
|
usr/bin/*
|
||||||
|
usr/share/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user