summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2019-06-11Update symbols and hide some pkgTagSection ABIJulian Andres Klode1-22/+20
Gbp-Dch: ignore
2019-06-11Merge the ParseDepends functionsJulian Andres Klode1-4/+1
2019-06-11Merge tag '1.8.2'Julian Andres Klode1-0/+22
apt Debian release 1.8.2
2019-05-28Release 1.8.21.8.2Julian Andres Klode1-0/+22
2019-05-21Flip /: in documented default value of DPkg::PathAlwin Henseler1-1/+1
The value as shown in the NEWS file (not in the code) has a typo in which just a "/" and ":" are swapped. Closes: #917986 (cherry picked from commit 4c27ca80e2de06ab0fd058349f9813b60824cf04)
2019-05-06symbols: Remove invalid APTPKG@APTINST symbolJulian Andres Klode1-2/+0
2019-05-06Change soname to libapt-pkg.so.5.90Julian Andres Klode3-1483/+1483
This is a bit experimental, and we'll go through a few stages before reaching libapt-pkg.so.6.0.
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode5-87/+43
2019-05-06Merge tag '1.8.1'Julian Andres Klode1-0/+9
apt Debian release 1.8.1
2019-05-06Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgsJulian Andres Klode1-0/+5
LP: #1821640
2019-05-06Release 1.8.11.8.1Julian Andres Klode1-0/+9
2019-05-06Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgsJulian Andres Klode1-0/+5
LP: #1821640 (cherry picked from commit 507124fd81066536c7c01a2039fcc6ee9f02a234)
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode1-0/+1
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode1-0/+1
As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
2019-04-05Flip /: in documented default value of DPkg::PathAlwin Henseler1-1/+1
The value as shown in the NEWS file (not in the code) has a typo in which just a "/" and ":" are swapped. Closes: #917986
2019-04-05Mark apt-transport-https as M-A:foreignIvan Krylov1-0/+1
The package is an empty dummy by now, but even before it could have made sense as described in the bugreport and due to external requirements it might stick around a while still. References: afe3cd6ef1b157a07d05bbf70283e4f175813438 Closes: #905141
2019-04-04Merge branch 'pkgconfig' into 'master'Julian Andres Klode3-2/+26
Add PkgConfig on the apt-pkg and apt-inst libraries See merge request apt-team/apt!20
2019-03-19Tighten dependencies from apt and apt-utils on libsJulian Andres Klode1-1/+5
Make apt pull in at least the same version of libapt-pkg, and apt-utils at least the same version of libapt-inst, so that upgrading only apt also upgrades the libraries.
2019-03-11Use system-provided triehashJulian Andres Klode1-0/+1
2019-03-08Add pkg-config files for the apt-pkg and apt-inst librariesCorentin Noël3-2/+26
Closes: #439121
2019-03-08Merge tag '1.8.0'Julian Andres Klode1-0/+18
apt Debian release 1.8.0
2019-03-08Release 1.8.01.8.0Julian Andres Klode1-0/+18
2019-02-26fileutl: Merge Popen variantsJulian Andres Klode1-2/+1
2019-02-26acquire-item: Remove deprecated members and functionsJulian Andres Klode1-1/+0
2019-02-26extracttar: Remove deprecated ExtractTar::Done(bool) variantJulian Andres Klode1-1/+0
2019-02-26dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()Julian Andres Klode1-1/+0
2019-02-26fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode1-1/+0
2019-02-26strutl: Remove deprecated functionsJulian Andres Klode1-4/+0
2019-02-26edsp: Remove deprecated functionsJulian Andres Klode1-9/+0
2019-02-26sourceslist: Remove deprecated AddVolatileFiles() variantJulian Andres Klode1-1/+0
2019-02-26netrc: Remove deprecated function maybe_add_auth()Julian Andres Klode1-1/+0
2019-02-26depcache: Remove deprecated functionsJulian Andres Klode1-1/+0
2019-02-26packagemanager: Remove deprecated functionsJulian Andres Klode1-4/+0
2019-02-26pkgcachegen: Remove deprecated functionsJulian Andres Klode1-2/+0
2019-02-26hashes: Remove deprecated functionsJulian Andres Klode1-11/+0
This keeps the members in the class, but makes them private. We want to migrate to libgcrypt eventually, since we already use libgcrypt through gpgv anyway.
2019-02-26algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode1-1/+0
2019-02-26acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode1-1/+0
2019-02-26acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode1-6/+0
Clean up the code, make it neat, lalala
2019-02-26tagfile: Remove deprecated pkgUserTagSection and TFRewriteJulian Andres Klode1-5/+0
2019-02-26indexfile: Remove deprecated translation functionsJulian Andres Klode1-3/+0
2019-02-26clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode1-2/+0
2019-02-26pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode1-1/+0
This is possible now with the API break. Cleaner code, woohoo.
2019-02-26upgrade: Remove deprecated functionsJulian Andres Klode1-2/+0
2019-02-26cacheiterators: Cleanup deprecated codeJulian Andres Klode1-3/+0
2019-02-26Bump SONAMEs in preparation for ABI breaksJulian Andres Klode6-1575/+1575
2019-02-26Revert "debian/gbp.conf: Set debian-branch to 1.8.y"Julian Andres Klode1-1/+1
This reverts commit 51ac850da87c606a45214ba03711c4a3c5c1c780.
2019-02-26Merge tag '1.8.0_rc4'Julian Andres Klode1-0/+8
apt Debian release 1.8.0~rc4
2019-02-26Release 1.8.0~rc41.8.0_rc4Julian Andres Klode1-0/+8
2019-02-11Merge tag '1.8.0_rc3'Julian Andres Klode3-3/+26
apt Debian release 1.8.0~rc3
2019-02-11Release 1.8.0~rc31.8.0_rc3Julian Andres Klode1-0/+22