summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* DEB build scripts: fixed code for cross-building. Remove extraMichele Calgaro2018-11-233-3/+2
| | | | | | dependency on gettext-kde Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-10-074-5/+7
| | | | | | | | | - added tdeio-gopher, tdedocker, libtqt-perl. - removed applications/kuickshow (now built inside tdegraphics). - added "ack" to the list of programs available in a shell when a build fails. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-08-303-22/+9
| | | | | | | | | | - make opensync extra dependency deprecated in R14.1 series - update_repositories.sh will not mark a new package as UPDATE anymore. This because when updating multiple branches, modules only present in one branch would cause a lot of false UPDATE messages at each branch switch. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: update to update_repositories script.Michele Calgaro2018-08-191-63/+106
| | | | | | | | | | - reduced number of operation with server - added separate fetch phase - improve user feedback by reusing same line for modules with no changes, resulting in a clear view of modules that have been updated or have issues. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: remove dead branches from all "remote"s, not onlyMichele Calgaro2018-08-151-0/+3
| | | | | | from "origin" Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts:Michele Calgaro2018-07-306-102/+105
| | | | | | | | - 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/UBU build scripts: fixed typo in README.Slávek Banko2018-07-241-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB/UBU build scripts.Michele Calgaro2018-07-247-80/+153
| | | | | | | | | 1) added support for Devuan distros 2) added more command line options for update_repositories.sh 3) bug fixes and improved user feedback 4) added link inside ubuntu distro Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: several enhancements as follow:Michele Calgaro2018-07-1144-572/+771
| | | | | | | | | | | | | | | | - 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>
* DEB build scripts: major update aimed at simplifying the use forMichele Calgaro2018-06-2026-365/+384
| | | | | | non-root users. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: major update of README file after testing on a cleanMichele Calgaro2018-06-053-77/+95
| | | | | | netinstall VM. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: various fixes to allow normal user to build packages.Michele Calgaro2018-06-036-38/+49
| | | | | | | | | - removed need to mount/unmount TDE_DEBS_DIR folder into pbuilder repo folder - removed need to create "/var/cache/pbuilder/repo" folder - moved pbuilder hook folder to a subfolder of the user home folder - updated readme file Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: improved support for pbuilder and fixed problem with ↵Michele Calgaro2018-05-285-7/+73
| | | | | | apt-ftparchive in hook scripts. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed support for extra dependency modules.Michele Calgaro2018-05-287-95/+126
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: added support for GPG sign key.Michele Calgaro2018-05-282-22/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: fixed version numbering scheme. Added check to makeMichele Calgaro2018-05-285-13/+73
| | | | | | sure the selected distro and version is supported. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: added "create_repo" script. Prevent scripts from beingMichele Calgaro2018-05-283-4/+71
| | | | | | | run from tde-packaging git repo, to make sure the user follows the instructions provided. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: user is now required to copy the build scripts to aMichele Calgaro2018-05-283-28/+43
| | | | | | local folder Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build script: first commit, still work in progress althoughMichele Calgaro2018-05-2831-0/+1703
functional. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>