summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/internals/_pbuilder.sh
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: fixed up spacing/tabs in commit 1ccf2a151.Michele Calgaro2021-07-201-84/+84
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: dropped 'internal pbuilder' option and some code ↵Michele Calgaro2021-07-201-8/+2
| | | | | | improvements. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2020-05-041-0/+14
| | | | | | | | | 1) updated application list. 2) fixed problem with .tdescminfo contents when branches are more recent than master/r14.0.x. 3) fixed issue with detection of extra dependencies repository. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for reproducible builds.Michele Calgaro2020-04-221-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support to disable parallel build if needed.Michele Calgaro2019-07-111-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed code for cross-building. Remove extraMichele Calgaro2018-11-231-1/+1
| | | | | | dependency on gettext-kde Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-07-301-1/+3
| | | | | | | | - 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 <michele.calgaro@yahoo.it>
* DEB build scripts: several enhancements as follow:Michele Calgaro2018-07-111-0/+91
- major rework of update_repositories.sh script, which now supports multiple branches and provide better feedback to user. - added support for pre-built extra dependency packages. A user can now use Slavek Banko's binary packages instead of building the extra dependency locally. This removes a quite tedious process during the setup of the building environment. - bug fixes and more user friendly folder names. - improved README to cover the complete process until TDE installation. Special thanks to Gregory Guy <zadig83@laposte.net> for testing and feedback done so far. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>