Commit Graph

16 Commits

Author SHA1 Message Date
xeffyr 153d6e0459 update codeowners
%ci:no-build
2022-01-31 20:18:51 +02:00
Leonid Pliushch 9c9e7f65b8 update maintainer info
Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.

DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.

%ci:no-build
2020-05-13 11:05:52 +03:00
Fredrik Fornwall 1f6c856abf build-essential: Remove python2 from suggests 2020-03-16 13:43:44 +01:00
Leonid Pliushch 970391d6ab build-essential: keep bare minimum in dependencies & move others to recommends 2020-02-07 13:29:11 +02:00
Leonid Pliushch 8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Leonid Pliushch ceb385a9a8 build-package.sh: fix metapackage creation
Metapackages shouldn't have data inside.

%ci:reset-backlog
2019-08-13 02:03:59 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch b563281d63 undo "Unsplit essential packages"
Seems it is not possible to unsplit these packages currently.

%ci:reset-backlog
2019-08-11 19:44:55 +03:00
Leonid Pliushch eefe9fbe26 xz-utils: unsplit from liblzma
Same reason as for curl and bzip2.
2019-08-11 17:40:39 +03:00
Leonid Pliushch 864a138534 unsplit bzip2 from libbz2
Same reason as for 'curl'.
2019-08-11 17:40:39 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch cc037459aa update maintainer fields where needed
[skip ci]
2019-05-16 19:54:59 +03:00
Leonid Pliushch b648bf27fc build-essential: bump revision 2019-05-15 16:18:33 +03:00
Leonid Pliushch bbe0409613 build-essential: move util-linux to depends 2019-05-15 16:18:33 +03:00
Yuvraj Saxena c09aa270b9 termux-packages: Add util-linux to build-essential
Signed-off-by: Yuvraj Saxena <ysaxenax@gmail.com>
2019-05-15 16:18:33 +03:00
Leonid Pliushch bd40522617 enable package 'build-essential'
It is now fixed and enhanced to met Termux requirements.
2019-05-11 18:36:47 +03:00