summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Update symbols and hide some pkgTagSection ABIJulian Andres Klode2019-06-111-22/+20
| | | | Gbp-Dch: ignore
* Merge the ParseDepends functionsJulian Andres Klode2019-06-111-4/+1
|
* Merge tag '1.8.2'Julian Andres Klode2019-06-111-0/+22
|\ | | | | | | apt Debian release 1.8.2
| * Release 1.8.21.8.2Julian Andres Klode2019-05-281-0/+22
| |
| * Flip /: in documented default value of DPkg::PathAlwin Henseler2019-05-211-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)
* | symbols: Remove invalid APTPKG@APTINST symbolJulian Andres Klode2019-05-061-2/+0
| |
* | Change soname to libapt-pkg.so.5.90Julian Andres Klode2019-05-063-1483/+1483
| | | | | | | | | | This is a bit experimental, and we'll go through a few stages before reaching libapt-pkg.so.6.0.
* | Merge libapt-inst into libapt-pkgJulian Andres Klode2019-05-065-87/+43
| |
* | Merge tag '1.8.1'Julian Andres Klode2019-05-061-0/+9
|\| | | | | | | apt Debian release 1.8.1
| * Release 1.8.11.8.1Julian Andres Klode2019-05-061-0/+9
| |
| * Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgsJulian Andres Klode2019-05-061-0/+5
| | | | | | | | | | LP: #1821640 (cherry picked from commit 507124fd81066536c7c01a2039fcc6ee9f02a234)
| * Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+1
| | | | | | | | | | | | | | As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
* | Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgsJulian Andres Klode2019-05-061-0/+5
| | | | | | | | LP: #1821640
* | Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+1
| | | | | | | | | | | | | | As long as we are running dpkg, keep an inhibitor that blocks us from shutting down. LP: #1820886
* | Flip /: in documented default value of DPkg::PathAlwin Henseler2019-04-051-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
* | Mark apt-transport-https as M-A:foreignIvan Krylov2019-04-051-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
* | Merge branch 'pkgconfig' into 'master'Julian Andres Klode2019-04-043-2/+26
|\ \ | | | | | | | | | | | | Add PkgConfig on the apt-pkg and apt-inst libraries See merge request apt-team/apt!20
| * | Add pkg-config files for the apt-pkg and apt-inst librariesCorentin Noël2019-03-083-2/+26
| | | | | | | | | | | | Closes: #439121
* | | Tighten dependencies from apt and apt-utils on libsJulian Andres Klode2019-03-191-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.
* | | Use system-provided triehashJulian Andres Klode2019-03-111-0/+1
|/ /
* | Merge tag '1.8.0'Julian Andres Klode2019-03-081-0/+18
|\| | | | | | | apt Debian release 1.8.0
| * Release 1.8.01.8.0Julian Andres Klode2019-03-081-0/+18
| |
* | fileutl: Merge Popen variantsJulian Andres Klode2019-02-261-2/+1
| |
* | acquire-item: Remove deprecated members and functionsJulian Andres Klode2019-02-261-1/+0
| |
* | extracttar: Remove deprecated ExtractTar::Done(bool) variantJulian Andres Klode2019-02-261-1/+0
| |
* | dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()Julian Andres Klode2019-02-261-1/+0
| |
* | fileutl: Remove deprecated functions such as gzFd()Julian Andres Klode2019-02-261-1/+0
| |
* | strutl: Remove deprecated functionsJulian Andres Klode2019-02-261-4/+0
| |
* | edsp: Remove deprecated functionsJulian Andres Klode2019-02-261-9/+0
| |
* | sourceslist: Remove deprecated AddVolatileFiles() variantJulian Andres Klode2019-02-261-1/+0
| |
* | netrc: Remove deprecated function maybe_add_auth()Julian Andres Klode2019-02-261-1/+0
| |
* | depcache: Remove deprecated functionsJulian Andres Klode2019-02-261-1/+0
| |
* | packagemanager: Remove deprecated functionsJulian Andres Klode2019-02-261-4/+0
| |
* | pkgcachegen: Remove deprecated functionsJulian Andres Klode2019-02-261-2/+0
| |
* | hashes: Remove deprecated functionsJulian Andres Klode2019-02-261-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.
* | algorithms: Remove deprecated ProblemResolver::InstallProtect()Julian Andres Klode2019-02-261-1/+0
| |
* | acquire: Remove deprecated pkgAcquire::Setup() functionJulian Andres Klode2019-02-261-1/+0
| |
* | acquire: Fold pkgAcquireStatus2 into pkgAcquireStatusJulian Andres Klode2019-02-261-6/+0
| | | | | | | | Clean up the code, make it neat, lalala
* | tagfile: Remove deprecated pkgUserTagSection and TFRewriteJulian Andres Klode2019-02-261-5/+0
| |
* | indexfile: Remove deprecated translation functionsJulian Andres Klode2019-02-261-3/+0
| |
* | clean: Fold pkgArchiveCleaner2 into pkgArchiveCleanerJulian Andres Klode2019-02-261-2/+0
| |
* | pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode2019-02-261-1/+0
| | | | | | | | This is possible now with the API break. Cleaner code, woohoo.
* | upgrade: Remove deprecated functionsJulian Andres Klode2019-02-261-2/+0
| |
* | cacheiterators: Cleanup deprecated codeJulian Andres Klode2019-02-261-3/+0
| |
* | Bump SONAMEs in preparation for ABI breaksJulian Andres Klode2019-02-266-1575/+1575
| |
* | Revert "debian/gbp.conf: Set debian-branch to 1.8.y"Julian Andres Klode2019-02-261-1/+1
| | | | | | | | This reverts commit 51ac850da87c606a45214ba03711c4a3c5c1c780.
* | Merge tag '1.8.0_rc4'Julian Andres Klode2019-02-261-0/+8
|\| | | | | | | apt Debian release 1.8.0~rc4
| * Release 1.8.0~rc41.8.0_rc4Julian Andres Klode2019-02-261-0/+8
| |
* | Merge tag '1.8.0_rc3'Julian Andres Klode2019-02-113-3/+26
|\| | | | | | | apt Debian release 1.8.0~rc3
| * Release 1.8.0~rc31.8.0_rc3Julian Andres Klode2019-02-111-0/+22
| |