summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
| * Install translated apt_auth and apt-transport-* manpagesJulian Andres Klode2019-02-111-0/+2
| | | | | | | | Seems we missed those before.
| * debian/gbp.conf: Set debian-branch to 1.8.yJulian Andres Klode2019-02-111-1/+1
| |
| * Fix issues in previous two debian/changelog entriesJulian Andres Klode2019-02-071-2/+1
| | | | | | | | | | | | Last entry included an item that was not in the release, and the one before that was signed with the wrong email address.
* | debian/rules: Do not use dh_install --list-missing (dh 12 porting)Julian Andres Klode2019-02-071-4/+1
| | | | | | | | | | This was removed in dh 12, and dh_missing is run by default which detects missing files.
* | debian: Update to debhelper-compat (= 12)Julian Andres Klode2019-02-072-2/+1
|/ | | | | Switch from debian/compat to the new Build-Depends syntax - that's way nicer.
* Release 1.8.0~rc21.8.0_rc2Julian Andres Klode2019-02-041-0/+7
|
* Release 1.8.0~rc11.8.0_rc1Julian Andres Klode2019-02-041-0/+35
|
* Release 1.8.0~beta11.8.0_beta1Julian Andres Klode2019-01-231-0/+39
|
* Merge tag '1.8.0_alpha3.1'Julian Andres Klode2019-01-221-0/+7
|\ | | | | | | apt Debian release 1.8.0~alpha3.1
| * Release 1.8.0~alpha3.11.8.0_alpha3.1Julian Andres Klode2019-01-221-0/+7
| |
* | debian/control: Drop libcurl4-gnutls-dev build dependencyJulian Andres Klode2019-01-221-1/+0
|/ | | | Not needed since quite some time.
* Release 1.8.0~alpha31.8.0_alpha3Julian Andres Klode2018-12-182-2/+36
|
* Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkgJulian Andres Klode2018-12-101-0/+8
| | | | | | | | | This avoids a lot of problems from local installations of scripting languages and other stuff in /usr/local for which maintainer scripts are not prepared. [v3: Inherit PATH during tests, check overrides work] [v2: Add testing]
* Set LC_ALL=C.UTF-8 for unattended-upgrades environment when parsing its --helpBalint Reczey2018-11-301-1/+1
| | | | | | | .UTF-8 sets stdio encoding to UTF-8 which may be ASCII on the system making unattended-upgrades crash. LP: #1806076
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-4/+4
| | | | | | | | No user visible change expect for some years old changelog entries, so we don't really need to add a new one for this… Reported-By: codespell Gbp-Dch: Ignore
* Adjust libapt-pkg Breaks aptitude to << 0.8.9Julian Andres Klode2018-11-141-1/+1
| | | | | | | The << 0.8.11 was stronger than necessary, and breaks Ubuntu, which is unable to build aptitude 0.8.11 atm (the test suite fails since 0.8.10 in C++17 mode, only works in C++14, but 0.8.11 uses C++17 constructs).
* Release 1.8.0~alpha21.8.0_alpha2Julian Andres Klode2018-11-131-0/+10
|
* Drop debian/source/options, not needed anymoreJulian Andres Klode2018-11-131-2/+0
|
* Release 1.8.0~alpha11.8.0_alpha1Julian Andres Klode2018-11-121-0/+30
|
* Fix typos encountered while updating de translationChris Leick2018-10-301-1/+1
|
* Break pre-gcc8 aptitude and aptJulian Andres Klode2018-10-221-1/+1
| | | | | | | | | | | | | gcc 8 broke the ABI again. After they decided to switch mangling of ABI tags in return values from: U URI::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >[abi:cxx11]() to: U URI::operator std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >() in gcc 7, they now removed the legacy symbol in gcc 8, causing us to break our ABI in turn for that one operator. We need more responsible gcc developers. Closes: #911090
* NeverAutoRemove kernel meta packagesJulian Andres Klode2018-10-221-0/+2
| | | | | | | This gives more protection for people where kernel metapackages are accidentally removed. LP: #1787460