debuild option must be passed using --debuildopts

This commit is contained in:
Benjamin Dauvergne 2013-11-21 13:46:15 +01:00
parent 38bd3bab14
commit 1ed161eb5d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ for DIST in $DISTS; do
cd $BUILD_DIR/$PROJECT_NAME-$PROJECT_VERSION
echo "+ Building $PROJECT_NAME $PROJECT_VERSION $DIST $ARCH"
DIST=$DIST ARCH=$ARCH pdebuild -I*.mo --use-pdebuild-internal --debbuildopts '-sa'
DIST=$DIST ARCH=$ARCH pdebuild --use-pdebuild-internal --debbuildopts '-sa' --debbuildopts '-I*.mo'
echo "+ Add a build file to lock new build for $DIST on $ARCH"
touch $GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}_${ARCH}.build