debian/rules: Build package using autogen.sh.

This commit is contained in:
Vangelis Mouhtsis 2014-04-21 21:37:21 +03:00
parent 88531f07b6
commit afa7e1a4ab

2
debian/rules vendored
View File

@ -7,6 +7,8 @@ override_dh_install:
dh_install --list-missing dh_install --list-missing
override_dh_auto_configure: override_dh_auto_configure:
# ustream is without configure. autogen.sh will create it
NOCONFIGURE=1 ./autogen.sh
# We patched the configure.ac, rebuild configure # We patched the configure.ac, rebuild configure
REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes \ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes \
PKG_NAME=mate-power-manager mate-autogen PKG_NAME=mate-power-manager mate-autogen