From 10a972bbd7ab75c6d3cd68ec3e30b8a70bf3b168 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 30 Jul 2018 22:49:19 +0900 Subject: DEB build scripts: - fixed support for Devuan Jessie. - dropped Sarge, Etch, Lenny, Lucid from list of supported distros. - added auto detection of distro, distro name and architecture. Signed-off-by: Michele Calgaro --- debian/_buildscripts/local/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'debian/_buildscripts/local/README.txt') diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index d4434444b..f2eb1a2b2 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -56,9 +56,9 @@ A) Environment preparation to the respectivily named folders. 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: - sudo DIST= ARCH= pbuilder --create + sudo DISTRIBUTION= ARCHITECTURE= pbuilder create 8) Setup the build scripts locally: - copy build scripts from "TDE_DIR/1_git/tde-packaging/debian/_buildscripts/local" to "TDE_DIR/buildscripts" @@ -68,7 +68,8 @@ A) Environment preparation - edit "_config.sh" to set your preferences and check that the various folder names match the structure on your disk. Make sure to set the following variables: * TDE_DIR to the correct path. - * DISTRO, DISTRO_NAME and ARCHITECTURE to match the distro and architecture you want to build for. + * DISTRO, DISTRO_NAME and ARCHITECTURE to match the distro and architecture you want to build for if different + from your current setup. Otherwise the variables can be left empty and auto detection will be performed. * UPDATE_BRANCHES to the branches you want to keep updated from the main repositories. * DEFAULT_REPO_BRANCH to the branch to check out at the end of the repositories update process. -- cgit v1.2.3