aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-query.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-08-04Add support for specifying package archive and directory as a dependency for ↵Karen Arutyunov1-3/+12
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/+19
from archives (GH issue #303)
2023-07-25Ignore version iteration in satisfies() overloads (GH issue #293)Karen Arutyunov1-1/+0
2023-02-09Infrastructure work for binary distribution package generationBoris Kolpackov1-2/+19
2023-02-01Implement system package manager query and install support for DebianBoris Kolpackov1-6/+19
2022-08-24Split pkg-build.cxxKaren Arutyunov1-0/+224