APT

apt:2.8.y

Last commit made on 2024-04-16
Get this branch:
git clone -b 2.8.y https://git.launchpad.net/apt

Branch merges

Branch information

Name:
2.8.y
Repository:
lp:apt

Recent commits

f5dd7ca... by Julian Andres Klode

Release 2.8.0

ccb8a2b... by Julian Andres Klode

debian/gbp.conf: Point at the 2.8.y branch

02f8623... by Julian Andres Klode

CI: Test in ubuntu:noble images for 2.8.y

81c65f7... by Julian Andres Klode

Revert "Temporarily downgrade key assertions to "soon worthless""

We temporarily downgraded the errors to warnings to give the
launchpad PPAs time to be fixed, but warnings are not safe:
Untrusted keys could be hiding on your system, but just not
used at the moment. Hence revert this so we get the errors we
want.

This reverts commit 66998ed3d299bede651ad40368bdb270f5f5b0f9.

LP: #2060721
Gbp-Dch: full

a0a76c2... by David Kalnischkies

Fix and unfuzzy previous VCG/Graphviz URI change

The Graphviz change adapted only the msgstrs in the po files, which
fuzzied all translations the moment the msgids were updated by the
merge while forgetting fr.po and pl.po and in the VCG change the
msgstr in the ja.po was missed.

This commit "just" unfuzzies the strings (and fixes the missed ones)
so the translators don't have to as intended in the commits.

References: ae5c291b0c76b22c939679ccf35e3eb94131e586
 edf1025e691e94cdde305bc2d15484fc7ee6db1c

e62162d... by David Kalnischkies

Ignore umask of leftover diff_Index in failed pdiff test

We don't store .diff_Index files anymore and so libapt cares even less
about these purposefully leftover files from the testcases than it did
previously. On a successful apt run they would just be deleted, but as
we are testing a failed run they are not touched at all.

Testing the file access bits then means we check with whatever umask
they were created which might very well be different to what apt decides
these files to have if it had touched them, so for this test we just
delete them. For the other case we set it completely wrong just in case,
but they will (hopefully) be non-existent anyhow as tested first.

References: afcdbcf895284efd76903b2b3ba5cc849059ce50

0185347... by David Kalnischkies

Avoid subshell hiding failure report from testfilestats

We remove the working directory from the found file names as these paths
could contain a lot of funny characters confusing the for loop like
spaces… we just readd it later in the actual calls to be safe.

db79731... by Julian Andres Klode

Release 2.7.14

6ac4e6b... by Steve Langasek

Add an artificial Conflicts: against libnettle8

to force upgrades in launchpad buildd chroots

Gbp-Dch: full

c8641c4... by Julian Andres Klode

Revert "debrecords: Do not reparse if given same location"

This reverts commit 9bb953fddae0246a4dcedddb769d75d3521e1f2f.