Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | acquire: Fold pkgAcquireStatus2 into pkgAcquireStatus | Julian Andres Klode | |
Clean up the code, make it neat, lalala | |||
2019-02-26 | tagfile: Remove deprecated pkgUserTagSection and TFRewrite | Julian Andres Klode | |
2019-02-26 | indexfile: Remove deprecated translation functions | Julian Andres Klode | |
2019-02-26 | clean: Fold pkgArchiveCleaner2 into pkgArchiveCleaner | Julian Andres Klode | |
2019-02-26 | pkgSrcRecords::Parser: Fold Files2() into Files() | Julian Andres Klode | |
This is possible now with the API break. Cleaner code, woohoo. | |||
2019-02-26 | upgrade: Remove deprecated functions | Julian Andres Klode | |
2019-02-26 | cacheiterators: Cleanup deprecated code | Julian Andres Klode | |
2019-02-26 | Bump SONAMEs in preparation for ABI breaks | Julian Andres Klode | |
2019-02-26 | Revert "debian/gbp.conf: Set debian-branch to 1.8.y" | Julian Andres Klode | |
This reverts commit 51ac850da87c606a45214ba03711c4a3c5c1c780. | |||
2019-02-26 | Merge tag '1.8.0_rc4' | Julian Andres Klode | |
apt Debian release 1.8.0~rc4 | |||
2019-02-26 | Release 1.8.0~rc41.8.0_rc4 | Julian Andres Klode | |
2019-02-11 | Merge tag '1.8.0_rc3' | Julian Andres Klode | |
apt Debian release 1.8.0~rc3 | |||
2019-02-11 | Release 1.8.0~rc31.8.0_rc3 | Julian Andres Klode | |
2019-02-11 | Install translated apt_auth and apt-transport-* manpages | Julian Andres Klode | |
Seems we missed those before. | |||
2019-02-11 | debian/gbp.conf: Set debian-branch to 1.8.y | Julian Andres Klode | |
2019-02-07 | debian/rules: Do not use dh_install --list-missing (dh 12 porting) | Julian Andres Klode | |
This was removed in dh 12, and dh_missing is run by default which detects missing files. | |||
2019-02-07 | debian: Update to debhelper-compat (= 12) | Julian Andres Klode | |
Switch from debian/compat to the new Build-Depends syntax - that's way nicer. | |||
2019-02-07 | Fix issues in previous two debian/changelog entries | Julian Andres Klode | |
Last entry included an item that was not in the release, and the one before that was signed with the wrong email address. | |||
2019-02-04 | Release 1.8.0~rc21.8.0_rc2 | Julian Andres Klode | |
2019-02-04 | Release 1.8.0~rc11.8.0_rc1 | Julian Andres Klode | |
2019-01-23 | Release 1.8.0~beta11.8.0_beta1 | Julian Andres Klode | |
2019-01-22 | Merge tag '1.8.0_alpha3.1' | Julian Andres Klode | |
apt Debian release 1.8.0~alpha3.1 | |||
2019-01-22 | Release 1.8.0~alpha3.11.8.0_alpha3.1 | Julian Andres Klode | |
2019-01-22 | debian/control: Drop libcurl4-gnutls-dev build dependency | Julian Andres Klode | |
Not needed since quite some time. | |||
2018-12-18 | Release 1.8.0~alpha31.8.0_alpha3 | Julian Andres Klode | |
2018-12-10 | Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg | Julian Andres Klode | |
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] | |||
2018-11-30 | Set LC_ALL=C.UTF-8 for unattended-upgrades environment when parsing its --help | Balint Reczey | |
.UTF-8 sets stdio encoding to UTF-8 which may be ASCII on the system making unattended-upgrades crash. LP: #1806076 | |||
2018-11-25 | Fix typo reported by codespell in code comments | David Kalnischkies | |
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 | |||
2018-11-14 | Adjust libapt-pkg Breaks aptitude to << 0.8.9 | Julian Andres Klode | |
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). | |||
2018-11-13 | Release 1.8.0~alpha21.8.0_alpha2 | Julian Andres Klode | |
2018-11-13 | Drop debian/source/options, not needed anymore | Julian Andres Klode | |
2018-11-12 | Release 1.8.0~alpha11.8.0_alpha1 | Julian Andres Klode | |
2018-10-30 | Fix typos encountered while updating de translation | Chris Leick | |
2018-10-22 | Break pre-gcc8 aptitude and apt | Julian Andres Klode | |
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 | |||
2018-10-22 | NeverAutoRemove kernel meta packages | Julian Andres Klode | |
This gives more protection for people where kernel metapackages are accidentally removed. LP: #1787460 | |||
2018-10-07 | Release 1.7.01.7.0 | Julian Andres Klode | |
2018-09-20 | Release 1.7.0~rc21.7.0_rc2 | Julian Andres Klode | |
2018-09-18 | Release 1.7.0~rc1 to unstable1.7.0_rc1 | Julian Andres Klode | |
2018-08-29 | Fix typos reported by codespell & spellintian | David Kalnischkies | |
No user-visible change as it effects mostly code comments and not a single error message, manpage or similar. Reported-By: codespell & spellintian Gbp-Dch: Ignore | |||
2018-08-20 | Release 1.7.0~alpha31.7.0_alpha3 | Julian Andres Klode | |
2018-08-20 | Update symbols | Julian Andres Klode | |
2018-07-09 | Release 1.7.0~alpha21.7.0_alpha2 | Julian Andres Klode | |
2018-06-25 | Release 1.7.0~alpha11.7.0_alpha1 | Julian Andres Klode | |
2018-06-25 | Ensure that we are online in apt-daily-upgrade.service | Julian Andres Klode | |
Installer packages need us to be online, or they are blocking shutdowns in the worst case :( LP: #1723761 | |||
2018-05-18 | Add verb 'be' to NEWS entry for 1.5~beta1 | annadane | |
Closes: 892792 | |||
2018-05-05 | move special READMEs into doc/ and format as md | David Kalnischkies | |
The formatting is very basic and more should probably be done, but we at least get the files out of the root directory which in case of the various READMEs was confusing salsa which one display as (central) README. | |||
2018-05-05 | Fix various typos reported by spellcheckers | David Kalnischkies | |
Reported-By: codespell & spellintian Gbp-Dch: Ignore | |||
2018-04-20 | apt.conf.autoremove: Catch some new Ubuntu module packages | Julian Andres Klode | |
2018-04-18 | Release 1.7.0~alpha0 to experimental1.7.0_alpha0 | Julian Andres Klode | |
2018-04-17 | Build with cmake+ninja instead of cmake+make | Julian Andres Klode | |