APT

apt:test-runner

Last commit made on 2018-11-19
Get this branch:
git clone -b test-runner https://git.launchpad.net/apt

Branch merges

Branch information

Name:
test-runner
Repository:
lp:apt

Recent commits

931b364... by Julian Andres Klode

Test the runner

5d1dfd1... by Julian Andres Klode

Adjust libapt-pkg Breaks aptitude to << 0.8.9

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).

0d02864... by Julian Andres Klode

Release 1.8.0~alpha2

a337c95... by Julian Andres Klode

Drop debian/source/options, not needed anymore

9bb831d... by Julian Andres Klode

Revert "http: Fix handling of server connection closure"

This reverts commit fb3f36593563d09a8d1727cc7c6deb0b49823ca2. It
caused downloads to hang on long-lived connections on certain
servers.

Gbp-Dch: full

9cff147... by Julian Andres Klode

Release 1.8.0~alpha1

fb3f365... by Julian Andres Klode

http: Fix handling of server connection closure

If the server closed the connection while we're reading data, and
we end up not having any data left to write; that is, for example,
we received 0 bytes, then we did not exit before, as we only returned
success if there was data to write.

This is wrong: Obviously, if we have reached our limit, we are done
anyway. It's a bit unclear if we actually ever reached this part, but
it does make some sense wrt the bug below.

LP: #1801338

02abae0... by Petter Reinholdtsen

Norwegian Bokmål program translation update

Closes: #912374

b6b159c... by Chris Leick <email address hidden>

Fix typos encountered while updating de translation

16f7be0... by Chris Leick <email address hidden>

German manpage translation update

Reviewed-By: Helge Kreutzmann <email address hidden>