summaryrefslogtreecommitdiff
path: root/apt-private/private-source.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies1-2/+2
2019-06-11Introduce apt satisfy and apt-get satisfyJulian Andres Klode1-3/+74
2019-02-26pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode1-3/+3
2018-05-11Support release selector for volatile files as wellDavid Kalnischkies1-39/+31
2018-05-11Extend apt build-dep pkg/release to switch dep as neededDavid Kalnischkies1-6/+32
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies1-6/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-2/+2
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-1/+1
2016-12-31allow default build-essentials to be overriddenDavid Kalnischkies1-7/+3
2016-12-31add --indep-only for build-dep commandDavid Kalnischkies1-0/+5
2016-12-16default to --no-check for dpkg-source callDavid Kalnischkies1-1/+1
2016-12-16remove needless fork() in apt-get sourceDavid Kalnischkies1-66/+62
2016-12-16let {dsc,tar,diff}-only implicitly enable download-onlyDavid Kalnischkies1-7/+3
2016-11-09add support for Build-Depends/Conflicts-ArchJohannes Schauer1-1/+3
2016-07-22support "install ./foo.changes"David Kalnischkies1-6/+6
2016-06-22source: if download is skipped, don't try to unpackDavid Kalnischkies1-0/+1
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-2/+2
2016-03-06support APT::Get::Build-Dep-Automatic again in build-depDavid Kalnischkies1-0/+23
2016-02-10get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies1-6/+5
2016-02-03avoid building dependency tree in 'source' commandDavid Kalnischkies1-4/+1
2016-02-03use pkgCache::VS instead of pkgDepCache::VS()David Kalnischkies1-5/+5
2016-01-26get sources for packages in multiple releases againDavid Kalnischkies1-16/+14
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies1-365/+110
2016-01-14delay build-dep variable initialisation until neededDavid Kalnischkies1-18/+20
2016-01-02fail installing build-deps if parsing them failedDavid Kalnischkies1-1/+1
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies1-54/+59
2015-12-01deal with configured build-essential firstDavid Kalnischkies1-16/+23
2015-12-01split build-dep satisfier loop out of DoBuildDepDavid Kalnischkies1-292/+302
2015-11-29do not override exact targetrelease matches with lesser matchesAndreas Cadhalpun1-7/+5
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies1-2/+2
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies1-0/+1028