APT

apt:debian-dch-always-online

Last commit made on 2022-09-18
Get this branch:
git clone -b debian-dch-always-online https://git.launchpad.net/apt

Branch merges

Branch information

Name:
debian-dch-always-online
Repository:
lp:apt

Recent commits

38447e8... by Niels Thykier

Default to changelogs being always online for Debian

6499f7d... by Hideki Yamane

Fix typo in Japanese program translation

See merge request apt-team/apt!252

5c046cf... by David Kalnischkies

Don't reuse filename for in-tree builds of apt

A temporary filename is used as a workaround for bugs/missing features
in other software dealing with /dev/stdin, but nobody said I have to use
the exact same filename….

However in-tree builds are not generally recommended.

References:
 https://salsa.debian.org/debian/sbuild/-/commit/aa4a4326d09969e809f336e1b75cbd7342a77529
 https://salsa.debian.org/ci-team/autopkgtest/-/commit/fb0561efc41a117963fa3e31802db6b2664c7aa5
Regression-Of: 701a501fb1c84296d2003c0092e4308742079591
Reported-By: Lance Fredrickson <email address hidden>

dc25210... by David Kalnischkies

Keep color disabled if APT::Color was set to false

Support for envvar NO_COLOR was added in 2.3.11, but with our own
options we can also be a tiny bit more sensible in not overriding
an explicit choice to disable colors.

References: 400a6895566b67d70bcde43dc8a1cc1c7121f87d

7d10b39... by Julian Andres Klode

Merge branch 'doc-explain-apt-download-authenticity' into 'main'

doc: Explain that apt-get download ensures package authenticity

See merge request apt-team/apt!251

5e4d241... by Povilas Kanapickas

doc: Explain that apt-get download ensures package authenticity

The documentation currently does not specify whether `apt-get download`
verifies the authenticity of downloaded packages or not. The underlying
code does verify the authenticity of packages as usual and would fail if
the package signature is invalid. Therefore it makes sense to make this
guarantee explicit in the documentation, because without it
security-conscious users will likely want to recheck the signatures or
checksums manually which is not necessary in this case and just wastes
time.

2d87af5... by Julian Andres Klode

Release 2.5.2

b318292... by Julian Andres Klode

Merge branch 'pu/upgrade-other-binaries' into 'main'

Upgrade all binaries in a source package

See merge request apt-team/apt!247

c28fc73... by Julian Andres Klode

Add NEWS entry

518746f... by Julian Andres Klode

Add flag to disable upgrade by source and test case