debian: allow rules to pick ACS_BUILD_OPTS from env

Only now debian builds can be noredist etc.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-12-02 13:45:18 +05:30
parent cb50eb8e17
commit 433a79f989
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -15,7 +15,7 @@ override_dh_auto_configure:
override_dh_auto_build:
mvn -T C1.5 clean package -Psystemvm -DskipTests -Dsystemvm \
-Dcs.replace.properties=replace.properties.tmp \
-Dmaven.repo.local=$(HOME)/.m2/repository
-Dmaven.repo.local=$(HOME)/.m2/repository \
${ACS_BUILD_OPTS}
override_dh_auto_clean: