aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-query.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov1-2/+2
specifying dependency version
2023-08-04Add support for specifying package archive and directory as a dependency for ↵Karen Arutyunov1-5/+9
pkg-build Also make sure that a package specified as an archive or directory always replaces selected package. Also add support for deorphaning and upgrading of such a package.
2023-07-31Fix unexpected 'no package available for dependency' error when building ↵Karen Arutyunov1-0/+29
from archives (GH issue #303)
2023-06-19Add --mask-repository pkg-build optionKaren Arutyunov1-40/+79
2023-06-15Fix find() to avoid redundant checksKaren Arutyunov1-21/+21
2023-02-01Implement system package manager query and install support for DebianBoris Kolpackov1-17/+83
2022-08-24Split pkg-build.cxxKaren Arutyunov1-0/+588