DEB build scripts: fixed code for cross-building. Remove extra

dependency on gettext-kde

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/14/head
Michele Calgaro 6 years ago
parent 78f69187ea
commit a9cef411ca
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -9,7 +9,6 @@ if [[ "$USE_PREBUILD_EXTRA_DEPS" = "y" ]]; then
echo -e "${CBrown}#### Use of pre-built extra dependency packages is currently configured. Nothing to do. ####\n${CNone}" echo -e "${CBrown}#### Use of pre-built extra dependency packages is currently configured. Nothing to do. ####\n${CNone}"
echo "Use of pre-built extra dependency packages is currently configured. Nothing to do." >>"$LOG_BUILD_RESULT_FILENAME" echo "Use of pre-built extra dependency packages is currently configured. Nothing to do." >>"$LOG_BUILD_RESULT_FILENAME"
else else
build_module "edeps/gettext-kde"
build_module "edeps/fireflies" build_module "edeps/fireflies"
build_module "edeps/imlib" build_module "edeps/imlib"
# build_module "edeps/opensync" # deprecated - no longer required in R14.1 series. To remove in R14.2.0 # build_module "edeps/opensync" # deprecated - no longer required in R14.1 series. To remove in R14.2.0

@ -58,7 +58,7 @@ A) Environment preparation
7) Create pbuilder base package with the command: 7) Create pbuilder base package with the command:
sudo pbuilder create sudo pbuilder create
If you wish to build for a different distro or architecture, use the command: If you wish to build for a different distro or architecture, use the command:
sudo DISTRIBUTION=<target distro> ARCHITECTURE=<target architecture> pbuilder create sudo DISTRO_NAME=<target distro> ARCHITECTURE=<target architecture> pbuilder create
8) Setup the build scripts locally: 8) Setup the build scripts locally:
- copy build scripts from "TDE_DIR/1_git/tde-packaging/debian/_buildscripts/local" to "TDE_DIR/buildscripts" - copy build scripts from "TDE_DIR/1_git/tde-packaging/debian/_buildscripts/local" to "TDE_DIR/buildscripts"

@ -67,7 +67,7 @@ END_D05_03
eval pdebuild $OPT_INTERNAL_PBUILDER $OPT_SIGN_PKG_PBUILDER \ eval pdebuild $OPT_INTERNAL_PBUILDER $OPT_SIGN_PKG_PBUILDER \
--architecture $ARCHITECTURE \ --architecture $ARCHITECTURE \
--buildresult \"$MOD_DEB_PATH\" \ --buildresult \"$MOD_DEB_PATH\" \
--pbuilderroot \"sudo DIST=$DISTRO_NAME ARCH=$ARCHITECTURE\" \ --pbuilderroot \"sudo DISTRO_NAME=$DISTRO_NAME ARCHITECTURE=$ARCHITECTURE\" \
--logfile \"$BUILDING_LOG_FILE\" \ --logfile \"$BUILDING_LOG_FILE\" \
-- \ -- \
--bindmounts \"$TDE_DEBS_DIR\" \ --bindmounts \"$TDE_DEBS_DIR\" \

Loading…
Cancel
Save