Leonid Pliushch
|
9173eaad20
|
build-package.sh: use globstar when splitting static libraries
Handle cases when static libraries located in subdirectory.
Enables support for globstar (example './**/*.a') pattern in subpackage
splitting.
|
2019-07-30 01:21:01 +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
|
4f811f734e
|
build-package.sh: allow to mark subpackages as essential
|
2019-07-21 22:18:09 +03:00 |
|
Leonid Pliushch
|
7a25f8489b
|
termux_create_subpackages.sh: fix syntax errors
|
2019-05-10 18:50:03 +03:00 |
|
Tom Yan
|
fc76b5e1f4
|
build-package: fix subpackage-parent dependency
|
2019-05-10 18:50:03 +03:00 |
|
Leonid Pliushch
|
96f46c6a5d
|
build-package.sh: don't write dependency list if empty
|
2019-05-09 22:56:26 +03:00 |
|
Leonid Pliushch
|
19c660dc05
|
build-package.sh: fix situation where subpackage's dependency list is not written to metadata
|
2019-05-09 22:46:46 +03:00 |
|
Leonid Pliushch
|
c2b843a72d
|
build-package.sh: break possible circular dependencies
|
2019-05-09 22:44:05 +03:00 |
|
Leonid Pliushch
|
da442fc146
|
build-package.sh: subpackages should depend on current version of the main
Avoid potential issues caused by version mismatch.
|
2019-05-06 16:38:33 +03:00 |
|
Tom Yan
|
125c192664
|
build-package: fix conffiles for subpackages
conffiles was being created after control.tar.gz, which makes it
being omitted
|
2019-04-13 19:08:54 +03:00 |
|
Tom Yan
|
a57750848d
|
build-package: add TERMUX_PKG_DEVPACKAGE_{BREAKS,REPLACES} support
|
2019-03-27 01:10:30 +08:00 |
|
Henrik Grimler
|
5920f3dc5a
|
termux_create_subpackages: support TERMUX_SUBPKG_BREAKS
|
2019-03-07 20:37:47 +01:00 |
|
Henrik Grimler
|
d30227669f
|
build-package: mv code for creating subpackages to new file
|
2019-03-07 20:35:32 +01:00 |
|