summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Release 1.7.01.7.0Julian Andres Klode2018-10-071-0/+20
|
* Release 1.7.0~rc21.7.0_rc2Julian Andres Klode2018-09-201-0/+8
|
* Release 1.7.0~rc1 to unstable1.7.0_rc1Julian Andres Klode2018-09-181-0/+18
|
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
| | | | | | | | 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
* Release 1.7.0~alpha31.7.0_alpha3Julian Andres Klode2018-08-201-0/+25
|
* Update symbolsJulian Andres Klode2018-08-202-0/+19
|
* Release 1.7.0~alpha21.7.0_alpha2Julian Andres Klode2018-07-091-0/+8
|
* Release 1.7.0~alpha11.7.0_alpha1Julian Andres Klode2018-06-251-0/+61
|
* Ensure that we are online in apt-daily-upgrade.serviceJulian Andres Klode2018-06-251-1/+2
| | | | | | | Installer packages need us to be online, or they are blocking shutdowns in the worst case :( LP: #1723761
* Add verb 'be' to NEWS entry for 1.5~beta1annadane2018-05-181-1/+1
| | | | Closes: 892792
* move special READMEs into doc/ and format as mdDavid Kalnischkies2018-05-051-4/+6
| | | | | | 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.
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-053-9/+9
| | | | | Reported-By: codespell & spellintian Gbp-Dch: Ignore
* apt.conf.autoremove: Catch some new Ubuntu module packagesJulian Andres Klode2018-04-201-0/+3
|
* Release 1.7.0~alpha0 to experimental1.7.0_alpha0Julian Andres Klode2018-04-181-0/+12
|
* Build with cmake+ninja instead of cmake+makeJulian Andres Klode2018-04-172-4/+3
|
* Release 1.6~rc11.6_rc1Julian Andres Klode2018-04-152-1/+27
|
* Merge branch 'pu/zstd' into 'master'Julian Andres Klode2018-04-151-0/+1
|\ | | | | | | | | pu/zstd See merge request apt-team/apt!8
| * apt-pkg: Add support for zstdJulian Andres Klode2018-03-121-0/+1
| | | | | | | | | | | | | | zstd is a compression algorithm developed by facebook. At level 19, it is about 6% worse in size than xz -6, but decompression is multiple times faster, saving about 40% install time, especially with eatmydata on cloud instances.
* | set our two libapt libraries to prio:optionalDavid Kalnischkies2018-04-071-0/+2
| | | | | | | | | | | | The override file already implements this, so we just adapt to reality. Reported-By: lintian excessive-priority-for-library-package
* | remove duplicate changelog lines from 1.6~beta1 entryDavid Kalnischkies2018-04-071-9/+0
| | | | | | | | Whatever caused it, lets fix it.
* | Turn off seccomp sandboxing by defaultJulian Andres Klode2018-04-061-0/+8
| | | | | | | | | | | | LP: #1732030 Closes: #890489 Fixes meefik/linuxdeploy#869
* | Fix debian/NEWS entry for 1.6~beta1Julian Andres Klode2018-03-131-2/+2
|/
* Release 1.6~beta11.6_beta1Julian Andres Klode2018-02-261-0/+28
|
* apt.conf.autoremove: Add linux-cloud-tools to listJulian Andres Klode2018-02-231-0/+1
| | | | LP: #1698159
* Merge branch 'pu/not-valid-before' into 'master'Julian Andres Klode2018-02-191-0/+16
|\ | | | | | | | | Check that Date of Release file is not in the future See merge request apt-team/apt!3
| * Check that Date of Release file is not in the futureJulian Andres Klode2018-02-191-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | By restricting the Date field to be in the past, an attacker cannot just create a repository from the future that would be accepted as a valid update for a repository. This check can be disabled by Acquire::Check-Date set to false. This will also disable Check-Valid-Until and any future date related checking, if any - the option means: "my computers date cannot be trusted." Modify the tests to allow repositories to be up to 10 hours in the future, so we can keep using hours there to simulate time changes.
* | tests: install aptitude for test-method-mirrorDavid Kalnischkies2018-02-191-1/+1
|/ | | | | | | | This is an optional dependency for the test, but the skipping of the test is very noisy and checking that an unchanged aptitude isn't downright exploding with our libapt isn't a bad idea either. Gbp-Dch: Ignore
* Release 1.6~alpha71.6_alpha7Julian Andres Klode2018-01-181-0/+26
|
* Point people to salsa.d.o instead of anonscm.d.o for gitJulian Andres Klode2018-01-181-2/+2
|
* Drop obsolete Suggests on python-aptJulian Andres Klode2018-01-181-2/+1
| | | | | | | | This has not been used for a while. It was added for apt-mark in 7b4159cf2a4b7de10622c7e4e29247067358a3ab, but apt-mark has been rewritten in C++ quite some time ago. Closes: #887607
* apt-compat.cron.daily: Correctly handle undetermined power statusJulian Andres Klode2018-01-101-3/+3
| | | | | | | | If on_ac_power exits with 255 the script would fail at this point because set -e was set, but it should continue, as 255 means the power status could not be determined. LP: #1742378
* Release 1.6~alpha61.6_alpha6Julian Andres Klode2018-01-031-0/+51
|
* add apt-transport-mirror manpageDavid Kalnischkies2018-01-031-0/+1
| | | | | The mirror method is undocumented since 0.7.24, now with the reimplementation it is high time to get something written about it.
* document https options in new apt-transport-https manpageDavid Kalnischkies2018-01-031-0/+1
| | | | | | Same reasoning as with the previous commit for http with the added benefit of moving the hard to discover and untranslated example config into a manpage which could be translated.
* document http options in new apt-transport-http manpageDavid Kalnischkies2018-01-031-0/+1
| | | | | | We had documentation for the http transport in our "catch-all" apt.conf manpage, but it seems benefitial to document transports in their own manpage instead of pushing them all into one.